Data modelling

Base entity

Base entity

The entity base class will have the following mandatory fields:

  • id (always primary key)
  • deleted (soft delete flag)
  • extension (custom fields requested by the implementation)