mirror of
https://github.com/correl/mtgsqlive.git
synced 2024-11-24 11:09:52 +00:00
primary key needs length
Signed-off-by: Zach Halpern <ZaHalpern+github@gmail.com>
This commit is contained in:
parent
c3add103cd
commit
eba5743aa8
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ def build_sql_schema(sql_connection: sqlite3.Connection) -> None:
|
|||
"toughness TEXT,"
|
||||
"type TEXT,"
|
||||
"types TEXT,"
|
||||
"uuid TEXT PRIMARY KEY,"
|
||||
"uuid TEXT(36) PRIMARY KEY,"
|
||||
"variations TEXT,"
|
||||
"watermark TEXT"
|
||||
")"
|
||||
|
|
Loading…
Reference in a new issue