kind: DataContainer spec: namespace: baize data_source: baize name: test.identities spec: table_name: test.identities columns: - name: id type: varchar(32) comment: id primary_key: true - name: name type: varchar(128) comment: 名称 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