This commit is contained in:
Junglei Kim
2025-05-19 20:47:53 +09:00
committed by Sebastian Jeltsch
parent 5a4a540d0b
commit 9b0cd117ea
3 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ By simply starting TrailBase, the migrations in `traildepot/migrations` will be
applied, including `U1728810800__create_table_movies.sql`:
```sql
CREATE TABLE movies IF NOT EXISTS (
CREATE TABLE IF NOT EXISTS movies (
rank INTEGER PRIMARY KEY,
name TEXT NOT NULL,
year ANY NOT NULL,