| 1 | <?php | ||
| 11 | class CreateTrackerRoutePathParametersTable extends Migration | ||
| 12 | { | ||
| 13 | /* ------------------------------------------------------------------------------------------------ | ||
| 14 | | Properties | ||
| 15 | | ------------------------------------------------------------------------------------------------ | ||
| 16 | */ | ||
| 17 | /** | ||
| 18 | * The table name. | ||
| 19 | * | ||
| 20 | * @var string | ||
| 21 | */ | ||
| 22 | protected $table = 'route_path_parameters'; | ||
| 23 | |||
| 24 | /* ------------------------------------------------------------------------------------------------ | ||
| 25 | | Main Functions | ||
| 26 | | ------------------------------------------------------------------------------------------------ | ||
| 27 | */ | ||
| 28 | /** | ||
| 29 | * Migrate to database. | ||
| 30 | */ | ||
| 31 | public function up() | ||
| 42 | } | ||
| 43 |