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 fc917b3 commit 59bf4caCopy full SHA for 59bf4ca
sql/texera_ddl.sql
@@ -100,6 +100,7 @@ CREATE TABLE IF NOT EXISTS "user"
100
google_avatar VARCHAR(100),
101
role user_role_enum NOT NULL DEFAULT 'INACTIVE',
102
comment TEXT,
103
+ permission JSONB NOT NULL DEFAULT '{}'::jsonb,
104
account_creation_time TIMESTAMPTZ NOT NULL DEFAULT now(),
105
-- check that either password or google_id is not null
106
CONSTRAINT ck_nulltest CHECK ((password IS NOT NULL) OR (google_id IS NOT NULL))
0 commit comments