400e2ed7350931f9ef461418897d68946a1c5552
All checks were successful
Gitea CI/CD / build (push) Successful in 2m57s
Commit: Port update.
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
);
Description
Languages
SCSS
78.7%
HTML
16.9%
C#
2.5%
CSS
1.5%
Dockerfile
0.3%