fix: 修复部分数据类型错误,添加额外检查
This commit is contained in:
@@ -8,7 +8,7 @@ pub struct Model {
|
||||
#[sea_orm(primary_key)]
|
||||
pub id: i32,
|
||||
#[sea_orm(unique)]
|
||||
pub f_id: i32,
|
||||
pub f_id: i64,
|
||||
pub name: String,
|
||||
pub path: String,
|
||||
pub created_at: String,
|
||||
|
||||
@@ -8,7 +8,7 @@ pub struct Model {
|
||||
#[sea_orm(primary_key)]
|
||||
pub id: i32,
|
||||
pub favorite_id: i32,
|
||||
pub upper_id: i32,
|
||||
pub upper_id: i64,
|
||||
pub upper_name: String,
|
||||
pub upper_face: String,
|
||||
pub name: String,
|
||||
|
||||
Reference in New Issue
Block a user