From 523c47e87200cb54590c45cdfd7ce7d210881384 Mon Sep 17 00:00:00 2001 From: CristianDoGo Date: Wed, 11 Jan 2017 14:11:11 -0600 Subject: [PATCH] Actualizacion de la migracion de tabla subject --- migrations/m161115_020936_create_subject_table.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/migrations/m161115_020936_create_subject_table.php b/migrations/m161115_020936_create_subject_table.php index d7aa43a..1754288 100644 --- a/migrations/m161115_020936_create_subject_table.php +++ b/migrations/m161115_020936_create_subject_table.php @@ -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'); }