1 | <?php |
||
6 | class AddBaseFields extends Migration |
||
7 | { |
||
8 | 222 | public function fieldTableFields(Blueprint $table) |
|
19 | |||
20 | /** |
||
21 | * Run the migrations. |
||
22 | * |
||
23 | * @return void |
||
24 | */ |
||
25 | 222 | public function up() |
|
51 | |||
52 | /** |
||
53 | * Reverse the migrations. |
||
54 | * |
||
55 | * @return void |
||
56 | */ |
||
57 | 222 | public function down() |
|
63 | } |
||
64 |