feat: add migration

This commit is contained in:
2025-01-16 13:48:05 +01:00
parent 703f2ae096
commit a68eae8519
9 changed files with 198 additions and 16 deletions

View File

@@ -0,0 +1,3 @@
CREATE TABLE test_table (
id UUID primary key not null
);