Table : FileType

See Also:

File

Field Summary
Name Type Description
FileTypeID Serial  
FileType Name  
CreationDate date  
CreatedBy Person(PersonID)  
LastModificationDate date  
LastModifiedBy Person(PersonID)  

Sql Summary
Name Type PrKey Unq NotN MUnq Def Idx1
FileTypeID int set.gif unset.gif unset.gif unset.gif   unset.gif
FileType varchar(80) unset.gif set.gif unset.gif unset.gif   unset.gif
CreationDate date unset.gif unset.gif unset.gif unset.gif   unset.gif
CreatedBy int unset.gif unset.gif unset.gif unset.gif   unset.gif
LastModificationDate date unset.gif unset.gif unset.gif unset.gif   unset.gif
LastModifiedBy int unset.gif unset.gif unset.gif unset.gif   unset.gif

Foreign Keys
Field Import On Update On Delete
CreatedByPerson(PersonID)NO ACTIONNO ACTION
LastModifiedByPerson(PersonID)NO ACTIONNO ACTION