This commit is contained in:
2026-03-29 19:59:55 +00:00
parent 97cdbdec0b
commit a6932b1b0b
5 changed files with 14 additions and 4 deletions
+1
View File
@@ -7,6 +7,7 @@ use sea_orm::entity::prelude::*;
pub struct Model {
#[sea_orm(primary_key)]
pub id: i32,
pub timestamp: DateTimeUtc,
#[sea_orm(unique)]
pub id_discord: i64,
pub id_sender: i32,