|
@@ -19,7 +19,7 @@ final class FilesystemUserFile extends AbstractMigration
|
|
|
*/
|
|
*/
|
|
|
public function change(): void
|
|
public function change(): void
|
|
|
{
|
|
{
|
|
|
- $table = $this->table('extension_filesystem_file', [
|
|
|
|
|
|
|
+ $table = $this->table('filesystem_user_file', [
|
|
|
'comment' => '文件表',
|
|
'comment' => '文件表',
|
|
|
'engine' => 'InnoDB',
|
|
'engine' => 'InnoDB',
|
|
|
'collation' => 'utf8mb4_general_ci',
|
|
'collation' => 'utf8mb4_general_ci',
|