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 events table to hold an event code. This value will default to NULL. Column added:
      • event_code VARCHAR(255) NULL