LIBRARYDOCS Table

The LibraryDocs table stores information about properties for each document or Web address URL that is in a Library folder. Documents and URLs are added to the Library folder using the Administrator. The information includes file name, directory ID of the folder, description, available status, revision date, expiration date, file size, and a flag is set if the file can be sent to Remotes. The Abstract field can contain up to a 1024-character comment about the file.

Legend
 

Field Datatype (Length) Allow Nulls Indexes Relationship Related Table and Field

FILEID (PK)

STANDARDID(12)

NOT NULL

LIBRARYDOCS_FILEID_PK (CA)

 

 

DIRID (FK)

STANDARDID(12)

NULLS

LIBRARYDOCS_DIRID (IE)

(Many) to (One)

LIBRARYDIRS.DIRID

FILENAME

varchar(255)

NULLS

 

 

 

DESCRIPTION

varchar(255)

NULLS

 

 

 

FOUND

BOOLEAN(1)

NULLS

 

 

 

ABSTRACT

TEXTBLOB

NULLS

 

 

 

STATUS

BOOLEAN(1)

NULLS

 

 

 

REVISIONDATE

datetime(8)

NULLS

 

 

 

CREATEDATE

datetime(8)

NULLS

 

 

 

EXPIREDATE

datetime(8)

NULLS

 

 

 

FLAGS

int(4)

NULLS

 

 

 

FILESIZE

int(4)

NULLS

 

 

 

EXPIRES

char(1)

NULLS

 

 

 

MODIFYDATE

datetime(8)

NULLS

 

 

 

MODIFYUSER (FK)

char(12)

NULLS

 

(Many) to (One)

USERINFO.USERID

CREATEUSER (FK)

char(12)

NULLS

 

(Many) to (One)

USERINFO.USERID

CREATESOURCE

varchar(255)

NULLS