mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改数据库
This commit is contained in:
parent
b44a92ba76
commit
951133fa8b
@ -143,7 +143,7 @@ SQL
|
||||
])
|
||||
->addColumn('name', 'string', ['limit' => 100, 'default' => '', 'comment' => '配置名'])
|
||||
->addColumn('value', 'text', ['default' => '', 'comment' => '配置值'])
|
||||
->addIndex('type', ['name' => 'idx_system_data_name'])
|
||||
->addIndex('name', ['name' => 'idx_system_data_name'])
|
||||
->save();
|
||||
}
|
||||
|
||||
|
@ -10,12 +10,12 @@ class InstallWechat extends Migrator
|
||||
public function change()
|
||||
{
|
||||
$this->_auto();
|
||||
$this->_article();
|
||||
$this->_fans();
|
||||
$this->_media();
|
||||
$this->_news();
|
||||
$this->_tags();
|
||||
$this->_keys();
|
||||
$this->_news();
|
||||
$this->_media();
|
||||
$this->_article();
|
||||
}
|
||||
|
||||
private function _auto()
|
||||
|
Loading…
x
Reference in New Issue
Block a user