feat(backend): Add applicationFormTemplate, add isTemplate flag, refactoring
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
create table application_form
|
||||
(
|
||||
is_template boolean not null,
|
||||
created_at timestamp(6) not null,
|
||||
modified_at timestamp(6) not null,
|
||||
id uuid not null,
|
||||
|
||||
Reference in New Issue
Block a user