MMC alpha ready
This commit is contained in:
@@ -18,7 +18,7 @@ class CreateMMCSTable extends Migration
|
||||
$table->string('filename');
|
||||
$table->string('size');
|
||||
$table->string('mtime');
|
||||
$table->string('atime');
|
||||
// $table->string('atime');
|
||||
$table->timestamps();
|
||||
$table->softDeletes();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user