Commit 9559b298 authored by Jens Segers's avatar Jens Segers

Go go travis

parent 2e2b2002
...@@ -48,10 +48,11 @@ class MysqlUser extends Eloquent { ...@@ -48,10 +48,11 @@ class MysqlUser extends Eloquent {
{ {
$table->increments('id'); $table->increments('id');
$table->string('name'); $table->string('name');
$table->timestamps();
}); });
} }
if (!$schema->hasColumn('users', 'id')) /*if (!$schema->hasColumn('users', 'id'))
{ {
Schema::connection('mysql')->table('users', function($table) Schema::connection('mysql')->table('users', function($table)
{ {
...@@ -65,7 +66,7 @@ class MysqlUser extends Eloquent { ...@@ -65,7 +66,7 @@ class MysqlUser extends Eloquent {
{ {
$table->string('name'); $table->string('name');
}); });
} }*/
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment