Support Brand and Model schema.org attributes
[app-web-oof.git] / db.sql
diff --git a/db.sql b/db.sql
index b75393541c351806d651a4e6237061881a6b89a1..1cd64f348aaa22c90270d0ac75d196036ba9f12b 100644 (file)
--- a/db.sql
+++ b/db.sql
@@ -6,6 +6,8 @@ CREATE TABLE IF NOT EXISTS products (
        price    INT     NOT NULL,
        stock    INT     NOT NULL,
        freepost BOOLEAN NOT NULL DEFAULT FALSE,
+       model    TEXT,
+       brand    TEXT,
        CONSTRAINT positive_stock CHECK (stock >= 0)
 );
 
This page took 0.009189 seconds and 4 git commands to generate.