We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed9b70b commit 5fce910Copy full SHA for 5fce910
src/database.rs
@@ -65,7 +65,7 @@ pub struct User {
65
pub xp: i32,
66
67
#[sql(constraint = "DEFAULT 0")]
68
- pub social_credit: i32,
+ pub social_credit: i64,
69
70
#[sql(constraint = "DEFAULT ''")]
71
pub name: String,
0 commit comments