badaso icon indicating copy to clipboard operation
badaso copied to clipboard

Add a foreign index does not work

Open Dri372 opened this issue 2 years ago • 0 comments

Describe the bug No change ad no error when I created a foreign index on 2 existing tables.

To Reproduce • Fresh new install (with postgresql) • Create 2 tables ◦ constructors ▪ name text ◦ cars ▪ constructor_id bigint ▪ model text • Modify table cars to add a foreign index on constructor_id to constructors / id ◦ → Success but nothing is created

Additional info • Migration generated is empty public function up() { try {

    } catch (PDOException $ex) {

Dri372 avatar Jul 11 '22 12:07 Dri372