系统表settings_profile_elements编辑此页settings_profile_elements 描述设置配置文件的内容 Сonstraints. 设置应用的角色和用户。 父设置配置文件。 列 profile_name (Nullable(String)) — 设置配置文件名称。 user_name (Nullable(String)) — 用户名。 role_name (Nullable(String)) — 角色名。 index (UInt64) — 设置配置文件元素的序号。 setting_name (Nullable(String)) — 设置名称。 value (Nullable(String)) — 设置值。 min (Nullable(String)) — 设置的最小值。如果未设置,则为 NULL。 max (Nullable(String)) — 设置的最大值。如果未设置,则为 NULL。 writability (Nullable(Enum8('WRITABLE' = 0, 'CONST' = 1, 'CHANGEABLE_IN_READONLY' = 2))) — 设置设置约束的可写性类型。 inherit_profile (Nullable(String)) — 此设置配置文件的父配置文件。如果未设置,则为 NULL。设置配置文件将从其父配置文件继承所有设置的值和约束(min、max、readonly)。