refactor: rename product column
This commit is contained in:
parent
304ab683a4
commit
2b106a203e
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ async def m001_initial(db):
|
||||||
CREATE TABLE nostrmarket.products (
|
CREATE TABLE nostrmarket.products (
|
||||||
id TEXT PRIMARY KEY,
|
id TEXT PRIMARY KEY,
|
||||||
stall_id TEXT NOT NULL,
|
stall_id TEXT NOT NULL,
|
||||||
product TEXT NOT NULL,
|
name TEXT NOT NULL,
|
||||||
categories TEXT,
|
categories TEXT,
|
||||||
description TEXT,
|
description TEXT,
|
||||||
image TEXT,
|
image TEXT,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue