Story #122 Update database to support codes for events | Technical Documentation - cseseniordesign/reservations GitHub Wiki
Database
- Changes within the database:
- Added a new column to the
eventstable to hold an event code. This value will default to NULL. Column added:event_codeVARCHAR(255) NULL
- Added a new column to the