系统表settings_profile_elementssettings_profile_elements描述设置配置文件的内容约束。设置适用的角色和用户。父设置配置文件。列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)。