Init: bootstrap go module with basic framework
This commit is contained in:
4
migrations/202509250652_create_table_image.tx.up.sql
Normal file
4
migrations/202509250652_create_table_image.tx.up.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE "image" (
|
||||
id integer PRIMARY KEY GENERATED BY DEFAULT AS IDENTITY,
|
||||
ext character varying NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user