ExtSchemaDefField (ver7.7.0)
Stores column definitions for a schema extension table.
Column Name | Initial Version | Data Type | Description |
---|---|---|---|
CommentValue | 7.7.0 | Varchar2(256) | Descriptive comment for the column. |
DefaultValue | 7.7.0 | Varchar2(1000) | Default value for the column. |
ExtSchemaTable_ID | 7.7.0 | Number(10) | Internal number for the associated ExtSchemaDefTable field. Required. |
ID | 7.7.0 | Number(10) | Sequential number generated by the application, uniqueness in the table is guaranteed. Required. Indexed. |
Indexed | 7.7.0 | Number(1) | 1 Indicates the column is indexed. |
Length | 7.7.0 | Number(10) | Length of field. Applies to string types. |
Name | 7.7.0 | Varchar2(30) | Extension table column name. Required. |
PopulateFrom | 7.7.0 | Varchar2(100) | Legacy custom field used to initially populate the extended schema table |
Remaps | 7.7.0 | Varchar2(100) | Legacy custom field used prior to creating this extension. Optional. Used only for table extensions. |
Type | 7.7.0 | Char(1) | Data type of storage for the column. Valid values: S = String, C = CLOB, L = Long, I = Integer, F=Float, B=BLOB, D=Date. Required. |
WhenCreated | 7.7.0 | Timestamp(6) | Date and time the record was created. Defaults to system date. |
WhenModified | 7.7.0 | Timestamp(6) | Date and time the record was modified. Defaults to system date. |
WhoCreated | 7.7.0 | Varchar2(100) | The user login that created the record. Defaults to database user. |
WhoModified | 7.7.0 | Varchar2(100) | The user login that modified the record. Defaults to database user. |