update
Some checks failed
K8S Fission Deployment / Deployment fission functions (push) Failing after 22s
Some checks failed
K8S Fission Deployment / Deployment fission functions (push) Failing after 22s
This commit is contained in:
9
migrates/schema.sql
Normal file
9
migrates/schema.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
CREATE TABLE public.ai_user (
|
||||
id varchar(64) PRIMARY KEY NOT NULL,
|
||||
"name" varchar(128) NOT NULL,
|
||||
dob date NULL,
|
||||
email varchar(128) NOT NULL,
|
||||
gender varchar(10) NULL,
|
||||
created timestamptz NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
modified timestamptz NOT NULL DEFAULT CURRENT_TIMESTAMP
|
||||
);
|
||||
Reference in New Issue
Block a user