Adjust primary key when its column is renamed

Issue #283 new
Christopher Kramer created an issue

When renamimg a column which is (part of) a primary key, the rename should be reflected in the primary key definition. Same for UNIQUE table-constraints. This already works if the definition was done through a column-constraint rather than a table-constraint. So in other words, this usually already works for primary keys if they are not compound primary keys.

This was originally mentioned in issue #12 (https://bitbucket.org/phpliteadmin/public/issues/12/cannot-re-edit-table-remove-rename-columns#comment-19341459).

Comments (0)

  1. Log in to comment