[OQRS] Removed default on text column
这个提交包含在:
父节点
2ba3d14683
当前提交
880c87238d
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -16,7 +16,7 @@ class Migration_add_oqrs extends CI_Migration {
|
||||||
|
|
||||||
if (!$this->db->field_exists('oqrs_text', 'station_profile')) {
|
if (!$this->db->field_exists('oqrs_text', 'station_profile')) {
|
||||||
$fields = array(
|
$fields = array(
|
||||||
'oqrs_text text DEFAULT ""',
|
'oqrs_text text',
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->dbforge->add_column('station_profile', $fields);
|
$this->dbforge->add_column('station_profile', $fields);
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用