1 | <?php |
||
7 | class CreateTranslationsTable extends Migration |
||
8 | { |
||
9 | /** |
||
10 | * Run the migrations and create the translations table. |
||
11 | * |
||
12 | * @return void |
||
13 | */ |
||
14 | public function up() |
||
27 | |||
28 | /** |
||
29 | * Reverse the migrations and drop the translations table. |
||
30 | * |
||
31 | * @return void |
||
32 | */ |
||
33 | public function down() |
||
37 | } |
||
38 |