table('user') ->addColumn('birthday', 'string',array('limit' => 20, 'default' => '', 'comment' => '用户生日')) ->save(); } }