entity_natural_identifications
-
id increments
-
entity_natural_id FK integer
-
country_code string (2)
-
identification_type_id FK integer
-
number string (50)
-
from_at date
-
to_at date
-
issue_place string
-
lifetime smallInteger
-
timestamps timestamps
entity_legal_representatives
-
id increments
-
entity_id FK integer
-
natural_person_id FK integer
-
from_at date
-
to_at date
-
status smallInteger
-
timestamps timestamps