Bläddra i källkod

Ajouter champs "id_etablissement" à la table "user"

master
keun 8 år sedan
förälder
incheckning
a5cf51f212
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. +1
    -0
      console/migrations/m161012_075736_ajout_ids_boulangerie.php

+ 1
- 0
console/migrations/m161012_075736_ajout_ids_boulangerie.php Visa fil

@@ -10,6 +10,7 @@ class m161012_075736_ajout_ids_boulangerie extends Migration
$this->addColumn('produit', 'id_etablissement', Schema::TYPE_INTEGER) ;
$this->addColumn('production', 'id_etablissement', Schema::TYPE_INTEGER) ;
$this->addColumn('point_vente', 'id_etablissement', Schema::TYPE_INTEGER) ;
$this->addColumn('user', 'id_etablissement', Schema::TYPE_INTEGER) ;
}

public function down()

Laddar…
Avbryt
Spara