table('customer')->addColumn('wx', 'string', ['limit'=> 150, 'comment'=> '客户微信', 'default'=> '']) ->addColumn('phone1', 'string', ['limit'=> 150, 'comment'=> '其他电话1', 'default'=> '']) ->addColumn('phone2', 'string', ['limit'=> 150, 'comment'=> '其他电话2', 'default'=> '']) ->update();*/ /*$this->table('customer_drop_pool')->addColumn('wx', 'string', ['limit'=> 150, 'comment'=> '客户微信', 'default'=> '']) ->addColumn('phone1', 'string', ['limit'=> 150, 'comment'=> '其他电话1', 'default'=> '']) ->addColumn('phone2', 'string', ['limit'=> 150, 'comment'=> '其他电话2', 'default'=> '']) ->update();*/ $this->table('customer_recycle')->addColumn('wx', 'string', ['limit'=> 150, 'comment'=> '客户微信', 'default'=> '']) ->addColumn('phone1', 'string', ['limit'=> 150, 'comment'=> '其他电话1', 'default'=> '']) ->addColumn('phone2', 'string', ['limit'=> 150, 'comment'=> '其他电话2', 'default'=> '']) ->update(); } }