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