Add basic SQLx
This commit is contained in:
parent
886df477a8
commit
c7e3468acc
6 changed files with 1036 additions and 11 deletions
2
migrations/20230814162207_accounts.sql
Normal file
2
migrations/20230814162207_accounts.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
-- Add migration script here
|
||||
CREATE TABLE accounts (id uuid PRIMARY KEY);
|
||||
Loading…
Add table
Add a link
Reference in a new issue