table('customer') ->addColumn('valid_time', 'timestamp', ['null'=> true, 'comment'=> '成为有效客户时间']) ->addColumn(Column::tinyInteger('introduce')->setComment('是否已告知客户介绍新客户0否1是')->setDefault(0)) ->addColumn('transfer_info', 'string',array('limit' =>255,'comment'=>'转移客户信息','null' => true)) ->update(); } }