自动清空过期数据;

This commit is contained in:
2022-08-09 09:46:42 +08:00
parent 2e35902e46
commit f7954291b1
2 changed files with 47 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ class CreateTableShare extends Migrator
->addColumn(ColumnFormat::integerTypeStatus('status'))
->addColumn(ColumnFormat::integer('times_download'))
->addColumn(ColumnFormat::integer('visit'))
->addColumn(ColumnFormat::integer('clear_time')->setComment('清空数据时间'))
->create();
}
}