style!(models): adding the Db prefix on type from database

This commit is contained in:
Raphael 2026-02-13 19:53:36 +01:00 committed by Raphaël
parent 997da4c564
commit 1ab4b7cb61
5 changed files with 9 additions and 4 deletions

View file

@ -1,7 +1,7 @@
use sqlx::FromRow;
#[derive(Debug, FromRow)]
pub struct Guild {
pub struct DbGuild {
pub guild_id: String,
pub log_enable: bool,