-
Beta Was this translation helpful? Give feedback.
Answered by
hafizah65
Sep 11, 2023
Replies: 2 comments 2 replies
-
Can you tell me the result of run the following command? php spark migrate -n CodeIgniter\Shield |
Beta Was this translation helpful? Give feedback.
1 reply
-
This is not a bug, but your configuration is wrong. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
got it, i just searched and replaced charset and dbcollat at BaseConnection.php to my db's setup which is utf8mb4 and utf8mb4_general_ci. then i had to delete the users table. since it was migration, i thought it would just update the table fields. sorry for the trouble