Initial Commit
This commit is contained in:
parent
5b45525331
commit
7f8d940ef5
12 changed files with 2901 additions and 2 deletions
5
migrations/20241023074641_create_keys_table.sql
Normal file
5
migrations/20241023074641_create_keys_table.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
-- Add migration script here
|
||||
CREATE TABLE IF NOT EXISTS keys (
|
||||
id INTEGER PRIMARY KEY,
|
||||
key VARCHAR(32)
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue