Add project fields

This commit is contained in:
2024-03-02 16:54:15 +00:00
parent b722b21a75
commit 84b4c747f5
6 changed files with 2536 additions and 0 deletions
+5
View File
@@ -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)]