CodeIgniter4
CodeIgniter4 copied to clipboard
[Forge] missing drop index / primary key or add a new one
- 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.