Fix spacing issue.
This commit is contained in:
@@ -22,7 +22,7 @@ class CreateUsersTable extends Migration
|
||||
{
|
||||
Schema::create('users', function (Blueprint $table) {
|
||||
$table->engine = 'InnoDB';
|
||||
|
||||
|
||||
$table->increments('id');
|
||||
$table->string('username');
|
||||
$table->string('password');
|
||||
|
||||
Reference in New Issue
Block a user