| 1 | <?php |
||
| 6 | class CreateAdmins extends Migration |
||
| 7 | { |
||
| 8 | /** |
||
| 9 | * Run the migrations. |
||
| 10 | * |
||
| 11 | * @return void |
||
| 12 | * @link https://scotch.io/tutorials/simple-and-easy-laravel-login-authentication |
||
| 13 | */ |
||
| 14 | public function up() |
||
| 35 | |||
| 36 | /** |
||
| 37 | * Reverse the migrations. |
||
| 38 | * |
||
| 39 | * @return void |
||
| 40 | */ |
||
| 41 | public function down() |
||
| 45 | } |
||
| 46 |