53363efd2a80f869ae6ddd5542d47a8c3e8c8d22
All checks were successful
Gitea CI/CD / build (push) Successful in 4m21s
Comment: Build Docker location.
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%