Schema Template allows Workspace Admin or DBA to pre-define templates of fields and tables at the workspace level, and they may be used to change schema via Schema Editor. There’re three types:
test
PostgreSQL
created_at
DATE
created_at
template you just created, and it will be appended in the table.test
PostgreSQL
user
id
INTEGER
name
VARCHAR(45)
created_at
user
template you just created, and the new table will be appended in the table list on the left. VARCHAR(255)
and click Update.VARCHAR(255)
is not available.Schema Template allows Workspace Admin or DBA to pre-define templates of fields and tables at the workspace level, and they may be used to change schema via Schema Editor. There’re three types:
test
PostgreSQL
created_at
DATE
created_at
template you just created, and it will be appended in the table.test
PostgreSQL
user
id
INTEGER
name
VARCHAR(45)
created_at
user
template you just created, and the new table will be appended in the table list on the left. VARCHAR(255)
and click Update.VARCHAR(255)
is not available.