feat: update model
This commit is contained in:
@@ -7,7 +7,7 @@ CREATE TABLE posts(
|
||||
deleted_at timestamp,
|
||||
status int2 NOT NULL DEFAULT 0,
|
||||
title varchar(128) NOT NULL,
|
||||
head_image int8 NOT NULL DEFAULT 0,
|
||||
head_images jsonb DEFAULT '[]' ::jsonb NOT NULL,
|
||||
description varchar(256) NOT NULL,
|
||||
content text NOT NULL,
|
||||
price int8 NOT NULL DEFAULT 0,
|
||||
|
||||
Reference in New Issue
Block a user