Fixes byte issue for older mysql versions

这个提交包含在:
Peter Goodhall 2023-12-16 15:40:31 +00:00
父节点 756afa1169
当前提交 5cedd4da72

查看文件

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