Selaa lähdekoodia

edit migration

Zoya))) 6 vuotta sitten
vanhempi
commit
5582bb8433
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      database/migrations/2018_06_03_095342_create_cruds_table.php

+ 1 - 0
database/migrations/2018_06_03_095342_create_cruds_table.php

@@ -20,6 +20,7 @@ class CreateCrudsTable extends Migration
             $table->string('post'); //описание
             $table->date('date'); //дата провидения
             $table->string('type'); //тип мероприятия
+            $table->string('last_modifit'); //последний изменивший
             $table->timestamps();
         });
     }