Init
This commit is contained in:
+2
-2
@@ -11,8 +11,8 @@ pub struct Model {
|
||||
pub id: Uuid,
|
||||
pub username: String,
|
||||
pub password: String,
|
||||
#[sea_orm(column_type = "Text", unique)]
|
||||
pub pub_key: String,
|
||||
#[sea_orm(column_type = "Text", unique, nullable)]
|
||||
pub pub_key: Option<String>,
|
||||
pub created_at: DateTimeUtc,
|
||||
pub updated_at: DateTimeUtc,
|
||||
pub is_superuser: bool,
|
||||
|
||||
Reference in New Issue
Block a user