mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
修正数据库 日志驱动表
This commit is contained in:
@@ -31,7 +31,6 @@ class CreateTableDebugMysql extends Migrator
|
||||
{
|
||||
$table = $this->table('debug_log')
|
||||
->setComment('日志表')
|
||||
->addColumn(ColumnFormat::stringNormal('title'))
|
||||
->addColumn(ColumnFormat::timestamp('create_time'))
|
||||
->addColumn(ColumnFormat::stringShort('create_time_title'))
|
||||
->addColumn(ColumnFormat::stringShort('level'))
|
||||
|
||||
Reference in New Issue
Block a user