1 | <?php |
||
9 | class CreateFormsTable extends Migration |
||
10 | { |
||
11 | /** |
||
12 | * Run the migrations. |
||
13 | * |
||
14 | * @return void |
||
15 | */ |
||
16 | public function up() |
||
37 | |||
38 | /** |
||
39 | * Reverse the migrations. |
||
40 | * |
||
41 | * @return void |
||
42 | */ |
||
43 | public function down() |
||
47 | |||
48 | /** |
||
49 | * Get jsonable column data type. |
||
50 | * |
||
51 | * @return string |
||
52 | */ |
||
53 | protected function jsonable(): string |
||
61 | } |
||
62 |