Red CatGirl
Results
2
issues of
Red CatGirl
Hi @kristopolous 😘 When is the new release **386** on **bootstrap 5**?
The field type binary(16) is converted to the blob type. MySQL 8.0 also has a binary type. ### Example ```php $b->createTable('urls', [ 'id' => $b->bigPrimaryKey()->unsigned(), 'hash' => $b->binary(16)->notNull()->comment('md5 from url')->asString(),...
type:bug