chore: pg 改成bigint

This commit is contained in:
xiaojunnuo
2024-08-06 11:10:33 +08:00
parent bf6c5d690e
commit c3f04a80fd
8 changed files with 22 additions and 22 deletions
@@ -1,6 +1,6 @@
CREATE TABLE "sys_settings" (
"id" integer NOT NULL PRIMARY KEY GENERATED BY DEFAULT AS IDENTITY ,
"user_id" integer NOT NULL,
"id" bigint NOT NULL PRIMARY KEY GENERATED BY DEFAULT AS IDENTITY ,
"user_id" bigint NOT NULL,
"key" varchar(100) NOT NULL,
"title" varchar(100) NOT NULL,
"setting" varchar(1024),