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