docs
docs copied to clipboard
Independent Auth Guards: Add note about column types when using MySQL database & `database` session driver
When you're using independent auth guards with Statamic, along with a MySQL database and the database
session driver (which is the new default in Laravel 11), you may need to change the type of the user_id
column to a varchar to account for Statamic user IDs.