1fda6b66创建于 2023年12月25日历史提交
{
  "kind": "collectionType",
  "collectionName": "block_groups",
  "info": {
    "name": "block_groups",
    "description": ""
  },
  "options": {
    "increments": true,
    "timestamps": true
  },
  "attributes": {
    "name": {
      "type": "string"
    },
    "app": {
      "via": "block_groups",
      "model": "apps"
    },
    "desc": {
      "type": "string"
    },
    "blocks": {
      "via": "groups",
      "collection": "block",
      "dominant": true
    }
  }
}