| 1 | <?php |
||
| 11 | class CreateAuthRoleUserPivotTable extends Migration |
||
| 12 | { |
||
| 13 | /* ----------------------------------------------------------------- |
||
| 14 | | Constructor |
||
| 15 | | ----------------------------------------------------------------- |
||
| 16 | */ |
||
| 17 | /** |
||
| 18 | * CreateAuthRoleUserPivotTable constructor. |
||
| 19 | */ |
||
| 20 | public function __construct() |
||
| 26 | |||
| 27 | /* ----------------------------------------------------------------- |
||
| 28 | | Main Methods |
||
| 29 | | ----------------------------------------------------------------- |
||
| 30 | */ |
||
| 31 | /** |
||
| 32 | * Run the migrations. |
||
| 33 | */ |
||
| 34 | public function up() |
||
| 44 | } |
||
| 45 |