1
0
Files
ProcessGit Templates 75e3a05d36 Initial template import
2026-02-05 21:19:44 +00:00

6 lines
142 B
SQL

-- Placeholder database schema for {{.RepoName}}
CREATE TABLE IF NOT EXISTS example_table (
id INTEGER PRIMARY KEY,
name TEXT NOT NULL
);