table('crm_import_log') ->addColumn('source', 'string', ['comment' => '来源渠道', 'limit'=> 255, 'default' => '']) ->addColumn('price', 'integer', ['limit'=> 11, 'comment'=>'资源价格' ,'default' => 0]) ->update(); } }