dbForge is a Database Version Control Software by DevArt.
I create a ENUM field, here is my code: $field['test'] = array( 'type' => 'ENUM', 'constraint' => array('a','b',…
php mysql codeigniter enums dbforgeI am using Codeigniter's DBForge class to create a database and table within that database. Here is code: if ($this-&…
mysql codeigniter dbforge