Campuses:
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
groups:mxp:projectdb [2023/08/01 15:32] – cse-sull0153 | groups:mxp:projectdb [2023/08/01 15:35] (current) – cse-sull0153 | ||
---|---|---|---|
Line 3: | Line 3: | ||
The database contains summaries of over 500 MXP projects going back to 1970. Data from Kurt's long-standing database was imported to MySQL running on a department server, and is accessed here using the [[https:// | The database contains summaries of over 500 MXP projects going back to 1970. Data from Kurt's long-standing database was imported to MySQL running on a department server, and is accessed here using the [[https:// | ||
- | <!--file html old-query.txt> | ||
- | < | ||
- | |||
- | IDPrimKey, integer, id, primary readonly | ||
- | ProjDate, date, Date, visible alwaysshow | ||
- | MXPCodeDescription, | ||
- | ProjName, text, Project Name, length=256 visible alwaysshow | ||
- | ProjDescription, | ||
- | Students, text, Students, length=150 visible alwaysshow | ||
- | Student1, text, Student1, length=40 | ||
- | Student2, text, Student2, length=40 | ||
- | Student3, text, Student3, length=40 | ||
- | RefMXP, text, Reference, length=5 visible alwaysshow | ||
- | ProjEqBuilt, | ||
- | RepLocation, | ||
- | RefAIP, text, RefAIP, length=50 | ||
- | ProjURL, URL, ProjURL, length=256 alwaysshow | ||
- | Notes, text, Notes, length=100 alwaysshow | ||
- | </ | ||
- | </file --> | ||