mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-01-04 16:49:59 -06:00
fix typo
This commit is contained in:
committed by
Sebastian Jeltsch
parent
5a4a540d0b
commit
9b0cd117ea
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user