{
    "name": "s_门店表",
    "columns": {
        "I_公司编号": {
            "primary": true,
            "type": "int"
        },
        "I_门店编号": {
            "primary": true,
            "type": "int"
        },
        "C_门店名称": {
            "type": "varchar",
            "length": 100
        },
        "I_门店类型": {
            "type": "int"
        },
        "I_上级编号": {
            "type": "int"
        },
        "C_电话": {
            "type": "varchar",
            "length": 100,
            "default": ""
        },
        "C_地址": {
            "type": "varchar",
            "length": 300,
            "default": ""
        },
        "D_创建时间": {
            "type": "datetime",
            "nullable": true
        },
        "C_饿了么shopId": {
            "type": "varchar",
            "length": 300,
            "default": ""
        },
        "D_服务截止日期": {
            "type": "datetime",
            "nullable": true
        }
    },
    "indices": {
        "s_门店表_index_I_上级编号": {
            "columns": [
                "I_公司编号",
                "I_上级编号"
            ]
        },
        "s_门店表_index_I_门店类型": {
            "columns": [
                "I_公司编号",
                "I_门店类型"
            ]
        },
        "s_门店表_index_C_饿了么shopId": {
            "columns": [
                "C_饿了么shopId"
            ]
        }
    }
}