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,

Last updated

Was this helpful?