table('Employee') ->addColumn('clue_disable', 'integer', ['limit'=> 1, 'default'=> 1, 'comment'=> '线索是否可以查看1不允许0允许']) ->update(); } }