first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
CREATE TABLE IF NOT EXISTS subscriptions (
|
||||
id SERIAL PRIMARY KEY,
|
||||
service_name VARCHAR(255) NOT NULL,
|
||||
price INTEGER NOT NULL,
|
||||
user_id UUID NOT NULL,
|
||||
start_date DATE NOT NULL,
|
||||
end_date DATE
|
||||
);
|
||||
Reference in New Issue
Block a user