Fixes byte issue for older mysql versions

pull/2850/head
Peter Goodhall 2023-12-16 15:40:31 +00:00
rodzic 756afa1169
commit 5cedd4da72
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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