idmacc)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 - transaction identifierrealm_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)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.