basic invites migrations ready
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
-- This file should undo anything in `up.sql`
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
-- Your SQL goes here
|
||||||
|
CREATE TABLE invites(
|
||||||
|
id INTEGER PRIMARY KEY NOT NULL,
|
||||||
|
uses INTEGER,
|
||||||
|
expire INTEGER
|
||||||
|
);
|
||||||
Reference in New Issue
Block a user