common.client_imports_meta_data

Field Type Null Default Key Extra Comment
cimd_id int(11) NO PRI auto_increment
cimd_cus_id int(11) YES MUL
cimd_cli_id int(11) YES MUL
cimd_fmt_id int(11) YES MUL Indicates a special file type for client import documents
cimd_org_id int(11) YES MUL Organization ID
cimd_imported_usr_id int(11) YES MUL Indicates user that imported document
cimd_cimds_id int(11) YES Client Import Meta Data Status ID. Maintained as common_data
cimd_import_order int(11) YES 0 Specifies the import priority of each file
cimd_name text NO Document name
cimd_path text NO Absolute Document Path
cimd_size bigint(20) NO Document size
cimd_modified timestamp YES CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP
cimd_created timestamp YES CURRENT_TIMESTAMP

References

Local Column References