idm
acc
)idm\_identity\_role
)a
will be created in the database ⇒ the names of the audited charts must have a maximum of 28 charactersuuid
generated on the application logic (for summary, see the next chapter).idx\_
- for a "standard" indexux\_
- for a "unique" indexid
- identifiercreated
, creator
, modifier
, modified
, creator\_id
, modifier\_id
, original\_creator
, original\_creator\_id
, original\_modifier
, original\_modifier\_id
- audit informationstransaction\_id
- "User" transaction identifier - entities was saved in this context (batch). It's not related to database transaction.realm\_id
- owner organizationname
- name, display namecode
- code, application usage, could be unique (Codeable
interface)main
- naim / dafault flagdisabled
- we preferred disabled flag before enabled / active etc. Entity is active by default (Disableable
interface)valid\_from
- entity validity start (ValidableEntity
interface)valid\_till
- entity validity end (ValidableEntity
interface)external\_id
- unique external id (ExternalIdentifiable
interface)external\_code
- unique external code (ExternalCodeable
interface)varchar(255)
- name, code, etcvarchar(2000)
- description, long textnumber(38,4)
- currency, "real" numbersFor the automatic creation and modification of the database scheme, the database scripts is used.