DataImportTemplate (ver7.6.0)
This table contains the details of an import template.
Column Name | Initial Version | Data Type | Description |
---|---|---|---|
DataImportTemplateID | 7.6.0 | Number(19,0) | Unique ID. Required. |
Description | 7.6.0 | Varchar2(500) | Notes about the template. |
ModuleName | 7.6.0 | Varchar2(100) | Name of the module, which identifies the table the imported file gets imported into. Required. |
TeachersDCID | 7.6.0 | Number(19,0) | The DCID of the teacher in the associated Users record. Required. Indexed. |
TemplateName | 7.6.0 | Varchar2(100) | Unique template name for a given teacher DCID. Required. |
WhenCreated | 7.6.0 | Timestamp(6) | Date and time the record was created. Defaults to system date. Required. |
WhenModified | 7.6.0 | Timestamp(6) | Date and time the record was modified. Defaults to system date. Required. |
WhoCreated | 7.6.0 | Varchar2(100) | The user login that created the record. Defaults to database user. Required. |
WhoModified | 7.6.0 | Varchar2(100) | The user login that modified the record. Defaults to database user. Required. |