| 1 | <?php | ||
| 12 | class CreateAuthPermissionsGroupTable extends Migration | ||
| 13 | { | ||
| 14 | /* ------------------------------------------------------------------------------------------------ | ||
| 15 | | Constructor | ||
| 16 | | ------------------------------------------------------------------------------------------------ | ||
| 17 | */ | ||
| 18 | /** | ||
| 19 | * Make a migration instance. | ||
| 20 | */ | ||
| 21 | public function __construct() | ||
| 27 | |||
| 28 | /* ------------------------------------------------------------------------------------------------ | ||
| 29 | | Main Functions | ||
| 30 | | ------------------------------------------------------------------------------------------------ | ||
| 31 | */ | ||
| 32 | /** | ||
| 33 | * Run the migrations. | ||
| 34 | */ | ||
| 35 | public function up() | ||
| 47 | } | ||
| 48 |