Updated data field list
This commit is contained in:
@@ -16,7 +16,7 @@ class Post extends \Core\Model
|
||||
'expired_at date NOT NULL',
|
||||
'creator int(3) NOT NULL',
|
||||
'edited_at date',
|
||||
'editor date',
|
||||
'editor int(3)',
|
||||
'content varchar(255) NOT NULL',
|
||||
'status tinyint NOT NULL DEFAULT 1',
|
||||
'PRIMARY KEY (id)'
|
||||
|
||||
Reference in New Issue
Block a user