Logging Activity
nuBuilder Forte can track when records are...
- Added
- Accessed
- Edited
and by whom.
This information is stored as a JSON string in a field named by joining the table name with '_nulog' eg. customer_nulog
You can use a version of the SQL below to create the nulog field.
ALTER TABLE `aaa` ADD `aaa_nulog` VARCHAR(1000) NOT NULL