@@ -18,7 +18,7 @@ |
||
18 | 18 | $table->string( 'name' ); |
19 | 19 | $table->string( 'password' ); |
20 | 20 | $table->string( 'remember_token', 100 )->null( true ); |
21 | - $table->date( 'email_verified_at' )->null( true );; |
|
21 | + $table->date( 'email_verified_at' )->null( true ); ; |
|
22 | 22 | $table->smallint( 'superuser' )->default( 0 ); |
23 | 23 | $table->smallint( 'status' )->default( 1 ); |
24 | 24 | $table->string( 'company', 100 )->default( '' ); |