mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 18:12:50 +08:00
添加统计代码
This commit is contained in:
@@ -30,7 +30,7 @@ class CreateTableSystemConfig extends Migrator
|
||||
{
|
||||
$table = $this->table('system_config',['comment'=>'系统配置表']);
|
||||
$table->addColumn('name','string',['limit'=>30,'comment'=>'配置名称']);
|
||||
$table->addColumn('value','string',['limit'=>200,'comment'=>'值']);
|
||||
$table->addColumn('value','string',['limit'=>500,'comment'=>'值']);
|
||||
$table->addIndex('name');
|
||||
$table->save();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user