Schema reports errors in table setup
| Project: | RSVP |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
The Schema module is giving me the following report about RSVP. Do I need to worry?
rsvp.nid is type int but its default 0 is PHP type string
rsvp.uid is type int but its default 0 is PHP type string
rsvp.invite_filterformat is type int but its default 0 is PHP type string
rsvp.response_blind is type int but its default 0 is PHP type string
rsvp.attendees_visible is type int but its default 0 is PHP type string
rsvp.list_email is type int but its default 0 is PHP type string
rsvp.allow_invite is type int but its default 0 is PHP type string
rsvp.timestamp is type int but its default 0 is PHP type string
rsvp.uid_moderator is type int but its default 0 is PHP type string
rsvp.response_blind_node is type int but its default 0 is PHP type string
rsvp.reply_blind_node is type int but its default 0 is PHP type string
rsvp.send_conf_owner is type int but its default 0 is PHP type string
rsvp.send_conf_guest is type int but its default 0 is PHP type string
rsvp.send_privatemsg is type int but its default 0 is PHP type string
rsvp.disable_maybe is type int but its default 0 is PHP type string
rsvp.reply_startdate is type int but its default 0 is PHP type string
rsvp.reply_enddate is type int but its default 0 is PHP type string
rsvp.open_invitation is type int but its default 0 is PHP type string
rsvp.max_guests is type int but its default 0 is PHP type string
rsvp_invite.rid is type int but its default 0 is PHP type string
rsvp_invite.uid is type int but its default 0 is PHP type string
rsvp_invite.invited is type int but its default 0 is PHP type string
rsvp_invite.received is type int but its default 0 is PHP type string
rsvp_invite.timestamp is type int but its default 0 is PHP type string
rsvp_invite.totalguests is type int but its default 1 is PHP type string
rsvp_invite.email is part of the primary key but is not specified to be 'not null'.
rsvp_realname.email is part of the primary key but is not specified to be 'not null'.

#1
Thanks for reporting
you do not have to worry, however the schema module seems to reveal some semantic issues with the rsvp schema that I certainly can address in one of the next releases.
Thanks,
Ulf
#2
fixed in the next dev version.
You have to uninstall and reinstall rsvp though to see the changes, which would delete your existing schema. If you do not want to do that you have to live with the existing condition.
Thanks,
Ulf
#3
Automatically closed -- issue fixed for 2 weeks with no activity.