17d453642c7621b8fa1270eb5c515bf9ee647bea
Some checks failed
Gitea CI/CD / build (push) Failing after 2m41s
Commit: Actions build file.
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%