Story #100 Add canned emails to database | Technical Documentation - cseseniordesign/reservations GitHub Wiki
Technical Documentation
Database
- Changes within the database:
- Added new table
preset_emailsto hold the preset emails. It contains the following fields.idINT NOT NULL AUTO-INCREMENT,nameVARCHAR(255) NULL,subjectVARCHAR(255) NULL,bodyVARCHAR(10000) NULL,
- Added new table