working properly well creation of profiles and creation of tables by user
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
CREATE TABLE table_definitions (
|
||||
id BIGSERIAL PRIMARY KEY,
|
||||
deleted BOOLEAN NOT NULL DEFAULT FALSE,
|
||||
table_name TEXT NOT NULL UNIQUE,
|
||||
table_name TEXT NOT NULL,
|
||||
columns JSONB NOT NULL,
|
||||
indexes JSONB NOT NULL,
|
||||
created_at TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP,
|
||||
|
||||
Reference in New Issue
Block a user