mysql - ALTER TABLE tbl AUTO_INCREMENT = 123 as codeigniter active records query? -


how execute

alter table tblname auto_increment = 123 

as codeigniter active records query?

there called dbforge->modify_column() in codeigniter , have use that, if how?

$this->db->query('alter table tbl_name auto_increment 1'); working me.


Comments

Popular posts from this blog

node.js - StackOverflow API not returning JSON -

python - Subclassed QStyledItemDelegate ignores Stylesheet -

php - Laravel 4.1 to Heroku: SQLSTATE[HY000] [2002] No such file or directory -