table('comment') ->addColumn('nick_name', 'string',array('limit' => 255,'default'=>'','comment'=>'用户昵称')) ->save(); } }