impls chest content query, still working on the api...
This commit is contained in:
8
lootalot_db/src/models/item.rs
Normal file
8
lootalot_db/src/models/item.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
use crate::*;
|
||||
|
||||
#[derive(Debug, Queryable, Serialize)]
|
||||
pub struct Item {
|
||||
id: i32,
|
||||
name: String,
|
||||
base_value: i32,
|
||||
}
|
||||
Reference in New Issue
Block a user