diff --git a/src/main.rs b/src/main.rs index 635e11e..b02446f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -82,7 +82,7 @@ async fn main() -> Result<(), Error> { sqlx::query( r#" CREATE TABLE IF NOT EXISTS selfroles ( - userid BIGINT PRIMARY KEY, + userid BIGINT, roleid BIGINT, guildid BIGINT )