diff --git a/migrations.py b/migrations.py index 0880b62..51567b5 100644 --- a/migrations.py +++ b/migrations.py @@ -39,7 +39,7 @@ async def m001_initial(db): CREATE TABLE nostrmarket.products ( id TEXT PRIMARY KEY, stall_id TEXT NOT NULL, - product TEXT NOT NULL, + name TEXT NOT NULL, categories TEXT, description TEXT, image TEXT,