event_types

53 rows


Description

Таблица с типами событий

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int4 10 null
events.event_type events_event_type_fkey R

id типа

type text 2147483647 null

Название типа

obj_key text 2147483647 null
clients.key Implied Constraint R

Ключ объекта данных

first_value_key text 2147483647 null
clients.key Implied Constraint R

Название ключа первого параметра

first_value_type text 2147483647 null

Тип первого параметра

second_value_key text 2147483647 null
clients.key Implied Constraint R

Название ключа второго параметра

second_value_type text 2147483647 null

Тип второго параметра

Indexes

Constraint Name Type Sort Column(s)
event_types_pkey Primary key Asc id

Relationships