Takuyakii Posted August 17, 2022 Posted August 17, 2022 Good day rA i don't know if this is the right section i been trying to fix this and already searched inside / outside on this forum. i'm still having this error, and this is my SQL query_sql("CREATE TABLE IF NOT EXISTS `woe_time_participation` (`castle_id` int(11) unsigned NOT NULL, `account_id` int(11) unsigned NOT NULL, `date` int(11) NOT NULL DEFAULT '0', `claimed` int(11) NOT NULL DEFAULT '0', PRIMARY KEY ( `castle_id`, `account_id`, `date` )) ENGINE=InnoDB"); see picture below Quote
0 Emistry Posted August 21, 2022 Posted August 21, 2022 may refer this post for guide to fix the account_id issue. https://rathena.org/board/topic/131467-need-help-sql-db-error-pls-thanks/#comment-407968 Quote
0 Pride Posted August 17, 2022 Posted August 17, 2022 58 minutes ago, Takuyakii said: Hello again! :D. So this error simply means that you dont have a Field called "account_id" inside your guild_member table Maybe you should modify it such that whatever script that your using might work Quote
0 Takuyakii Posted August 17, 2022 Author Posted August 17, 2022 2 minutes ago, Pride said: Hello again! :D. So this error simply means that you dont have a Field called "account_id" inside your guild_member table Maybe you should modify it such that whatever script that your using might work The best always, fixed by remove the account_id, thank you so much. Quote
Question
Takuyakii
Good day rA
i don't know if this is the right section
i been trying to fix this and already searched inside / outside on this forum.
i'm still having this error,
and this is my SQL
query_sql("CREATE TABLE IF NOT EXISTS `woe_time_participation` (`castle_id` int(11) unsigned NOT NULL, `account_id` int(11) unsigned NOT NULL, `date` int(11) NOT NULL DEFAULT '0', `claimed` int(11) NOT NULL DEFAULT '0', PRIMARY KEY ( `castle_id`, `account_id`, `date` )) ENGINE=InnoDB");
see picture below
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.