2 lines
74 B
SQL
2 lines
74 B
SQL
-- Add migration script here
|
|
CREATE TABLE accounts (id uuid PRIMARY KEY);
|
-- Add migration script here
|
|
CREATE TABLE accounts (id uuid PRIMARY KEY);
|