Codeigniter migration auto and key issue Codeigniter migration auto and key issue codeigniter codeigniter

Codeigniter migration auto and key issue


I needed to run the

dbforge->add_key 

before the

dbforge->create_table

There must be a way to add this to the

dbforge->add_field 

array


'USERS_password' => array(     'type' => 'VARCHAR',     'constraint' => '150',),

appears twice.