Browse Source

Ajouter champs "id_etablissement" à la table "user"

master
keun 8 years ago
parent
commit
a5cf51f212
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      console/migrations/m161012_075736_ajout_ids_boulangerie.php

+ 1
- 0
console/migrations/m161012_075736_ajout_ids_boulangerie.php View File

$this->addColumn('produit', 'id_etablissement', Schema::TYPE_INTEGER) ; $this->addColumn('produit', 'id_etablissement', Schema::TYPE_INTEGER) ;
$this->addColumn('production', 'id_etablissement', Schema::TYPE_INTEGER) ; $this->addColumn('production', 'id_etablissement', Schema::TYPE_INTEGER) ;
$this->addColumn('point_vente', '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() public function down()

Loading…
Cancel
Save