Welcome Guest, Not a member yet? Register   Sign In
Creating a foreign key
#3

I also encountered such problem with foreign keys Can't make it using query builder.

some people advise something like this, but i can't make it work;
$this->dbforge->add_field('id INT NOT NULL AUTO_INCREMENT PRIMARY KEY');
$this->dbforge->add_field('CONSTRAINT FOREIGN KEY (id) REFERENCES table(id)');

Is it possible in current version of codeigniter?
Reply


Messages In This Thread
Creating a foreign key - by cerberus478 - 11-25-2014, 02:26 AM
RE: Creating a foreign key - by Rufnex - 11-25-2014, 03:56 AM
RE: Creating a foreign key - by glorsh66 - 10-13-2017, 10:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB