Merge pull request #2850 from magicbug/dev

Fixes byte issue for older mysql versions
这个提交包含在:
Peter Goodhall 2023-12-16 17:40:33 +00:00 提交者 GitHub
当前提交 468c0e46a5
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

@ -32,7 +32,7 @@ class Migration_create_dxpedition_table extends CI_Migration
),
'callsign' => array(
'type' => 'VARCHAR',
'constraint' => '255',
'constraint' => '50',
'null' => FALSE,
),
'country' => array(