public function up()
{
$this->dbforge->add_field(array(
'Price' => array(
'type' => 'DECIMAL',
'constraint' => '10,2',
'unsigned' => FALSE
)
));
$this->dbforge->create_table('ads');
}
Tuesday, February 19, 2013
How do I add a decimal field in a Codeigniter Migration
Subscribe to:
Post Comments (Atom)
fdgdf
ReplyDelete