CodeIgniter4 icon indicating copy to clipboard operation
CodeIgniter4 copied to clipboard

[Forge] missing drop index / primary key or add a new one

Open bczottegem opened this issue 4 years ago • 0 comments

  • There seems to be missing a method to drop a primary key (which exists for foreign keys) in the Forge class.
  • It is also not possible to assign a new primary key to an existing table. One can use addPrimaryKey() for create table operations, but not for alter table.

bczottegem avatar May 07 '21 10:05 bczottegem