677c082c8341f0fa9dd04b68238210f8750ba353
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
);
Languages
SCSS
82.4%
HTML
13.2%
C#
2.5%
CSS
1.1%
JavaScript
0.5%
Other
0.3%