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 -

sql server - TFS 2012 TF255062 Error after removing 'Active Directory' Role -