Add project files.
This commit is contained in:
5
Readme.txt
Normal file
5
Readme.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE Subscriptions (
|
||||
Id SERIAL PRIMARY KEY, -- Auto-incrementing primary key
|
||||
Email VARCHAR(255) NOT NULL, -- Email field, required with a max length of 255 characters
|
||||
DateSubscribed TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP -- Date and time of subscription
|
||||
);
|
||||
Reference in New Issue
Block a user