Add project fields
This commit is contained in:
@@ -16,6 +16,11 @@ pub struct Model {
|
||||
pub active: bool,
|
||||
#[sea_orm(column_type = "JsonBinary")]
|
||||
pub raw_json: Json,
|
||||
#[sea_orm(column_type = "Text")]
|
||||
pub color: String,
|
||||
pub server_created_at: DateTimeWithTimeZone,
|
||||
pub server_updated_at: DateTimeWithTimeZone,
|
||||
pub server_deleted_at: Option<DateTimeWithTimeZone>,
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone, Debug, EnumIter, DeriveRelation)]
|
||||
|
||||
Reference in New Issue
Block a user