feat: ship blog platform admin and deploy stack
This commit is contained in:
@@ -15,6 +15,9 @@ pub struct Model {
|
||||
pub author: Option<String>,
|
||||
pub email: Option<String>,
|
||||
pub avatar: Option<String>,
|
||||
pub ip_address: Option<String>,
|
||||
pub user_agent: Option<String>,
|
||||
pub referer: Option<String>,
|
||||
#[sea_orm(column_type = "Text", nullable)]
|
||||
pub content: Option<String>,
|
||||
pub scope: String,
|
||||
|
||||
Reference in New Issue
Block a user