1 | <?php |
||
9 | class CreateTicketableTicketsTable extends Migration |
||
10 | { |
||
11 | /** |
||
12 | * Run the migrations. |
||
13 | * |
||
14 | * @return void |
||
15 | */ |
||
16 | public function up() |
||
34 | |||
35 | /** |
||
36 | * Reverse the migrations. |
||
37 | * |
||
38 | * @return void |
||
39 | */ |
||
40 | public function down() |
||
44 | |||
45 | /** |
||
46 | * Get jsonable column data type. |
||
47 | * |
||
48 | * @return string |
||
49 | */ |
||
50 | protected function jsonable(): string |
||
58 | } |
||
59 |