We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 137d9b8 commit 6384f44Copy full SHA for 6384f44
1 file changed
backend/src/main/resources/db/migration/V0_0_2__role.sql
@@ -2,7 +2,7 @@ CREATE SEQUENCE IF NOT EXISTS sequence_role;
2
CREATE TABLE IF NOT EXISTS role
3
(
4
id BIGINT NOT NUll PRIMARY KEY,
5
- name VARCHAR(250) NOT NULL,
+ name TEXT NOT NULL,
6
deleted_at TIMESTAMP,
7
is_management BOOLEAN NOT NULL
8
);
0 commit comments