WHO Columns
Make sure the following WHO columns exists on all the tables that are updated via. the platform UI
`CREATION_DATE` datetime(6) NOT NULL,
`CREATED_BY` varchar(128) NOT NULL,
`LAST_UPDATE_DATE` datetime(6) NOT NULL,
`LAST_UPDATED_BY` varchar(128) NOT NULL,
Note: The date column LAST_UPDATE_DATE must be of type datetime(6)
Last updated
Was this helpful?