Story #100 Add canned emails to database | Technical Documentation - cseseniordesign/reservations GitHub Wiki
Technical Documentation
Database
- Changes within the database:
- Added new table
preset_emails
to hold the preset emails. It contains the following fields.id
INT NOT NULL AUTO-INCREMENT,name
VARCHAR(255) NULL,subject
VARCHAR(255) NULL,body
VARCHAR(10000) NULL,
- Added new table