Phase 3: Impementation


Database Schema for Message_Table
  • Description:This table holds all of a systems IC Card Message information.
  • Data-fields in Message_Table:

    Name Type Description
    Receiving_Card_Name Text This should be a formal card name that has a match in the Card_Table.
    Sending_Card_Name Text This should be a formal card name that has a match in the Card_Table, but does not equal Receving_Card_Name for the same entry.
    Card_Message Text This can be any message that the cards are using. The current system does not accept spaces so be sure to use an underscore where a space is needed for code clarity