News

In MySQL 5.5 release notes where this behavior was corrected: Previously, an implicit conversion always produced a binary string, regardless of the connection character set.
This issue occurs because the sql_require_primary_key flag in MySQL prevents the creation of tables without a primary key. Because of the way Laravel's Schema builder assigns primary keys to ...