We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e2b200 commit 9559b29Copy full SHA for 9559b29
tests/models/MysqlUser.php
@@ -48,10 +48,11 @@ public static function executeSchema()
48
{
49
$table->increments('id');
50
$table->string('name');
51
+ $table->timestamps();
52
});
53
}
54
- if (!$schema->hasColumn('users', 'id'))
55
+ /*if (!$schema->hasColumn('users', 'id'))
56
57
Schema::connection('mysql')->table('users', function($table)
58
@@ -65,7 +66,7 @@ public static function executeSchema()
65
66
67
68
- }
69
+ }*/
70
71
72
0 commit comments