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