You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a suggestion, instead of just using INT(8), INTEGER, FLOAT, DECIMAL data types, wouldn't it be better if it was rust data types for example u8, u16, u32, u64, i8, i16, i32, i64, f32, f64 for numeric data types?