Welcome Guest, Not a member yet? Register   Sign In
add UNIQUE KEY in any column
#1

Hi,
How can i add a unique key to a column? $this->dbforge->add_key() only able to do add primary key. I there are any way to add unique, full-text etc key?

Thanks
The largest Bengali tutorial site on Web Development in this planet
Reply
#2

Got it,

$fields = array(
'email' => array(
'auto_increment' => TRUE,
'unique' => TRUE
),
.....
The largest Bengali tutorial site on Web Development in this planet
Reply




Theme © iAndrew 2016 - Forum software by © MyBB