2024-11-10 13:36:01 +11:00
2024-11-08 21:45:14 +11:00
2024-11-08 21:45:14 +11:00
2024-11-08 21:45:14 +11:00
2024-11-08 21:45:14 +11:00
2024-11-08 21:45:14 +11:00
2024-11-10 13:34:40 +11:00
2024-11-10 13:34:40 +11:00
2024-11-08 21:45:14 +11:00
2024-11-08 21:45:09 +11:00
2024-11-08 21:45:14 +11:00
2024-11-08 21:45:14 +11:00
2024-11-08 21:45:14 +11:00
2024-11-10 13:36:01 +11:00
2024-11-08 21:45:14 +11:00
2024-11-08 21:45:14 +11:00
2024-11-08 21:45:14 +11:00

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
);
S
Description
No description provided
https://www.clivelancaster.com/
Readme
11 MiB
Languages
SCSS 82.4%
HTML 13.2%
C# 2.5%
CSS 1.1%
JavaScript 0.5%
Other 0.3%