MetaTable: Difference between revisions
Jump to navigation
Jump to search
(Created page with 'The MetaTable defines the author, date, and version number of a timetable. This allows database developers to define information that uniquely identifies the database. This helps…') |
No edit summary |
||
Line 1: | Line 1: | ||
The MetaTable defines the author, date, and version number of a timetable. This allows database developers to define information that uniquely identifies the database. This helps the simulator to keep track of which saved simulation uses which database. The fields are as follows: | The MetaTable defines the author, date, and version number of a timetable. This allows database developers to define information that uniquely identifies the database. This helps the simulator to keep track of which saved simulation uses which database. The fields are as follows: | ||
Field: AUTHOR | Field: AUTHOR | ||
Type: string | Type: string | ||
Purpose: Database developer's name. | Purpose: Database developer's name. | ||
Field: DATECREATED | Field: DATECREATED | ||
Type: date | Type: date | ||
Purpose: Defines the most recent date the database was edited or otherwise changed. | Purpose: Defines the most recent date the database was edited or otherwise changed. | ||
Revision as of 00:45, 6 January 2011
The MetaTable defines the author, date, and version number of a timetable. This allows database developers to define information that uniquely identifies the database. This helps the simulator to keep track of which saved simulation uses which database. The fields are as follows:
Field: AUTHOR Type: string Purpose: Database developer's name.
Field: DATECREATED Type: date Purpose: Defines the most recent date the database was edited or otherwise changed.
Field: VERSION Type: string Purpose: Uniquely identifies the database. Prevents a saved simulation from using the wrong database. Value is a GUID.
Field: COMMENTS Type: string Purpose: This field can be left empty.