fix column of textures table

This commit is contained in:
printempw 2016-07-28 16:21:02 +08:00
parent 74caacf6df
commit dcbaabaa35

View File

@ -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) {