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