Перейти к основному содержимому

bot_tables

bot_tables

Таблица bot_tables — пользовательские таблицы проекта

Columns

NameTypeDefaultNullableChildrenParentsComment
idserial-NObot_table_columns.table_id, bot_table_rows.table_id-Уникальный идентификатор таблицы
project_idinteger-NO-bot_projects.idИдентификатор проекта
namevarchar(255)-NO--Название таблицы
created_attimestamp with time zonenow()YES--Дата создания

Constraints

NameTypeDefinition
fk_project_id_bot_projectsFOREIGN KEY(project_id) → bot_projects(id)

Relations

ParentChildType
bot_tables.idbot_table_columns.table_idMany to One
bot_tables.idbot_table_rows.table_idMany to One
bot_projects.idbot_tables.project_idMany to One