Skip to content

Commit

Permalink
Actualizacion de la migracion de tabla subject
Browse files Browse the repository at this point in the history
  • Loading branch information
CristianDoGo committed Jan 11, 2017
1 parent 74b20b2 commit 523c47e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions migrations/m161115_020936_create_subject_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ public function up()
'model' => $this->boolean(1),
'type' => $this->string(15)->notNull(),
'modality' => $this->string(15),
'number'=> $this->string(15),
'hour_pre'=> $this->string(15),
'nr_np'=> $this->string(15),
'max_capacity'=>$this->string(15)

],'ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci');
}

Expand Down

0 comments on commit 523c47e

Please sign in to comment.