kind: DataContainer spec: namespace: ecos data_source: ecos name: ecos.mini_page_components spec: table_name: ecos.mini_page_components columns: - name: id type: "varchar(32)" comment: id primary_key: true - name: page_id type: "varchar(32)" comment: 页面ID not_null: true index: true - name: component_type_id type: "varchar(32)" comment: 组件类型ID not_null: true index: true - name: type_name type: "varchar(100)" comment: 组件类型名称 not_null: true index: true - name: component_config type: "text" comment: 组件配置数据 not_null: true index: true - name: sort_order type: "integer" comment: 排序 not_null: true index: true - name: is_enabled type: "varchar(10)" comment: 是否启用 not_null: true index: true - name: tenant_id type: "varchar(32)" comment: 租户ID not_null: true index: true - name: create_user_id type: "varchar(32)" comment: 创建者ID not_null: true index: true - name: last_update_user_id type: "varchar(32)" comment: 最后修改者ID not_null: true index: true - name: created_time type: "timestamp with time zone" comment: 创建时间 not_null: true - name: last_updated_time type: "timestamp with time zone" comment: 最近更新时间 not_null: true # HAC: DB TABLE MINIPAGECOMPONENT RELATION COLUMNS # # HAC: END DB TABLE MINIPAGECOMPONENT RELATION COLUMNS #