Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 NAME nvarchar(256)   Default = '' Name of the web form
 LAYOUT xml   Apex form layout serialized
 ISDEFAULT bit   Default = 1 default form instance
 DATEADDED datetime   Default = getdate() Indicates the date this record was added.
 DATECHANGED datetime   Default = getdate() Indicates the date this record was last changed.
 TS timestamp   Timestamp.
 TSLONG bigint (Computed) CONVERT(bigint, TS) Numeric representation of the timestamp.
 OWNERID int   Default = 1 Form owner ID
 SITEID int   Default = 1 Site ID
 COPYSOURCEID uniqueidentifier Original ID
 COPYBATCHGUID uniqueidentifier Copy Batch Guid

Foreign Key Field Type Null Notes Description
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 FORMTYPEID uniqueidentifier APEXFORMTYPE.ID The form type ID

Index Name Field(s) Unique Primary Clustered
 IX_APEXFORM_DATEADDED DATEADDED    
 IX_APEXFORM_DATECHANGED DATECHANGED      
 PK_APEXFORM ID  

Trigger Name Description
 TR_APEXFORM_AUDIT_UPDATE
 TR_APEXFORM_AUDIT_DELETE

Referenced by Field
 APEXFORMCONTENT FORMID
 FAFACCOUNTSETTINGSCONTENT FORMID

Entity-Relationship diagram of this table