fix: column name
This commit is contained in:
parent
7162f44450
commit
7f7f5a08b0
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ async def m001_initial(db):
|
|||
name TEXT NOT NULL,
|
||||
categories TEXT,
|
||||
description TEXT,
|
||||
image_urls TEXT NOT NULL DEFAULT '[]',
|
||||
images TEXT NOT NULL DEFAULT '[]',
|
||||
price REAL NOT NULL,
|
||||
quantity INTEGER NOT NULL
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue