mirror of
https://gitee.com/ulthon/ul-file-share.git
synced 2026-07-07 13:32:48 +08:00
自动清空过期数据;
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user