Renderer/assets/DB/createTables.sql
austin 3782145fb3
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
fix builds
2024-08-16 09:33:27 -04:00

10 lines
157 B
SQL

--main table
CREATE TABLE mainTable (propName VARCHAR PRIMARY KEY, propValue VARCHAR);
INSERT INTO mainTable (propName, propValue) VALUES ("ver","1");