1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-25 05:36:22 -07:00

Fix some deepsource Python style complaints

This commit is contained in:
Eggbertx 2022-01-28 00:07:57 -08:00
parent e55d00adb2
commit f443617966
2 changed files with 11 additions and 8 deletions

View file

@ -11,7 +11,8 @@ class macro():
# macros
macros = [
macro("serial pk","BIGSERIAL PRIMARY KEY",
macro(
"serial pk","BIGSERIAL PRIMARY KEY",
"BIGINT NOT NULL AUTO_INCREMENT UNIQUE PRIMARY KEY"),
macro("fk to serial", "BIGINT", "BIGINT"),
macro("drop fk", "DROP CONSTRAINT", "DROP FOREIGN KEY")