feat: add migration
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
CREATE TABLE test_table (
|
||||
id UUID primary key not null
|
||||
);
|
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
CREATE TABLE test_table (
|
||||
id UUID primary key not null
|
||||
);
|