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