style!(models): adding the Db prefix on type from database
This commit is contained in:
parent
997da4c564
commit
1ab4b7cb61
5 changed files with 9 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use sqlx::FromRow;
|
||||
|
||||
#[derive(Debug, FromRow)]
|
||||
pub struct Guild {
|
||||
pub struct DbGuild {
|
||||
pub guild_id: String,
|
||||
|
||||
pub log_enable: bool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue