Changeset 31330 for trunk/ippToPsps/config/init/tables.xml
- Timestamp:
- Apr 21, 2011, 9:12:57 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/config/init/tables.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/config/init/tables.xml
r28226 r31330 9 9 <table name="FitModel"> 10 10 <column name="fitModelID" type="TSHORT" default="0" comment="indentifier of alternate model fit"></column> 11 <column name="name" type="TSTRING" default=" " comment="model name"></column> 11 12 <column name="description" type="TSTRING" default=" " comment="string describing the model"></column> 12 13 <column name="param1" type="TSTRING" default=" " comment="description of model parameter 1"></column> … … 56 57 <table name="Survey"> 57 58 <column name="surveyID" type="TBYTE" default="0" comment="index of survey type"></column> 59 <column name="name" type="TSTRING" default=" " comment="survey name"></column> 58 60 <column name="description" type="TSTRING" default=" " comment="survey description"></column> 59 <column name="name" type="TSTRING" default=" " comment="survey name"></column>60 61 </table> 61 62 <table name="CameraConfig"> … … 110 111 <table name="StackType"> 111 112 <column name="stackTypeID" type="TBYTE" default="0" comment="stack type identifier"></column> 112 <column name="description" type="TSTRING" default=" " comment="survey description"></column> 113 <column name="name" type="TSTRING" default=" " comment="stack type name"></column> 114 <column name="description" type="TSTRING" default=" " comment="stack type description"></column> 113 115 </table> 114 116 <table name="ImageFlags">
Note:
See TracChangeset
for help on using the changeset viewer.
