![]() |
Hello everyone!
Is it possible to set in CI4: "charset" and "collation" for the table, and more specifically for the columns? For example, I have a table: Code: CREATE TABLE `user_test` ( The migration file looks like the following (immediately adds what I tried to add in the array to get the appropriate collation and charset): PHP Code: <?php PS: I would like to inform you that my post is not about setting "charset" and "collation" in files: "app/Config/Database.php" or .env Pls help or advice on how to approach this. |
Messages In This Thread |
Database Migrations - The charset and collation properties. - by Haliburton - 03-25-2024, 07:53 PM
RE: Database Migrations - The charset and collation properties. - by kenjis - 03-26-2024, 03:18 PM
RE: Database Migrations - The charset and collation properties. - by Haliburton - 03-26-2024, 07:38 PM
|