Primary key
This commit is contained in:
parent
ce41e4b689
commit
9d1a8b839d
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ async def m003_add_themes_table(db):
|
||||||
await db.execute(
|
await db.execute(
|
||||||
"""
|
"""
|
||||||
CREATE TABLE satspay.themes (
|
CREATE TABLE satspay.themes (
|
||||||
css_id TEXT,
|
css_id TEXT NOT NULL PRIMARY KEY,
|
||||||
user TEXT,
|
user TEXT,
|
||||||
title TEXT,
|
title TEXT,
|
||||||
custom_css TEXT
|
custom_css TEXT
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue