Changes between Version 69 and Version 70 of iPeerDatabaseSchema
- Timestamp:
- 2010-10-22T17:28:53Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
iPeerDatabaseSchema
v69 v70 358 358 ||'''parameter_code'''||string||A key used by the code to check this setting 359 359 ||'''parameter_value'''||string||The value of this configuration setting. 360 ||'''parameter_type ||enum(B,I,S)||The type of the value. ''B'' is boolean, ''I'' is integer, and ''S'' means string.360 ||'''parameter_type'''||enum(B,I,S)||The type of the value. ''B'' is boolean, ''I'' is integer, and ''S'' means string. 361 361 ||'''description'''||text||The description of this parameter 362 362 ||'''record_status'''||enum(A,I)||either 'A' or 'I', representing active or inactive. Not always checked by code.