mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-03-07 15:16:40 +08:00
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