feat: add medias
This commit is contained in:
@@ -72,7 +72,7 @@ CREATE TABLE
|
||||
title VARCHAR(198) NOT NULL,
|
||||
description VARCHAR(198) NOT NULL,
|
||||
price INT8 NOT NULL,
|
||||
discount INT8 NOT NULL,
|
||||
discount INT8 NOT NULL default 100,
|
||||
publish BOOL NOT NULL,
|
||||
created_at timestamp NOT NULL default now(),
|
||||
updated_at timestamp NOT NULL default now()
|
||||
|
||||
Reference in New Issue
Block a user