fix column of textures table
This commit is contained in:
parent
74caacf6df
commit
dcbaabaa35
|
|
@ -44,7 +44,7 @@ class Migration
|
|||
$table->integer('size');
|
||||
$table->integer('uploader');
|
||||
$table->integer('public');
|
||||
$table->dateTime('last_modified');
|
||||
$table->dateTime('upload_at');
|
||||
});
|
||||
|
||||
Schema::create($prefix.'options', function($table) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user