kind: DataContainer spec: namespace: # 替换 data_source: # 替换 name: # 替换.query_rules spec: table_name: # 替换.query_rules columns: - name: scope type: varchar(256) comment: 范围 not_null: true primary_key: true - name: domain_name type: varchar(256) comment: 领域名 not_null: true primary_key: true - name: domain_cn_name type: varchar(256) comment: 领域中文名 not_null: true - name: rule type: text comment: 规则 not_null: true