table('talkskill_comment') ->addColumn('approve', 'integer', ['comment'=>'审核状态', 'limit'=>3 ,'default' => 0]) ->update(); } }