MMC alpha ready

This commit is contained in:
Александр Бабкин
2022-07-14 17:00:24 +03:00
parent 58c92adfbc
commit ba97a6afc1
10 changed files with 154 additions and 144 deletions

View File

@@ -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();
});