Big changes, up to 3.8.5.5
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
-- migrations/{timestamp}_create_subscriptions_table.sql
|
||||
-- Create Subscriptions Table
|
||||
CREATE TABLE subscriptions(
|
||||
id uuid NOT NULL,
|
||||
PRIMARY KEY (id),
|
||||
email TEXT NOT NULL UNIQUE,
|
||||
name TEXT NOT NULL,
|
||||
subscribed_at timestamptz NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user