Added a variable declaration in SQL script

This commit is contained in:
Alex Tavarez
2025-09-03 14:35:03 -04:00
parent 7a8555dc85
commit ab5711c584
2 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
PRAGMA foreign_keys = ON;
DECLARE @email_address varchar = 'admin@sukaato.moe';
CREATE TABLE [IF NOT EXISTS] [User].users (
id INTEGER PRIMARY KEY,