recator placement of code
This commit is contained in:
8
migrations/0008_white_lord_hawal.sql
Normal file
8
migrations/0008_white_lord_hawal.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
CREATE TABLE "opendock.apt" (
|
||||
"id" uuid PRIMARY KEY DEFAULT gen_random_uuid() NOT NULL,
|
||||
"release" integer,
|
||||
"open_dock_apt_id" text NOT NULL,
|
||||
"appointment" jsonb DEFAULT '[]'::jsonb,
|
||||
"created_at" timestamp DEFAULT now(),
|
||||
CONSTRAINT "opendock.apt_release_unique" UNIQUE("release")
|
||||
);
|
||||
Reference in New Issue
Block a user