new project block - codegen damaged...
This commit is contained in:
@@ -14,7 +14,8 @@ create table profile.t_profile (
|
||||
lastchange timestamp without time zone default now(),
|
||||
pk_profile integer not null primary key generated always as identity,
|
||||
username text not null unique,
|
||||
theme text default 'light'::text not null
|
||||
theme text default 'light'::text not null,
|
||||
column dynamic_css text
|
||||
);
|
||||
|
||||
create table profile.t_role (
|
||||
|
||||
Reference in New Issue
Block a user