This document describes the architecture of the Ninja Forms database layer.
This section contains the current structure of the Ninja Forms data layer and is updated each time that structure changes. For legacy data, please see the individual version notes.
_nf3_forms_ (Table of individual Forms)
_nf3_form_meta_ (Table of Settings assoicated with each Form)
_nf3_fields_ (Table of individual Fields)
_nf3_field_meta_ (Table of Settings associated with each Field)
_nf3_actions_ (Table of individual Actions)
_nf3_action_meta_ (Table of Settings associated with each Action)
_nf3_objects_ (Table of non-structured Objects)
_nf3_object_meta_ (Table of Settings associated with each Object)
_nf3_relationships_ (Table of Relationships between Objects)
options (The default WordPress options table)
posts (The default WordPress posts table)
postmeta (The default WordPress postmeta table)
_nf3_upgrades_ (Table of Forms as they exist in the current structure and the stage of upgrade currently applied to each Form)
_nf3_chunks_ (Table of Chunks created on publish to be reconstructed into a Ninja Forms cache)
_nf3_chunks_ (Table of Chunks created on publish to be reconstructed into a Ninja Forms cache)
Defined initial structure for Ninja Forms data layer.
_nf3_forms_ (Table of individual Forms)
_nf3_form_meta_ (Table of Settings assoicated with each Form)
_nf3_fields_ (Table of individual Fields)
_nf3_field_meta_ (Table of Settings associated with each Field)
_nf3_actions_ (Table of individual Actions)
_nf3_action_meta_ (Table of Settings associated with each Action)
_nf3_objects_ (Table of non-structured Objects)
_nf3_object_meta_ (Table of Settings associated with each Object)
_nf3_relationships_ (Table of Relationships between Objects)
options (The default WordPress options table)
posts (The default WordPress posts table)
postmeta (The default WordPress postmeta table)
Defined tracker table for data structure updates.
_nf3_upgrades_ (Table of Forms as they exist in the current structure and the stage of upgrade currently applied to each Form)
Defined chunks table for ensuring collate of chunked publish.
_nf3_chunks_ (Table of Chunks created on publish to be reconstructed into a Ninja Forms cache)
Updated forms tables
_nf3_forms_ (Table of individual Forms) ADDED:
_nf3_form_meta_ (Table of Settings assoicated with each Form) ADDED: