{
  "type": "File",
  "start": 0,
  "end": 28039,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 862,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 28039,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 862,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "VariableDeclaration",
        "start": 34,
        "end": 260,
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 8,
            "column": 31
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 38,
            "end": 68,
            "loc": {
              "start": {
                "line": 4,
                "column": 4
              },
              "end": {
                "line": 4,
                "column": 34
              }
            },
            "id": {
              "type": "Identifier",
              "start": 38,
              "end": 43,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 4
                },
                "end": {
                  "line": 4,
                  "column": 9
                },
                "identifierName": "Utils"
              },
              "name": "Utils",
              "leadingComments": null
            },
            "init": {
              "type": "CallExpression",
              "start": 46,
              "end": 68,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 12
                },
                "end": {
                  "line": 4,
                  "column": 34
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 46,
                "end": 53,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 12
                  },
                  "end": {
                    "line": 4,
                    "column": 19
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 54,
                  "end": 67,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 20
                    },
                    "end": {
                      "line": 4,
                      "column": 33
                    }
                  },
                  "extra": {
                    "rawValue": "../../utils",
                    "raw": "'../../utils'"
                  },
                  "value": "../../utils"
                }
              ]
            },
            "leadingComments": null
          },
          {
            "type": "VariableDeclarator",
            "start": 73,
            "end": 112,
            "loc": {
              "start": {
                "line": 5,
                "column": 4
              },
              "end": {
                "line": 5,
                "column": 43
              }
            },
            "id": {
              "type": "Identifier",
              "start": 73,
              "end": 82,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 4
                },
                "end": {
                  "line": 5,
                  "column": 13
                },
                "identifierName": "DataTypes"
              },
              "name": "DataTypes"
            },
            "init": {
              "type": "CallExpression",
              "start": 85,
              "end": 112,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 16
                },
                "end": {
                  "line": 5,
                  "column": 43
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 85,
                "end": 92,
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 16
                  },
                  "end": {
                    "line": 5,
                    "column": 23
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 93,
                  "end": 111,
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 24
                    },
                    "end": {
                      "line": 5,
                      "column": 42
                    }
                  },
                  "extra": {
                    "rawValue": "../../data-types",
                    "raw": "'../../data-types'"
                  },
                  "value": "../../data-types"
                }
              ]
            }
          },
          {
            "type": "VariableDeclarator",
            "start": 117,
            "end": 180,
            "loc": {
              "start": {
                "line": 6,
                "column": 4
              },
              "end": {
                "line": 6,
                "column": 67
              }
            },
            "id": {
              "type": "Identifier",
              "start": 117,
              "end": 139,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 4
                },
                "end": {
                  "line": 6,
                  "column": 26
                },
                "identifierName": "AbstractQueryGenerator"
              },
              "name": "AbstractQueryGenerator"
            },
            "init": {
              "type": "CallExpression",
              "start": 142,
              "end": 180,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 29
                },
                "end": {
                  "line": 6,
                  "column": 67
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 142,
                "end": 149,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 29
                  },
                  "end": {
                    "line": 6,
                    "column": 36
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 150,
                  "end": 179,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 37
                    },
                    "end": {
                      "line": 6,
                      "column": 66
                    }
                  },
                  "extra": {
                    "rawValue": "../abstract/query-generator",
                    "raw": "'../abstract/query-generator'"
                  },
                  "value": "../abstract/query-generator"
                }
              ]
            }
          },
          {
            "type": "VariableDeclarator",
            "start": 185,
            "end": 228,
            "loc": {
              "start": {
                "line": 7,
                "column": 4
              },
              "end": {
                "line": 7,
                "column": 47
              }
            },
            "id": {
              "type": "Identifier",
              "start": 185,
              "end": 196,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 4
                },
                "end": {
                  "line": 7,
                  "column": 15
                },
                "identifierName": "randomBytes"
              },
              "name": "randomBytes"
            },
            "init": {
              "type": "MemberExpression",
              "start": 199,
              "end": 228,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 18
                },
                "end": {
                  "line": 7,
                  "column": 47
                }
              },
              "object": {
                "type": "CallExpression",
                "start": 199,
                "end": 216,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 18
                  },
                  "end": {
                    "line": 7,
                    "column": 35
                  }
                },
                "callee": {
                  "type": "Identifier",
                  "start": 199,
                  "end": 206,
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 18
                    },
                    "end": {
                      "line": 7,
                      "column": 25
                    },
                    "identifierName": "require"
                  },
                  "name": "require"
                },
                "arguments": [
                  {
                    "type": "StringLiteral",
                    "start": 207,
                    "end": 215,
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 26
                      },
                      "end": {
                        "line": 7,
                        "column": 34
                      }
                    },
                    "extra": {
                      "rawValue": "crypto",
                      "raw": "'crypto'"
                    },
                    "value": "crypto"
                  }
                ]
              },
              "property": {
                "type": "Identifier",
                "start": 217,
                "end": 228,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 36
                  },
                  "end": {
                    "line": 7,
                    "column": 47
                  },
                  "identifierName": "randomBytes"
                },
                "name": "randomBytes"
              },
              "computed": false
            }
          },
          {
            "type": "VariableDeclarator",
            "start": 233,
            "end": 259,
            "loc": {
              "start": {
                "line": 8,
                "column": 4
              },
              "end": {
                "line": 8,
                "column": 30
              }
            },
            "id": {
              "type": "Identifier",
              "start": 233,
              "end": 239,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 4
                },
                "end": {
                  "line": 8,
                  "column": 10
                },
                "identifierName": "semver"
              },
              "name": "semver"
            },
            "init": {
              "type": "CallExpression",
              "start": 242,
              "end": 259,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 13
                },
                "end": {
                  "line": 8,
                  "column": 30
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 242,
                "end": 249,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 13
                  },
                  "end": {
                    "line": 8,
                    "column": 20
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 250,
                  "end": 258,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 21
                    },
                    "end": {
                      "line": 8,
                      "column": 29
                    }
                  },
                  "extra": {
                    "rawValue": "semver",
                    "raw": "'semver'"
                  },
                  "value": "semver"
                }
              ]
            }
          }
        ],
        "kind": "var",
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": " jshint -W110 ",
            "start": 15,
            "end": 33,
            "loc": {
              "start": {
                "line": 3,
                "column": 0
              },
              "end": {
                "line": 3,
                "column": 18
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": " istanbul ignore next ",
            "start": 262,
            "end": 288,
            "loc": {
              "start": {
                "line": 10,
                "column": 0
              },
              "end": {
                "line": 10,
                "column": 26
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 289,
        "end": 446,
        "loc": {
          "start": {
            "line": 11,
            "column": 0
          },
          "end": {
            "line": 13,
            "column": 2
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 293,
            "end": 445,
            "loc": {
              "start": {
                "line": 11,
                "column": 4
              },
              "end": {
                "line": 13,
                "column": 1
              }
            },
            "id": {
              "type": "Identifier",
              "start": 293,
              "end": 313,
              "loc": {
                "start": {
                  "line": 11,
                  "column": 4
                },
                "end": {
                  "line": 11,
                  "column": 24
                },
                "identifierName": "throwMethodUndefined"
              },
              "name": "throwMethodUndefined",
              "leadingComments": null
            },
            "init": {
              "type": "FunctionExpression",
              "start": 316,
              "end": 445,
              "loc": {
                "start": {
                  "line": 11,
                  "column": 27
                },
                "end": {
                  "line": 13,
                  "column": 1
                }
              },
              "id": {
                "type": "Identifier",
                "start": 293,
                "end": 313,
                "loc": {
                  "start": {
                    "line": 11,
                    "column": 4
                  },
                  "end": {
                    "line": 11,
                    "column": 24
                  },
                  "identifierName": "throwMethodUndefined"
                },
                "name": "throwMethodUndefined",
                "leadingComments": null
              },
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 325,
                  "end": 335,
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 36
                    },
                    "end": {
                      "line": 11,
                      "column": 46
                    },
                    "identifierName": "methodName"
                  },
                  "name": "methodName"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 337,
                "end": 445,
                "loc": {
                  "start": {
                    "line": 11,
                    "column": 48
                  },
                  "end": {
                    "line": 13,
                    "column": 1
                  }
                },
                "body": [
                  {
                    "type": "ThrowStatement",
                    "start": 341,
                    "end": 443,
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 2
                      },
                      "end": {
                        "line": 12,
                        "column": 104
                      }
                    },
                    "argument": {
                      "type": "NewExpression",
                      "start": 347,
                      "end": 442,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 8
                        },
                        "end": {
                          "line": 12,
                          "column": 103
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 351,
                        "end": 356,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 12
                          },
                          "end": {
                            "line": 12,
                            "column": 17
                          },
                          "identifierName": "Error"
                        },
                        "name": "Error"
                      },
                      "arguments": [
                        {
                          "type": "BinaryExpression",
                          "start": 357,
                          "end": 441,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 18
                            },
                            "end": {
                              "line": 12,
                              "column": 102
                            }
                          },
                          "left": {
                            "type": "BinaryExpression",
                            "start": 357,
                            "end": 384,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 18
                              },
                              "end": {
                                "line": 12,
                                "column": 45
                              }
                            },
                            "left": {
                              "type": "StringLiteral",
                              "start": 357,
                              "end": 371,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 18
                                },
                                "end": {
                                  "line": 12,
                                  "column": 32
                                }
                              },
                              "extra": {
                                "rawValue": "The method \"",
                                "raw": "'The method \"'"
                              },
                              "value": "The method \""
                            },
                            "operator": "+",
                            "right": {
                              "type": "Identifier",
                              "start": 374,
                              "end": 384,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 35
                                },
                                "end": {
                                  "line": 12,
                                  "column": 45
                                },
                                "identifierName": "methodName"
                              },
                              "name": "methodName"
                            }
                          },
                          "operator": "+",
                          "right": {
                            "type": "StringLiteral",
                            "start": 387,
                            "end": 441,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 48
                              },
                              "end": {
                                "line": 12,
                                "column": 102
                              }
                            },
                            "extra": {
                              "rawValue": "\" is not defined! Please add it to your sql dialect.",
                              "raw": "'\" is not defined! Please add it to your sql dialect.'"
                            },
                            "value": "\" is not defined! Please add it to your sql dialect."
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            "leadingComments": null
          }
        ],
        "kind": "var",
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": " istanbul ignore next ",
            "start": 262,
            "end": 288,
            "loc": {
              "start": {
                "line": 10,
                "column": 0
              },
              "end": {
                "line": 10,
                "column": 26
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 448,
        "end": 27878,
        "loc": {
          "start": {
            "line": 15,
            "column": 0
          },
          "end": {
            "line": 854,
            "column": 2
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 452,
            "end": 27877,
            "loc": {
              "start": {
                "line": 15,
                "column": 4
              },
              "end": {
                "line": 854,
                "column": 1
              }
            },
            "id": {
              "type": "Identifier",
              "start": 452,
              "end": 466,
              "loc": {
                "start": {
                  "line": 15,
                  "column": 4
                },
                "end": {
                  "line": 15,
                  "column": 18
                },
                "identifierName": "QueryGenerator"
              },
              "name": "QueryGenerator"
            },
            "init": {
              "type": "ObjectExpression",
              "start": 469,
              "end": 27877,
              "loc": {
                "start": {
                  "line": 15,
                  "column": 21
                },
                "end": {
                  "line": 854,
                  "column": 1
                }
              },
              "properties": [
                {
                  "type": "ObjectProperty",
                  "start": 499,
                  "end": 532,
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 2
                    },
                    "end": {
                      "line": 17,
                      "column": 35
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 499,
                    "end": 508,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 2
                      },
                      "end": {
                        "line": 17,
                        "column": 11
                      },
                      "identifierName": "__proto__"
                    },
                    "name": "__proto__",
                    "leadingComments": null
                  },
                  "value": {
                    "type": "Identifier",
                    "start": 510,
                    "end": 532,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 13
                      },
                      "end": {
                        "line": 17,
                        "column": 35
                      },
                      "identifierName": "AbstractQueryGenerator"
                    },
                    "name": "AbstractQueryGenerator"
                  },
                  "leadingComments": [
                    {
                      "type": "CommentBlock",
                      "value": " jshint proto:true ",
                      "start": 473,
                      "end": 496,
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 2
                        },
                        "end": {
                          "line": 16,
                          "column": 25
                        }
                      }
                    }
                  ]
                },
                {
                  "type": "ObjectProperty",
                  "start": 536,
                  "end": 547,
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 2
                    },
                    "end": {
                      "line": 18,
                      "column": 13
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 536,
                    "end": 543,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 2
                      },
                      "end": {
                        "line": 18,
                        "column": 9
                      },
                      "identifierName": "options"
                    },
                    "name": "options"
                  },
                  "value": {
                    "type": "ObjectExpression",
                    "start": 545,
                    "end": 547,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 11
                      },
                      "end": {
                        "line": 18,
                        "column": 13
                      }
                    },
                    "properties": []
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 551,
                  "end": 567,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 2
                    },
                    "end": {
                      "line": 19,
                      "column": 18
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 551,
                    "end": 558,
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 2
                      },
                      "end": {
                        "line": 19,
                        "column": 9
                      },
                      "identifierName": "dialect"
                    },
                    "name": "dialect"
                  },
                  "value": {
                    "type": "StringLiteral",
                    "start": 560,
                    "end": 567,
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 11
                      },
                      "end": {
                        "line": 19,
                        "column": 18
                      }
                    },
                    "extra": {
                      "rawValue": "mssql",
                      "raw": "'mssql'"
                    },
                    "value": "mssql"
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 572,
                  "end": 892,
                  "loc": {
                    "start": {
                      "line": 21,
                      "column": 2
                    },
                    "end": {
                      "line": 32,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 572,
                    "end": 584,
                    "loc": {
                      "start": {
                        "line": 21,
                        "column": 2
                      },
                      "end": {
                        "line": 21,
                        "column": 14
                      },
                      "identifierName": "createSchema"
                    },
                    "name": "createSchema"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 585,
                      "end": 591,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 15
                        },
                        "end": {
                          "line": 21,
                          "column": 21
                        },
                        "identifierName": "schema"
                      },
                      "name": "schema"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 593,
                    "end": 892,
                    "loc": {
                      "start": {
                        "line": 21,
                        "column": 23
                      },
                      "end": {
                        "line": 32,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ReturnStatement",
                        "start": 599,
                        "end": 888,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 4
                          },
                          "end": {
                            "line": 31,
                            "column": 16
                          }
                        },
                        "argument": {
                          "type": "CallExpression",
                          "start": 606,
                          "end": 887,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 11
                            },
                            "end": {
                              "line": 31,
                              "column": 15
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 606,
                            "end": 882,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 11
                              },
                              "end": {
                                "line": 31,
                                "column": 10
                              }
                            },
                            "object": {
                              "type": "ArrayExpression",
                              "start": 606,
                              "end": 877,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 11
                                },
                                "end": {
                                  "line": 31,
                                  "column": 5
                                }
                              },
                              "elements": [
                                {
                                  "type": "StringLiteral",
                                  "start": 614,
                                  "end": 649,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 41
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "IF NOT EXISTS (SELECT schema_name",
                                    "raw": "'IF NOT EXISTS (SELECT schema_name'"
                                  },
                                  "value": "IF NOT EXISTS (SELECT schema_name"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 657,
                                  "end": 691,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 40
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "FROM information_schema.schemata",
                                    "raw": "'FROM information_schema.schemata'"
                                  },
                                  "value": "FROM information_schema.schemata"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 699,
                                  "end": 720,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 27
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "WHERE schema_name =",
                                    "raw": "'WHERE schema_name ='"
                                  },
                                  "value": "WHERE schema_name ="
                                },
                                {
                                  "type": "CallExpression",
                                  "start": 722,
                                  "end": 745,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 52
                                    }
                                  },
                                  "callee": {
                                    "type": "Identifier",
                                    "start": 722,
                                    "end": 737,
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 44
                                      },
                                      "identifierName": "wrapSingleQuote"
                                    },
                                    "name": "wrapSingleQuote"
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 738,
                                      "end": 744,
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 51
                                        },
                                        "identifierName": "schema"
                                      },
                                      "name": "schema"
                                    }
                                  ]
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 747,
                                  "end": 750,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 54
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 57
                                    }
                                  },
                                  "extra": {
                                    "rawValue": ")",
                                    "raw": "')'"
                                  },
                                  "value": ")"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 758,
                                  "end": 765,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 13
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "BEGIN",
                                    "raw": "'BEGIN'"
                                  },
                                  "value": "BEGIN"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 773,
                                  "end": 809,
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 42
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "EXEC sp_executesql N'CREATE SCHEMA",
                                    "raw": "\"EXEC sp_executesql N'CREATE SCHEMA\""
                                  },
                                  "value": "EXEC sp_executesql N'CREATE SCHEMA"
                                },
                                {
                                  "type": "CallExpression",
                                  "start": 817,
                                  "end": 845,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 34
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 817,
                                    "end": 837,
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 26
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 817,
                                      "end": 821,
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 10
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 822,
                                      "end": 837,
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 26
                                        },
                                        "identifierName": "quoteIdentifier"
                                      },
                                      "name": "quoteIdentifier"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 838,
                                      "end": 844,
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 33
                                        },
                                        "identifierName": "schema"
                                      },
                                      "name": "schema"
                                    }
                                  ]
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 853,
                                  "end": 857,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 10
                                    }
                                  },
                                  "extra": {
                                    "rawValue": ";'",
                                    "raw": "\";'\""
                                  },
                                  "value": ";'"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 865,
                                  "end": 871,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 12
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "END;",
                                    "raw": "'END;'"
                                  },
                                  "value": "END;"
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 878,
                              "end": 882,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 6
                                },
                                "end": {
                                  "line": 31,
                                  "column": 10
                                },
                                "identifierName": "join"
                              },
                              "name": "join"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 883,
                              "end": 886,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 11
                                },
                                "end": {
                                  "line": 31,
                                  "column": 14
                                }
                              },
                              "extra": {
                                "rawValue": " ",
                                "raw": "' '"
                              },
                              "value": " "
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 897,
                  "end": 1162,
                  "loc": {
                    "start": {
                      "line": 34,
                      "column": 2
                    },
                    "end": {
                      "line": 41,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 897,
                    "end": 913,
                    "loc": {
                      "start": {
                        "line": 34,
                        "column": 2
                      },
                      "end": {
                        "line": 34,
                        "column": 18
                      },
                      "identifierName": "showSchemasQuery"
                    },
                    "name": "showSchemasQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [],
                  "body": {
                    "type": "BlockStatement",
                    "start": 916,
                    "end": 1162,
                    "loc": {
                      "start": {
                        "line": 34,
                        "column": 21
                      },
                      "end": {
                        "line": 41,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ReturnStatement",
                        "start": 922,
                        "end": 1158,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 4
                          },
                          "end": {
                            "line": 40,
                            "column": 16
                          }
                        },
                        "argument": {
                          "type": "CallExpression",
                          "start": 929,
                          "end": 1157,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 11
                            },
                            "end": {
                              "line": 40,
                              "column": 15
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 929,
                            "end": 1152,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 11
                              },
                              "end": {
                                "line": 40,
                                "column": 10
                              }
                            },
                            "object": {
                              "type": "ArrayExpression",
                              "start": 929,
                              "end": 1147,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 11
                                },
                                "end": {
                                  "line": 40,
                                  "column": 5
                                }
                              },
                              "elements": [
                                {
                                  "type": "StringLiteral",
                                  "start": 937,
                                  "end": 991,
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 60
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "SELECT \"name\" as \"schema_name\" FROM sys.schemas as s",
                                    "raw": "'SELECT \"name\" as \"schema_name\" FROM sys.schemas as s'"
                                  },
                                  "value": "SELECT \"name\" as \"schema_name\" FROM sys.schemas as s"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 999,
                                  "end": 1026,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 33
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "WHERE \"s\".\"name\" NOT IN (",
                                    "raw": "'WHERE \"s\".\"name\" NOT IN ('"
                                  },
                                  "value": "WHERE \"s\".\"name\" NOT IN ("
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 1034,
                                  "end": 1090,
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 62
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "'INFORMATION_SCHEMA', 'dbo', 'guest', 'sys', 'archive'",
                                    "raw": "\"'INFORMATION_SCHEMA', 'dbo', 'guest', 'sys', 'archive'\""
                                  },
                                  "value": "'INFORMATION_SCHEMA', 'dbo', 'guest', 'sys', 'archive'"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 1098,
                                  "end": 1101,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 9
                                    }
                                  },
                                  "extra": {
                                    "rawValue": ")",
                                    "raw": "')'"
                                  },
                                  "value": ")"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 1103,
                                  "end": 1108,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 16
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "AND",
                                    "raw": "'AND'"
                                  },
                                  "value": "AND"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 1110,
                                  "end": 1131,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 39
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "\"s\".\"name\" NOT LIKE",
                                    "raw": "'\"s\".\"name\" NOT LIKE'"
                                  },
                                  "value": "\"s\".\"name\" NOT LIKE"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 1133,
                                  "end": 1141,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 49
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "'db_%'",
                                    "raw": "\"'db_%'\""
                                  },
                                  "value": "'db_%'"
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1148,
                              "end": 1152,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 6
                                },
                                "end": {
                                  "line": 40,
                                  "column": 10
                                },
                                "identifierName": "join"
                              },
                              "name": "join"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 1153,
                              "end": 1156,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 11
                                },
                                "end": {
                                  "line": 40,
                                  "column": 14
                                }
                              },
                              "extra": {
                                "rawValue": " ",
                                "raw": "' '"
                              },
                              "value": " "
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 1167,
                  "end": 1526,
                  "loc": {
                    "start": {
                      "line": 43,
                      "column": 2
                    },
                    "end": {
                      "line": 50,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 1167,
                    "end": 1179,
                    "loc": {
                      "start": {
                        "line": 43,
                        "column": 2
                      },
                      "end": {
                        "line": 43,
                        "column": 14
                      },
                      "identifierName": "versionQuery"
                    },
                    "name": "versionQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [],
                  "body": {
                    "type": "BlockStatement",
                    "start": 1182,
                    "end": 1526,
                    "loc": {
                      "start": {
                        "line": 43,
                        "column": 17
                      },
                      "end": {
                        "line": 50,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ReturnStatement",
                        "start": 1282,
                        "end": 1522,
                        "loc": {
                          "start": {
                            "line": 45,
                            "column": 4
                          },
                          "end": {
                            "line": 49,
                            "column": 16
                          }
                        },
                        "argument": {
                          "type": "CallExpression",
                          "start": 1289,
                          "end": 1521,
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 11
                            },
                            "end": {
                              "line": 49,
                              "column": 15
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1289,
                            "end": 1516,
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 11
                              },
                              "end": {
                                "line": 49,
                                "column": 10
                              }
                            },
                            "object": {
                              "type": "ArrayExpression",
                              "start": 1289,
                              "end": 1511,
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 11
                                },
                                "end": {
                                  "line": 49,
                                  "column": 5
                                }
                              },
                              "elements": [
                                {
                                  "type": "StringLiteral",
                                  "start": 1297,
                                  "end": 1328,
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 37
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "DECLARE @ms_ver NVARCHAR(20);",
                                    "raw": "'DECLARE @ms_ver NVARCHAR(20);'"
                                  },
                                  "value": "DECLARE @ms_ver NVARCHAR(20);",
                                  "leadingComments": null
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 1336,
                                  "end": 1417,
                                  "loc": {
                                    "start": {
                                      "line": 47,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 47,
                                      "column": 87
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "SET @ms_ver = REVERSE(CONVERT(NVARCHAR(20), SERVERPROPERTY('ProductVersion')));",
                                    "raw": "\"SET @ms_ver = REVERSE(CONVERT(NVARCHAR(20), SERVERPROPERTY('ProductVersion')));\""
                                  },
                                  "value": "SET @ms_ver = REVERSE(CONVERT(NVARCHAR(20), SERVERPROPERTY('ProductVersion')));"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 1425,
                                  "end": 1505,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 86
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "SELECT REVERSE(SUBSTRING(@ms_ver, CHARINDEX('.', @ms_ver)+1, 20)) AS 'version'",
                                    "raw": "\"SELECT REVERSE(SUBSTRING(@ms_ver, CHARINDEX('.', @ms_ver)+1, 20)) AS 'version'\""
                                  },
                                  "value": "SELECT REVERSE(SUBSTRING(@ms_ver, CHARINDEX('.', @ms_ver)+1, 20)) AS 'version'"
                                }
                              ],
                              "leadingComments": null
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1512,
                              "end": 1516,
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 6
                                },
                                "end": {
                                  "line": 49,
                                  "column": 10
                                },
                                "identifierName": "join"
                              },
                              "name": "join"
                            },
                            "computed": false,
                            "leadingComments": null
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 1517,
                              "end": 1520,
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 11
                                },
                                "end": {
                                  "line": 49,
                                  "column": 14
                                }
                              },
                              "extra": {
                                "rawValue": " ",
                                "raw": "' '"
                              },
                              "value": " "
                            }
                          ],
                          "leadingComments": null
                        },
                        "leadingComments": [
                          {
                            "type": "CommentLine",
                            "value": " Uses string manipulation to convert the MS Maj.Min.Patch.Build to semver Maj.Min.Patch",
                            "start": 1188,
                            "end": 1277,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 4
                              },
                              "end": {
                                "line": 44,
                                "column": 93
                              }
                            }
                          }
                        ]
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 1531,
                  "end": 3903,
                  "loc": {
                    "start": {
                      "line": 52,
                      "column": 2
                    },
                    "end": {
                      "line": 112,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 1531,
                    "end": 1547,
                    "loc": {
                      "start": {
                        "line": 52,
                        "column": 2
                      },
                      "end": {
                        "line": 52,
                        "column": 18
                      },
                      "identifierName": "createTableQuery"
                    },
                    "name": "createTableQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 1548,
                      "end": 1557,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 19
                        },
                        "end": {
                          "line": 52,
                          "column": 28
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    },
                    {
                      "type": "Identifier",
                      "start": 1559,
                      "end": 1569,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 30
                        },
                        "end": {
                          "line": 52,
                          "column": 40
                        },
                        "identifierName": "attributes"
                      },
                      "name": "attributes"
                    },
                    {
                      "type": "Identifier",
                      "start": 1571,
                      "end": 1578,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 42
                        },
                        "end": {
                          "line": 52,
                          "column": 49
                        },
                        "identifierName": "options"
                      },
                      "name": "options"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 1580,
                    "end": 3903,
                    "loc": {
                      "start": {
                        "line": 52,
                        "column": 51
                      },
                      "end": {
                        "line": 112,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 1586,
                        "end": 1779,
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 4
                          },
                          "end": {
                            "line": 57,
                            "column": 20
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 1590,
                            "end": 1687,
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 8
                              },
                              "end": {
                                "line": 53,
                                "column": 105
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 1590,
                              "end": 1595,
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 8
                                },
                                "end": {
                                  "line": 53,
                                  "column": 13
                                },
                                "identifierName": "query"
                              },
                              "name": "query"
                            },
                            "init": {
                              "type": "StringLiteral",
                              "start": 1598,
                              "end": 1687,
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 16
                                },
                                "end": {
                                  "line": 53,
                                  "column": 105
                                }
                              },
                              "extra": {
                                "rawValue": "IF OBJECT_ID('<%= table %>', 'U') IS NULL CREATE TABLE <%= table %> (<%= attributes %>)",
                                "raw": "\"IF OBJECT_ID('<%= table %>', 'U') IS NULL CREATE TABLE <%= table %> (<%= attributes %>)\""
                              },
                              "value": "IF OBJECT_ID('<%= table %>', 'U') IS NULL CREATE TABLE <%= table %> (<%= attributes %>)"
                            }
                          },
                          {
                            "type": "VariableDeclarator",
                            "start": 1696,
                            "end": 1712,
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 8
                              },
                              "end": {
                                "line": 54,
                                "column": 24
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 1696,
                              "end": 1707,
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 8
                                },
                                "end": {
                                  "line": 54,
                                  "column": 19
                                },
                                "identifierName": "primaryKeys"
                              },
                              "name": "primaryKeys"
                            },
                            "init": {
                              "type": "ArrayExpression",
                              "start": 1710,
                              "end": 1712,
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 22
                                },
                                "end": {
                                  "line": 54,
                                  "column": 24
                                }
                              },
                              "elements": []
                            }
                          },
                          {
                            "type": "VariableDeclarator",
                            "start": 1721,
                            "end": 1737,
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 8
                              },
                              "end": {
                                "line": 55,
                                "column": 24
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 1721,
                              "end": 1732,
                              "loc": {
                                "start": {
                                  "line": 55,
                                  "column": 8
                                },
                                "end": {
                                  "line": 55,
                                  "column": 19
                                },
                                "identifierName": "foreignKeys"
                              },
                              "name": "foreignKeys"
                            },
                            "init": {
                              "type": "ObjectExpression",
                              "start": 1735,
                              "end": 1737,
                              "loc": {
                                "start": {
                                  "line": 55,
                                  "column": 22
                                },
                                "end": {
                                  "line": 55,
                                  "column": 24
                                }
                              },
                              "properties": []
                            }
                          },
                          {
                            "type": "VariableDeclarator",
                            "start": 1746,
                            "end": 1758,
                            "loc": {
                              "start": {
                                "line": 56,
                                "column": 8
                              },
                              "end": {
                                "line": 56,
                                "column": 20
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 1746,
                              "end": 1753,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 8
                                },
                                "end": {
                                  "line": 56,
                                  "column": 15
                                },
                                "identifierName": "attrStr"
                              },
                              "name": "attrStr"
                            },
                            "init": {
                              "type": "ArrayExpression",
                              "start": 1756,
                              "end": 1758,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 18
                                },
                                "end": {
                                  "line": 56,
                                  "column": 20
                                }
                              },
                              "elements": []
                            }
                          },
                          {
                            "type": "VariableDeclarator",
                            "start": 1767,
                            "end": 1778,
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 8
                              },
                              "end": {
                                "line": 57,
                                "column": 19
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 1767,
                              "end": 1771,
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 8
                                },
                                "end": {
                                  "line": 57,
                                  "column": 12
                                },
                                "identifierName": "self"
                              },
                              "name": "self"
                            },
                            "init": {
                              "type": "ThisExpression",
                              "start": 1774,
                              "end": 1778,
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 15
                                },
                                "end": {
                                  "line": 57,
                                  "column": 19
                                }
                              }
                            }
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "ForInStatement",
                        "start": 1785,
                        "end": 2910,
                        "loc": {
                          "start": {
                            "line": 59,
                            "column": 4
                          },
                          "end": {
                            "line": 84,
                            "column": 5
                          }
                        },
                        "left": {
                          "type": "VariableDeclaration",
                          "start": 1790,
                          "end": 1798,
                          "loc": {
                            "start": {
                              "line": 59,
                              "column": 9
                            },
                            "end": {
                              "line": 59,
                              "column": 17
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 1794,
                              "end": 1798,
                              "loc": {
                                "start": {
                                  "line": 59,
                                  "column": 13
                                },
                                "end": {
                                  "line": 59,
                                  "column": 17
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 1794,
                                "end": 1798,
                                "loc": {
                                  "start": {
                                    "line": 59,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 17
                                  },
                                  "identifierName": "attr"
                                },
                                "name": "attr"
                              },
                              "init": null
                            }
                          ],
                          "kind": "var"
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 1802,
                          "end": 1812,
                          "loc": {
                            "start": {
                              "line": 59,
                              "column": 21
                            },
                            "end": {
                              "line": 59,
                              "column": 31
                            },
                            "identifierName": "attributes"
                          },
                          "name": "attributes"
                        },
                        "body": {
                          "type": "BlockStatement",
                          "start": 1814,
                          "end": 2910,
                          "loc": {
                            "start": {
                              "line": 59,
                              "column": 33
                            },
                            "end": {
                              "line": 84,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "IfStatement",
                              "start": 1822,
                              "end": 2904,
                              "loc": {
                                "start": {
                                  "line": 60,
                                  "column": 6
                                },
                                "end": {
                                  "line": 83,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "CallExpression",
                                "start": 1826,
                                "end": 1857,
                                "loc": {
                                  "start": {
                                    "line": 60,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 60,
                                    "column": 41
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1826,
                                  "end": 1851,
                                  "loc": {
                                    "start": {
                                      "line": 60,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 60,
                                      "column": 35
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1826,
                                    "end": 1836,
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 60,
                                        "column": 20
                                      },
                                      "identifierName": "attributes"
                                    },
                                    "name": "attributes"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1837,
                                    "end": 1851,
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 60,
                                        "column": 35
                                      },
                                      "identifierName": "hasOwnProperty"
                                    },
                                    "name": "hasOwnProperty"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 1852,
                                    "end": 1856,
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 60,
                                        "column": 40
                                      },
                                      "identifierName": "attr"
                                    },
                                    "name": "attr"
                                  }
                                ]
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 1859,
                                "end": 2904,
                                "loc": {
                                  "start": {
                                    "line": 60,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 83,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "VariableDeclaration",
                                    "start": 1869,
                                    "end": 1919,
                                    "loc": {
                                      "start": {
                                        "line": 61,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 62,
                                        "column": 18
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 1873,
                                        "end": 1900,
                                        "loc": {
                                          "start": {
                                            "line": 61,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 61,
                                            "column": 39
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 1873,
                                          "end": 1881,
                                          "loc": {
                                            "start": {
                                              "line": 61,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 61,
                                              "column": 20
                                            },
                                            "identifierName": "dataType"
                                          },
                                          "name": "dataType"
                                        },
                                        "init": {
                                          "type": "MemberExpression",
                                          "start": 1884,
                                          "end": 1900,
                                          "loc": {
                                            "start": {
                                              "line": 61,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 61,
                                              "column": 39
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1884,
                                            "end": 1894,
                                            "loc": {
                                              "start": {
                                                "line": 61,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 61,
                                                "column": 33
                                              },
                                              "identifierName": "attributes"
                                            },
                                            "name": "attributes"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1895,
                                            "end": 1899,
                                            "loc": {
                                              "start": {
                                                "line": 61,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 61,
                                                "column": 38
                                              },
                                              "identifierName": "attr"
                                            },
                                            "name": "attr"
                                          },
                                          "computed": true
                                        }
                                      },
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 1913,
                                        "end": 1918,
                                        "loc": {
                                          "start": {
                                            "line": 62,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 62,
                                            "column": 17
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 1913,
                                          "end": 1918,
                                          "loc": {
                                            "start": {
                                              "line": 62,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 62,
                                              "column": 17
                                            },
                                            "identifierName": "match"
                                          },
                                          "name": "match"
                                        },
                                        "init": null
                                      }
                                    ],
                                    "kind": "var"
                                  },
                                  {
                                    "type": "IfStatement",
                                    "start": 1929,
                                    "end": 2896,
                                    "loc": {
                                      "start": {
                                        "line": 64,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 82,
                                        "column": 9
                                      }
                                    },
                                    "test": {
                                      "type": "CallExpression",
                                      "start": 1933,
                                      "end": 1974,
                                      "loc": {
                                        "start": {
                                          "line": 64,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 64,
                                          "column": 53
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 1933,
                                        "end": 1949,
                                        "loc": {
                                          "start": {
                                            "line": 64,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 64,
                                            "column": 28
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 1933,
                                          "end": 1940,
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 19
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1933,
                                            "end": 1938,
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 17
                                              },
                                              "identifierName": "Utils"
                                            },
                                            "name": "Utils"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1939,
                                            "end": 1940,
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 19
                                              },
                                              "identifierName": "_"
                                            },
                                            "name": "_"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1941,
                                          "end": 1949,
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 28
                                            },
                                            "identifierName": "includes"
                                          },
                                          "name": "includes"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 1950,
                                          "end": 1958,
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 37
                                            },
                                            "identifierName": "dataType"
                                          },
                                          "name": "dataType"
                                        },
                                        {
                                          "type": "StringLiteral",
                                          "start": 1960,
                                          "end": 1973,
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 52
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "PRIMARY KEY",
                                            "raw": "'PRIMARY KEY'"
                                          },
                                          "value": "PRIMARY KEY"
                                        }
                                      ]
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "start": 1976,
                                      "end": 2496,
                                      "loc": {
                                        "start": {
                                          "line": 64,
                                          "column": 55
                                        },
                                        "end": {
                                          "line": 75,
                                          "column": 9
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 1988,
                                          "end": 2011,
                                          "loc": {
                                            "start": {
                                              "line": 65,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 65,
                                              "column": 33
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 1988,
                                            "end": 2010,
                                            "loc": {
                                              "start": {
                                                "line": 65,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 65,
                                                "column": 32
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 1988,
                                              "end": 2004,
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 26
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1988,
                                                "end": 1999,
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 21
                                                  },
                                                  "identifierName": "primaryKeys"
                                                },
                                                "name": "primaryKeys"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2000,
                                                "end": 2004,
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 26
                                                  },
                                                  "identifierName": "push"
                                                },
                                                "name": "push"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 2005,
                                                "end": 2009,
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 31
                                                  },
                                                  "identifierName": "attr"
                                                },
                                                "name": "attr"
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "type": "IfStatement",
                                          "start": 2023,
                                          "end": 2486,
                                          "loc": {
                                            "start": {
                                              "line": 67,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 74,
                                              "column": 11
                                            }
                                          },
                                          "test": {
                                            "type": "CallExpression",
                                            "start": 2027,
                                            "end": 2067,
                                            "loc": {
                                              "start": {
                                                "line": 67,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 67,
                                                "column": 54
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 2027,
                                              "end": 2043,
                                              "loc": {
                                                "start": {
                                                  "line": 67,
                                                  "column": 14
                                                },
                                                "end": {
                                                  "line": 67,
                                                  "column": 30
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 2027,
                                                "end": 2034,
                                                "loc": {
                                                  "start": {
                                                    "line": 67,
                                                    "column": 14
                                                  },
                                                  "end": {
                                                    "line": 67,
                                                    "column": 21
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2027,
                                                  "end": 2032,
                                                  "loc": {
                                                    "start": {
                                                      "line": 67,
                                                      "column": 14
                                                    },
                                                    "end": {
                                                      "line": 67,
                                                      "column": 19
                                                    },
                                                    "identifierName": "Utils"
                                                  },
                                                  "name": "Utils"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2033,
                                                  "end": 2034,
                                                  "loc": {
                                                    "start": {
                                                      "line": 67,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 67,
                                                      "column": 21
                                                    },
                                                    "identifierName": "_"
                                                  },
                                                  "name": "_"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2035,
                                                "end": 2043,
                                                "loc": {
                                                  "start": {
                                                    "line": 67,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 67,
                                                    "column": 30
                                                  },
                                                  "identifierName": "includes"
                                                },
                                                "name": "includes"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 2044,
                                                "end": 2052,
                                                "loc": {
                                                  "start": {
                                                    "line": 67,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 67,
                                                    "column": 39
                                                  },
                                                  "identifierName": "dataType"
                                                },
                                                "name": "dataType"
                                              },
                                              {
                                                "type": "StringLiteral",
                                                "start": 2054,
                                                "end": 2066,
                                                "loc": {
                                                  "start": {
                                                    "line": 67,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 67,
                                                    "column": 53
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "REFERENCES",
                                                  "raw": "'REFERENCES'"
                                                },
                                                "value": "REFERENCES"
                                              }
                                            ]
                                          },
                                          "consequent": {
                                            "type": "BlockStatement",
                                            "start": 2069,
                                            "end": 2369,
                                            "loc": {
                                              "start": {
                                                "line": 67,
                                                "column": 56
                                              },
                                              "end": {
                                                "line": 72,
                                                "column": 11
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 2169,
                                                "end": 2217,
                                                "loc": {
                                                  "start": {
                                                    "line": 69,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 69,
                                                    "column": 60
                                                  }
                                                },
                                                "expression": {
                                                  "type": "AssignmentExpression",
                                                  "start": 2169,
                                                  "end": 2216,
                                                  "loc": {
                                                    "start": {
                                                      "line": 69,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 69,
                                                      "column": 59
                                                    }
                                                  },
                                                  "operator": "=",
                                                  "left": {
                                                    "type": "Identifier",
                                                    "start": 2169,
                                                    "end": 2174,
                                                    "loc": {
                                                      "start": {
                                                        "line": 69,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 69,
                                                        "column": 17
                                                      },
                                                      "identifierName": "match"
                                                    },
                                                    "name": "match",
                                                    "leadingComments": null
                                                  },
                                                  "right": {
                                                    "type": "CallExpression",
                                                    "start": 2177,
                                                    "end": 2216,
                                                    "loc": {
                                                      "start": {
                                                        "line": 69,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 69,
                                                        "column": 59
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 2177,
                                                      "end": 2191,
                                                      "loc": {
                                                        "start": {
                                                          "line": 69,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 69,
                                                          "column": 34
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 2177,
                                                        "end": 2185,
                                                        "loc": {
                                                          "start": {
                                                            "line": 69,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 69,
                                                            "column": 28
                                                          },
                                                          "identifierName": "dataType"
                                                        },
                                                        "name": "dataType"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 2186,
                                                        "end": 2191,
                                                        "loc": {
                                                          "start": {
                                                            "line": 69,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 69,
                                                            "column": 34
                                                          },
                                                          "identifierName": "match"
                                                        },
                                                        "name": "match"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "RegExpLiteral",
                                                        "start": 2192,
                                                        "end": 2215,
                                                        "loc": {
                                                          "start": {
                                                            "line": 69,
                                                            "column": 35
                                                          },
                                                          "end": {
                                                            "line": 69,
                                                            "column": 58
                                                          }
                                                        },
                                                        "extra": {
                                                          "raw": "/^(.+) (REFERENCES.*)$/"
                                                        },
                                                        "pattern": "^(.+) (REFERENCES.*)$",
                                                        "flags": ""
                                                      }
                                                    ]
                                                  },
                                                  "leadingComments": null
                                                },
                                                "leadingComments": [
                                                  {
                                                    "type": "CommentLine",
                                                    "value": " MSSQL doesn't support inline REFERENCES declarations: move to the end",
                                                    "start": 2084,
                                                    "end": 2156,
                                                    "loc": {
                                                      "start": {
                                                        "line": 68,
                                                        "column": 13
                                                      },
                                                      "end": {
                                                        "line": 68,
                                                        "column": 85
                                                      }
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 2230,
                                                "end": 2315,
                                                "loc": {
                                                  "start": {
                                                    "line": 70,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 70,
                                                    "column": 97
                                                  }
                                                },
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "start": 2230,
                                                  "end": 2314,
                                                  "loc": {
                                                    "start": {
                                                      "line": 70,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 70,
                                                      "column": 96
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 2230,
                                                    "end": 2242,
                                                    "loc": {
                                                      "start": {
                                                        "line": 70,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 70,
                                                        "column": 24
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2230,
                                                      "end": 2237,
                                                      "loc": {
                                                        "start": {
                                                          "line": 70,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 70,
                                                          "column": 19
                                                        },
                                                        "identifierName": "attrStr"
                                                      },
                                                      "name": "attrStr"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2238,
                                                      "end": 2242,
                                                      "loc": {
                                                        "start": {
                                                          "line": 70,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 70,
                                                          "column": 24
                                                        },
                                                        "identifierName": "push"
                                                      },
                                                      "name": "push"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "BinaryExpression",
                                                      "start": 2243,
                                                      "end": 2313,
                                                      "loc": {
                                                        "start": {
                                                          "line": 70,
                                                          "column": 25
                                                        },
                                                        "end": {
                                                          "line": 70,
                                                          "column": 95
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "BinaryExpression",
                                                        "start": 2243,
                                                        "end": 2275,
                                                        "loc": {
                                                          "start": {
                                                            "line": 70,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 70,
                                                            "column": 57
                                                          }
                                                        },
                                                        "left": {
                                                          "type": "CallExpression",
                                                          "start": 2243,
                                                          "end": 2269,
                                                          "loc": {
                                                            "start": {
                                                              "line": 70,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 70,
                                                              "column": 51
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 2243,
                                                            "end": 2263,
                                                            "loc": {
                                                              "start": {
                                                                "line": 70,
                                                                "column": 25
                                                              },
                                                              "end": {
                                                                "line": 70,
                                                                "column": 45
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "start": 2243,
                                                              "end": 2247,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 70,
                                                                  "column": 25
                                                                },
                                                                "end": {
                                                                  "line": 70,
                                                                  "column": 29
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 2248,
                                                              "end": 2263,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 70,
                                                                  "column": 30
                                                                },
                                                                "end": {
                                                                  "line": 70,
                                                                  "column": 45
                                                                },
                                                                "identifierName": "quoteIdentifier"
                                                              },
                                                              "name": "quoteIdentifier"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Identifier",
                                                              "start": 2264,
                                                              "end": 2268,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 70,
                                                                  "column": 46
                                                                },
                                                                "end": {
                                                                  "line": 70,
                                                                  "column": 50
                                                                },
                                                                "identifierName": "attr"
                                                              },
                                                              "name": "attr"
                                                            }
                                                          ]
                                                        },
                                                        "operator": "+",
                                                        "right": {
                                                          "type": "StringLiteral",
                                                          "start": 2272,
                                                          "end": 2275,
                                                          "loc": {
                                                            "start": {
                                                              "line": 70,
                                                              "column": 54
                                                            },
                                                            "end": {
                                                              "line": 70,
                                                              "column": 57
                                                            }
                                                          },
                                                          "extra": {
                                                            "rawValue": " ",
                                                            "raw": "' '"
                                                          },
                                                          "value": " "
                                                        }
                                                      },
                                                      "operator": "+",
                                                      "right": {
                                                        "type": "CallExpression",
                                                        "start": 2278,
                                                        "end": 2313,
                                                        "loc": {
                                                          "start": {
                                                            "line": 70,
                                                            "column": 60
                                                          },
                                                          "end": {
                                                            "line": 70,
                                                            "column": 95
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 2278,
                                                          "end": 2294,
                                                          "loc": {
                                                            "start": {
                                                              "line": 70,
                                                              "column": 60
                                                            },
                                                            "end": {
                                                              "line": 70,
                                                              "column": 76
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 2278,
                                                            "end": 2286,
                                                            "loc": {
                                                              "start": {
                                                                "line": 70,
                                                                "column": 60
                                                              },
                                                              "end": {
                                                                "line": 70,
                                                                "column": 68
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 2278,
                                                              "end": 2283,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 70,
                                                                  "column": 60
                                                                },
                                                                "end": {
                                                                  "line": 70,
                                                                  "column": 65
                                                                },
                                                                "identifierName": "match"
                                                              },
                                                              "name": "match"
                                                            },
                                                            "property": {
                                                              "type": "NumericLiteral",
                                                              "start": 2284,
                                                              "end": 2285,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 70,
                                                                  "column": 66
                                                                },
                                                                "end": {
                                                                  "line": 70,
                                                                  "column": 67
                                                                }
                                                              },
                                                              "extra": {
                                                                "rawValue": 1,
                                                                "raw": "1"
                                                              },
                                                              "value": 1
                                                            },
                                                            "computed": true
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 2287,
                                                            "end": 2294,
                                                            "loc": {
                                                              "start": {
                                                                "line": 70,
                                                                "column": 69
                                                              },
                                                              "end": {
                                                                "line": 70,
                                                                "column": 76
                                                              },
                                                              "identifierName": "replace"
                                                            },
                                                            "name": "replace"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "RegExpLiteral",
                                                            "start": 2295,
                                                            "end": 2308,
                                                            "loc": {
                                                              "start": {
                                                                "line": 70,
                                                                "column": 77
                                                              },
                                                              "end": {
                                                                "line": 70,
                                                                "column": 90
                                                              }
                                                            },
                                                            "extra": {
                                                              "raw": "/PRIMARY KEY/"
                                                            },
                                                            "pattern": "PRIMARY KEY",
                                                            "flags": ""
                                                          },
                                                          {
                                                            "type": "StringLiteral",
                                                            "start": 2310,
                                                            "end": 2312,
                                                            "loc": {
                                                              "start": {
                                                                "line": 70,
                                                                "column": 92
                                                              },
                                                              "end": {
                                                                "line": 70,
                                                                "column": 94
                                                              }
                                                            },
                                                            "extra": {
                                                              "rawValue": "",
                                                              "raw": "''"
                                                            },
                                                            "value": ""
                                                          }
                                                        ]
                                                      }
                                                    }
                                                  ]
                                                }
                                              },
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 2328,
                                                "end": 2357,
                                                "loc": {
                                                  "start": {
                                                    "line": 71,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 71,
                                                    "column": 41
                                                  }
                                                },
                                                "expression": {
                                                  "type": "AssignmentExpression",
                                                  "start": 2328,
                                                  "end": 2356,
                                                  "loc": {
                                                    "start": {
                                                      "line": 71,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 71,
                                                      "column": 40
                                                    }
                                                  },
                                                  "operator": "=",
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 2328,
                                                    "end": 2345,
                                                    "loc": {
                                                      "start": {
                                                        "line": 71,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 71,
                                                        "column": 29
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2328,
                                                      "end": 2339,
                                                      "loc": {
                                                        "start": {
                                                          "line": 71,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 71,
                                                          "column": 23
                                                        },
                                                        "identifierName": "foreignKeys"
                                                      },
                                                      "name": "foreignKeys"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2340,
                                                      "end": 2344,
                                                      "loc": {
                                                        "start": {
                                                          "line": 71,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 71,
                                                          "column": 28
                                                        },
                                                        "identifierName": "attr"
                                                      },
                                                      "name": "attr"
                                                    },
                                                    "computed": true
                                                  },
                                                  "right": {
                                                    "type": "MemberExpression",
                                                    "start": 2348,
                                                    "end": 2356,
                                                    "loc": {
                                                      "start": {
                                                        "line": 71,
                                                        "column": 32
                                                      },
                                                      "end": {
                                                        "line": 71,
                                                        "column": 40
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2348,
                                                      "end": 2353,
                                                      "loc": {
                                                        "start": {
                                                          "line": 71,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 71,
                                                          "column": 37
                                                        },
                                                        "identifierName": "match"
                                                      },
                                                      "name": "match"
                                                    },
                                                    "property": {
                                                      "type": "NumericLiteral",
                                                      "start": 2354,
                                                      "end": 2355,
                                                      "loc": {
                                                        "start": {
                                                          "line": 71,
                                                          "column": 38
                                                        },
                                                        "end": {
                                                          "line": 71,
                                                          "column": 39
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": 2,
                                                        "raw": "2"
                                                      },
                                                      "value": 2
                                                    },
                                                    "computed": true
                                                  }
                                                }
                                              }
                                            ],
                                            "directives": []
                                          },
                                          "alternate": {
                                            "type": "BlockStatement",
                                            "start": 2375,
                                            "end": 2486,
                                            "loc": {
                                              "start": {
                                                "line": 72,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 74,
                                                "column": 11
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 2389,
                                                "end": 2474,
                                                "loc": {
                                                  "start": {
                                                    "line": 73,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 73,
                                                    "column": 97
                                                  }
                                                },
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "start": 2389,
                                                  "end": 2473,
                                                  "loc": {
                                                    "start": {
                                                      "line": 73,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 73,
                                                      "column": 96
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 2389,
                                                    "end": 2401,
                                                    "loc": {
                                                      "start": {
                                                        "line": 73,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 73,
                                                        "column": 24
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2389,
                                                      "end": 2396,
                                                      "loc": {
                                                        "start": {
                                                          "line": 73,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 73,
                                                          "column": 19
                                                        },
                                                        "identifierName": "attrStr"
                                                      },
                                                      "name": "attrStr"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2397,
                                                      "end": 2401,
                                                      "loc": {
                                                        "start": {
                                                          "line": 73,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 73,
                                                          "column": 24
                                                        },
                                                        "identifierName": "push"
                                                      },
                                                      "name": "push"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "BinaryExpression",
                                                      "start": 2402,
                                                      "end": 2472,
                                                      "loc": {
                                                        "start": {
                                                          "line": 73,
                                                          "column": 25
                                                        },
                                                        "end": {
                                                          "line": 73,
                                                          "column": 95
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "BinaryExpression",
                                                        "start": 2402,
                                                        "end": 2434,
                                                        "loc": {
                                                          "start": {
                                                            "line": 73,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 73,
                                                            "column": 57
                                                          }
                                                        },
                                                        "left": {
                                                          "type": "CallExpression",
                                                          "start": 2402,
                                                          "end": 2428,
                                                          "loc": {
                                                            "start": {
                                                              "line": 73,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 73,
                                                              "column": 51
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 2402,
                                                            "end": 2422,
                                                            "loc": {
                                                              "start": {
                                                                "line": 73,
                                                                "column": 25
                                                              },
                                                              "end": {
                                                                "line": 73,
                                                                "column": 45
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "start": 2402,
                                                              "end": 2406,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 73,
                                                                  "column": 25
                                                                },
                                                                "end": {
                                                                  "line": 73,
                                                                  "column": 29
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 2407,
                                                              "end": 2422,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 73,
                                                                  "column": 30
                                                                },
                                                                "end": {
                                                                  "line": 73,
                                                                  "column": 45
                                                                },
                                                                "identifierName": "quoteIdentifier"
                                                              },
                                                              "name": "quoteIdentifier"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Identifier",
                                                              "start": 2423,
                                                              "end": 2427,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 73,
                                                                  "column": 46
                                                                },
                                                                "end": {
                                                                  "line": 73,
                                                                  "column": 50
                                                                },
                                                                "identifierName": "attr"
                                                              },
                                                              "name": "attr"
                                                            }
                                                          ]
                                                        },
                                                        "operator": "+",
                                                        "right": {
                                                          "type": "StringLiteral",
                                                          "start": 2431,
                                                          "end": 2434,
                                                          "loc": {
                                                            "start": {
                                                              "line": 73,
                                                              "column": 54
                                                            },
                                                            "end": {
                                                              "line": 73,
                                                              "column": 57
                                                            }
                                                          },
                                                          "extra": {
                                                            "rawValue": " ",
                                                            "raw": "' '"
                                                          },
                                                          "value": " "
                                                        }
                                                      },
                                                      "operator": "+",
                                                      "right": {
                                                        "type": "CallExpression",
                                                        "start": 2437,
                                                        "end": 2472,
                                                        "loc": {
                                                          "start": {
                                                            "line": 73,
                                                            "column": 60
                                                          },
                                                          "end": {
                                                            "line": 73,
                                                            "column": 95
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 2437,
                                                          "end": 2453,
                                                          "loc": {
                                                            "start": {
                                                              "line": 73,
                                                              "column": 60
                                                            },
                                                            "end": {
                                                              "line": 73,
                                                              "column": 76
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 2437,
                                                            "end": 2445,
                                                            "loc": {
                                                              "start": {
                                                                "line": 73,
                                                                "column": 60
                                                              },
                                                              "end": {
                                                                "line": 73,
                                                                "column": 68
                                                              },
                                                              "identifierName": "dataType"
                                                            },
                                                            "name": "dataType"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 2446,
                                                            "end": 2453,
                                                            "loc": {
                                                              "start": {
                                                                "line": 73,
                                                                "column": 69
                                                              },
                                                              "end": {
                                                                "line": 73,
                                                                "column": 76
                                                              },
                                                              "identifierName": "replace"
                                                            },
                                                            "name": "replace"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "RegExpLiteral",
                                                            "start": 2454,
                                                            "end": 2467,
                                                            "loc": {
                                                              "start": {
                                                                "line": 73,
                                                                "column": 77
                                                              },
                                                              "end": {
                                                                "line": 73,
                                                                "column": 90
                                                              }
                                                            },
                                                            "extra": {
                                                              "raw": "/PRIMARY KEY/"
                                                            },
                                                            "pattern": "PRIMARY KEY",
                                                            "flags": ""
                                                          },
                                                          {
                                                            "type": "StringLiteral",
                                                            "start": 2469,
                                                            "end": 2471,
                                                            "loc": {
                                                              "start": {
                                                                "line": 73,
                                                                "column": 92
                                                              },
                                                              "end": {
                                                                "line": 73,
                                                                "column": 94
                                                              }
                                                            },
                                                            "extra": {
                                                              "rawValue": "",
                                                              "raw": "''"
                                                            },
                                                            "value": ""
                                                          }
                                                        ]
                                                      }
                                                    }
                                                  ]
                                                }
                                              }
                                            ],
                                            "directives": []
                                          }
                                        }
                                      ],
                                      "directives": []
                                    },
                                    "alternate": {
                                      "type": "IfStatement",
                                      "start": 2502,
                                      "end": 2896,
                                      "loc": {
                                        "start": {
                                          "line": 75,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 82,
                                          "column": 9
                                        }
                                      },
                                      "test": {
                                        "type": "CallExpression",
                                        "start": 2506,
                                        "end": 2546,
                                        "loc": {
                                          "start": {
                                            "line": 75,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 75,
                                            "column": 59
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 2506,
                                          "end": 2522,
                                          "loc": {
                                            "start": {
                                              "line": 75,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 75,
                                              "column": 35
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 2506,
                                            "end": 2513,
                                            "loc": {
                                              "start": {
                                                "line": 75,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 75,
                                                "column": 26
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2506,
                                              "end": 2511,
                                              "loc": {
                                                "start": {
                                                  "line": 75,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 75,
                                                  "column": 24
                                                },
                                                "identifierName": "Utils"
                                              },
                                              "name": "Utils"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2512,
                                              "end": 2513,
                                              "loc": {
                                                "start": {
                                                  "line": 75,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 75,
                                                  "column": 26
                                                },
                                                "identifierName": "_"
                                              },
                                              "name": "_"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2514,
                                            "end": 2522,
                                            "loc": {
                                              "start": {
                                                "line": 75,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 75,
                                                "column": 35
                                              },
                                              "identifierName": "includes"
                                            },
                                            "name": "includes"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 2523,
                                            "end": 2531,
                                            "loc": {
                                              "start": {
                                                "line": 75,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 75,
                                                "column": 44
                                              },
                                              "identifierName": "dataType"
                                            },
                                            "name": "dataType"
                                          },
                                          {
                                            "type": "StringLiteral",
                                            "start": 2533,
                                            "end": 2545,
                                            "loc": {
                                              "start": {
                                                "line": 75,
                                                "column": 46
                                              },
                                              "end": {
                                                "line": 75,
                                                "column": 58
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "REFERENCES",
                                              "raw": "'REFERENCES'"
                                            },
                                            "value": "REFERENCES"
                                          }
                                        ]
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "start": 2548,
                                        "end": 2810,
                                        "loc": {
                                          "start": {
                                            "line": 75,
                                            "column": 61
                                          },
                                          "end": {
                                            "line": 80,
                                            "column": 9
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 2643,
                                            "end": 2691,
                                            "loc": {
                                              "start": {
                                                "line": 77,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 77,
                                                "column": 58
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 2643,
                                              "end": 2690,
                                              "loc": {
                                                "start": {
                                                  "line": 77,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 77,
                                                  "column": 57
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "Identifier",
                                                "start": 2643,
                                                "end": 2648,
                                                "loc": {
                                                  "start": {
                                                    "line": 77,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 77,
                                                    "column": 15
                                                  },
                                                  "identifierName": "match"
                                                },
                                                "name": "match",
                                                "leadingComments": null
                                              },
                                              "right": {
                                                "type": "CallExpression",
                                                "start": 2651,
                                                "end": 2690,
                                                "loc": {
                                                  "start": {
                                                    "line": 77,
                                                    "column": 18
                                                  },
                                                  "end": {
                                                    "line": 77,
                                                    "column": 57
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 2651,
                                                  "end": 2665,
                                                  "loc": {
                                                    "start": {
                                                      "line": 77,
                                                      "column": 18
                                                    },
                                                    "end": {
                                                      "line": 77,
                                                      "column": 32
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 2651,
                                                    "end": 2659,
                                                    "loc": {
                                                      "start": {
                                                        "line": 77,
                                                        "column": 18
                                                      },
                                                      "end": {
                                                        "line": 77,
                                                        "column": 26
                                                      },
                                                      "identifierName": "dataType"
                                                    },
                                                    "name": "dataType"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2660,
                                                    "end": 2665,
                                                    "loc": {
                                                      "start": {
                                                        "line": 77,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 77,
                                                        "column": 32
                                                      },
                                                      "identifierName": "match"
                                                    },
                                                    "name": "match"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "RegExpLiteral",
                                                    "start": 2666,
                                                    "end": 2689,
                                                    "loc": {
                                                      "start": {
                                                        "line": 77,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 77,
                                                        "column": 56
                                                      }
                                                    },
                                                    "extra": {
                                                      "raw": "/^(.+) (REFERENCES.*)$/"
                                                    },
                                                    "pattern": "^(.+) (REFERENCES.*)$",
                                                    "flags": ""
                                                  }
                                                ]
                                              },
                                              "leadingComments": null
                                            },
                                            "leadingComments": [
                                              {
                                                "type": "CommentLine",
                                                "value": " MSSQL doesn't support inline REFERENCES declarations: move to the end",
                                                "start": 2560,
                                                "end": 2632,
                                                "loc": {
                                                  "start": {
                                                    "line": 76,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 76,
                                                    "column": 82
                                                  }
                                                }
                                              }
                                            ]
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 2702,
                                            "end": 2760,
                                            "loc": {
                                              "start": {
                                                "line": 78,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 78,
                                                "column": 68
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 2702,
                                              "end": 2759,
                                              "loc": {
                                                "start": {
                                                  "line": 78,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 78,
                                                  "column": 67
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 2702,
                                                "end": 2714,
                                                "loc": {
                                                  "start": {
                                                    "line": 78,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 78,
                                                    "column": 22
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2702,
                                                  "end": 2709,
                                                  "loc": {
                                                    "start": {
                                                      "line": 78,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 78,
                                                      "column": 17
                                                    },
                                                    "identifierName": "attrStr"
                                                  },
                                                  "name": "attrStr"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2710,
                                                  "end": 2714,
                                                  "loc": {
                                                    "start": {
                                                      "line": 78,
                                                      "column": 18
                                                    },
                                                    "end": {
                                                      "line": 78,
                                                      "column": 22
                                                    },
                                                    "identifierName": "push"
                                                  },
                                                  "name": "push"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "BinaryExpression",
                                                  "start": 2715,
                                                  "end": 2758,
                                                  "loc": {
                                                    "start": {
                                                      "line": 78,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 78,
                                                      "column": 66
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "BinaryExpression",
                                                    "start": 2715,
                                                    "end": 2747,
                                                    "loc": {
                                                      "start": {
                                                        "line": 78,
                                                        "column": 23
                                                      },
                                                      "end": {
                                                        "line": 78,
                                                        "column": 55
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "CallExpression",
                                                      "start": 2715,
                                                      "end": 2741,
                                                      "loc": {
                                                        "start": {
                                                          "line": 78,
                                                          "column": 23
                                                        },
                                                        "end": {
                                                          "line": 78,
                                                          "column": 49
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 2715,
                                                        "end": 2735,
                                                        "loc": {
                                                          "start": {
                                                            "line": 78,
                                                            "column": 23
                                                          },
                                                          "end": {
                                                            "line": 78,
                                                            "column": 43
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "start": 2715,
                                                          "end": 2719,
                                                          "loc": {
                                                            "start": {
                                                              "line": 78,
                                                              "column": 23
                                                            },
                                                            "end": {
                                                              "line": 78,
                                                              "column": 27
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 2720,
                                                          "end": 2735,
                                                          "loc": {
                                                            "start": {
                                                              "line": 78,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 78,
                                                              "column": 43
                                                            },
                                                            "identifierName": "quoteIdentifier"
                                                          },
                                                          "name": "quoteIdentifier"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "start": 2736,
                                                          "end": 2740,
                                                          "loc": {
                                                            "start": {
                                                              "line": 78,
                                                              "column": 44
                                                            },
                                                            "end": {
                                                              "line": 78,
                                                              "column": 48
                                                            },
                                                            "identifierName": "attr"
                                                          },
                                                          "name": "attr"
                                                        }
                                                      ]
                                                    },
                                                    "operator": "+",
                                                    "right": {
                                                      "type": "StringLiteral",
                                                      "start": 2744,
                                                      "end": 2747,
                                                      "loc": {
                                                        "start": {
                                                          "line": 78,
                                                          "column": 52
                                                        },
                                                        "end": {
                                                          "line": 78,
                                                          "column": 55
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": " ",
                                                        "raw": "' '"
                                                      },
                                                      "value": " "
                                                    }
                                                  },
                                                  "operator": "+",
                                                  "right": {
                                                    "type": "MemberExpression",
                                                    "start": 2750,
                                                    "end": 2758,
                                                    "loc": {
                                                      "start": {
                                                        "line": 78,
                                                        "column": 58
                                                      },
                                                      "end": {
                                                        "line": 78,
                                                        "column": 66
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2750,
                                                      "end": 2755,
                                                      "loc": {
                                                        "start": {
                                                          "line": 78,
                                                          "column": 58
                                                        },
                                                        "end": {
                                                          "line": 78,
                                                          "column": 63
                                                        },
                                                        "identifierName": "match"
                                                      },
                                                      "name": "match"
                                                    },
                                                    "property": {
                                                      "type": "NumericLiteral",
                                                      "start": 2756,
                                                      "end": 2757,
                                                      "loc": {
                                                        "start": {
                                                          "line": 78,
                                                          "column": 64
                                                        },
                                                        "end": {
                                                          "line": 78,
                                                          "column": 65
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": 1,
                                                        "raw": "1"
                                                      },
                                                      "value": 1
                                                    },
                                                    "computed": true
                                                  }
                                                }
                                              ]
                                            }
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 2771,
                                            "end": 2800,
                                            "loc": {
                                              "start": {
                                                "line": 79,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 79,
                                                "column": 39
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 2771,
                                              "end": 2799,
                                              "loc": {
                                                "start": {
                                                  "line": 79,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 79,
                                                  "column": 38
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 2771,
                                                "end": 2788,
                                                "loc": {
                                                  "start": {
                                                    "line": 79,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 79,
                                                    "column": 27
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2771,
                                                  "end": 2782,
                                                  "loc": {
                                                    "start": {
                                                      "line": 79,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 79,
                                                      "column": 21
                                                    },
                                                    "identifierName": "foreignKeys"
                                                  },
                                                  "name": "foreignKeys"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2783,
                                                  "end": 2787,
                                                  "loc": {
                                                    "start": {
                                                      "line": 79,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 79,
                                                      "column": 26
                                                    },
                                                    "identifierName": "attr"
                                                  },
                                                  "name": "attr"
                                                },
                                                "computed": true
                                              },
                                              "right": {
                                                "type": "MemberExpression",
                                                "start": 2791,
                                                "end": 2799,
                                                "loc": {
                                                  "start": {
                                                    "line": 79,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 79,
                                                    "column": 38
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2791,
                                                  "end": 2796,
                                                  "loc": {
                                                    "start": {
                                                      "line": 79,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 79,
                                                      "column": 35
                                                    },
                                                    "identifierName": "match"
                                                  },
                                                  "name": "match"
                                                },
                                                "property": {
                                                  "type": "NumericLiteral",
                                                  "start": 2797,
                                                  "end": 2798,
                                                  "loc": {
                                                    "start": {
                                                      "line": 79,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 79,
                                                      "column": 37
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": 2,
                                                    "raw": "2"
                                                  },
                                                  "value": 2
                                                },
                                                "computed": true
                                              }
                                            }
                                          }
                                        ],
                                        "directives": []
                                      },
                                      "alternate": {
                                        "type": "BlockStatement",
                                        "start": 2816,
                                        "end": 2896,
                                        "loc": {
                                          "start": {
                                            "line": 80,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 82,
                                            "column": 9
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 2828,
                                            "end": 2886,
                                            "loc": {
                                              "start": {
                                                "line": 81,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 81,
                                                "column": 68
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 2828,
                                              "end": 2885,
                                              "loc": {
                                                "start": {
                                                  "line": 81,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 81,
                                                  "column": 67
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 2828,
                                                "end": 2840,
                                                "loc": {
                                                  "start": {
                                                    "line": 81,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 81,
                                                    "column": 22
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2828,
                                                  "end": 2835,
                                                  "loc": {
                                                    "start": {
                                                      "line": 81,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 81,
                                                      "column": 17
                                                    },
                                                    "identifierName": "attrStr"
                                                  },
                                                  "name": "attrStr"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2836,
                                                  "end": 2840,
                                                  "loc": {
                                                    "start": {
                                                      "line": 81,
                                                      "column": 18
                                                    },
                                                    "end": {
                                                      "line": 81,
                                                      "column": 22
                                                    },
                                                    "identifierName": "push"
                                                  },
                                                  "name": "push"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "BinaryExpression",
                                                  "start": 2841,
                                                  "end": 2884,
                                                  "loc": {
                                                    "start": {
                                                      "line": 81,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 81,
                                                      "column": 66
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "BinaryExpression",
                                                    "start": 2841,
                                                    "end": 2873,
                                                    "loc": {
                                                      "start": {
                                                        "line": 81,
                                                        "column": 23
                                                      },
                                                      "end": {
                                                        "line": 81,
                                                        "column": 55
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "CallExpression",
                                                      "start": 2841,
                                                      "end": 2867,
                                                      "loc": {
                                                        "start": {
                                                          "line": 81,
                                                          "column": 23
                                                        },
                                                        "end": {
                                                          "line": 81,
                                                          "column": 49
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 2841,
                                                        "end": 2861,
                                                        "loc": {
                                                          "start": {
                                                            "line": 81,
                                                            "column": 23
                                                          },
                                                          "end": {
                                                            "line": 81,
                                                            "column": 43
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "start": 2841,
                                                          "end": 2845,
                                                          "loc": {
                                                            "start": {
                                                              "line": 81,
                                                              "column": 23
                                                            },
                                                            "end": {
                                                              "line": 81,
                                                              "column": 27
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 2846,
                                                          "end": 2861,
                                                          "loc": {
                                                            "start": {
                                                              "line": 81,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 81,
                                                              "column": 43
                                                            },
                                                            "identifierName": "quoteIdentifier"
                                                          },
                                                          "name": "quoteIdentifier"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "start": 2862,
                                                          "end": 2866,
                                                          "loc": {
                                                            "start": {
                                                              "line": 81,
                                                              "column": 44
                                                            },
                                                            "end": {
                                                              "line": 81,
                                                              "column": 48
                                                            },
                                                            "identifierName": "attr"
                                                          },
                                                          "name": "attr"
                                                        }
                                                      ]
                                                    },
                                                    "operator": "+",
                                                    "right": {
                                                      "type": "StringLiteral",
                                                      "start": 2870,
                                                      "end": 2873,
                                                      "loc": {
                                                        "start": {
                                                          "line": 81,
                                                          "column": 52
                                                        },
                                                        "end": {
                                                          "line": 81,
                                                          "column": 55
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": " ",
                                                        "raw": "' '"
                                                      },
                                                      "value": " "
                                                    }
                                                  },
                                                  "operator": "+",
                                                  "right": {
                                                    "type": "Identifier",
                                                    "start": 2876,
                                                    "end": 2884,
                                                    "loc": {
                                                      "start": {
                                                        "line": 81,
                                                        "column": 58
                                                      },
                                                      "end": {
                                                        "line": 81,
                                                        "column": 66
                                                      },
                                                      "identifierName": "dataType"
                                                    },
                                                    "name": "dataType"
                                                  }
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "directives": []
                                      }
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": null
                            }
                          ],
                          "directives": []
                        }
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 2916,
                        "end": 3127,
                        "loc": {
                          "start": {
                            "line": 86,
                            "column": 4
                          },
                          "end": {
                            "line": 90,
                            "column": 106
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 2920,
                            "end": 3020,
                            "loc": {
                              "start": {
                                "line": 86,
                                "column": 8
                              },
                              "end": {
                                "line": 89,
                                "column": 7
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 2920,
                              "end": 2926,
                              "loc": {
                                "start": {
                                  "line": 86,
                                  "column": 8
                                },
                                "end": {
                                  "line": 86,
                                  "column": 14
                                },
                                "identifierName": "values"
                              },
                              "name": "values"
                            },
                            "init": {
                              "type": "ObjectExpression",
                              "start": 2929,
                              "end": 3020,
                              "loc": {
                                "start": {
                                  "line": 86,
                                  "column": 17
                                },
                                "end": {
                                  "line": 89,
                                  "column": 7
                                }
                              },
                              "properties": [
                                {
                                  "type": "ObjectProperty",
                                  "start": 2939,
                                  "end": 2972,
                                  "loc": {
                                    "start": {
                                      "line": 87,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 87,
                                      "column": 41
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 2939,
                                    "end": 2944,
                                    "loc": {
                                      "start": {
                                        "line": 87,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 87,
                                        "column": 13
                                      },
                                      "identifierName": "table"
                                    },
                                    "name": "table"
                                  },
                                  "value": {
                                    "type": "CallExpression",
                                    "start": 2946,
                                    "end": 2972,
                                    "loc": {
                                      "start": {
                                        "line": 87,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 87,
                                        "column": 41
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2946,
                                      "end": 2961,
                                      "loc": {
                                        "start": {
                                          "line": 87,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 87,
                                          "column": 30
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 2946,
                                        "end": 2950,
                                        "loc": {
                                          "start": {
                                            "line": 87,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 87,
                                            "column": 19
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2951,
                                        "end": 2961,
                                        "loc": {
                                          "start": {
                                            "line": 87,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 87,
                                            "column": 30
                                          },
                                          "identifierName": "quoteTable"
                                        },
                                        "name": "quoteTable"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 2962,
                                        "end": 2971,
                                        "loc": {
                                          "start": {
                                            "line": 87,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 87,
                                            "column": 40
                                          },
                                          "identifierName": "tableName"
                                        },
                                        "name": "tableName"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 2982,
                                  "end": 3012,
                                  "loc": {
                                    "start": {
                                      "line": 88,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 88,
                                      "column": 38
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 2982,
                                    "end": 2992,
                                    "loc": {
                                      "start": {
                                        "line": 88,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 88,
                                        "column": 18
                                      },
                                      "identifierName": "attributes"
                                    },
                                    "name": "attributes"
                                  },
                                  "value": {
                                    "type": "CallExpression",
                                    "start": 2994,
                                    "end": 3012,
                                    "loc": {
                                      "start": {
                                        "line": 88,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 88,
                                        "column": 38
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2994,
                                      "end": 3006,
                                      "loc": {
                                        "start": {
                                          "line": 88,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 88,
                                          "column": 32
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2994,
                                        "end": 3001,
                                        "loc": {
                                          "start": {
                                            "line": 88,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 88,
                                            "column": 27
                                          },
                                          "identifierName": "attrStr"
                                        },
                                        "name": "attrStr"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3002,
                                        "end": 3006,
                                        "loc": {
                                          "start": {
                                            "line": 88,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 88,
                                            "column": 32
                                          },
                                          "identifierName": "join"
                                        },
                                        "name": "join"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "StringLiteral",
                                        "start": 3007,
                                        "end": 3011,
                                        "loc": {
                                          "start": {
                                            "line": 88,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 88,
                                            "column": 37
                                          }
                                        },
                                        "extra": {
                                          "rawValue": ", ",
                                          "raw": "', '"
                                        },
                                        "value": ", "
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          },
                          {
                            "type": "VariableDeclarator",
                            "start": 3027,
                            "end": 3126,
                            "loc": {
                              "start": {
                                "line": 90,
                                "column": 6
                              },
                              "end": {
                                "line": 90,
                                "column": 105
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 3027,
                              "end": 3035,
                              "loc": {
                                "start": {
                                  "line": 90,
                                  "column": 6
                                },
                                "end": {
                                  "line": 90,
                                  "column": 14
                                },
                                "identifierName": "pkString"
                              },
                              "name": "pkString"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 3038,
                              "end": 3126,
                              "loc": {
                                "start": {
                                  "line": 90,
                                  "column": 17
                                },
                                "end": {
                                  "line": 90,
                                  "column": 105
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3038,
                                "end": 3120,
                                "loc": {
                                  "start": {
                                    "line": 90,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 90,
                                    "column": 99
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 3038,
                                  "end": 3115,
                                  "loc": {
                                    "start": {
                                      "line": 90,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 90,
                                      "column": 94
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 3038,
                                    "end": 3053,
                                    "loc": {
                                      "start": {
                                        "line": 90,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 90,
                                        "column": 32
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 3038,
                                      "end": 3049,
                                      "loc": {
                                        "start": {
                                          "line": 90,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 90,
                                          "column": 28
                                        },
                                        "identifierName": "primaryKeys"
                                      },
                                      "name": "primaryKeys"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3050,
                                      "end": 3053,
                                      "loc": {
                                        "start": {
                                          "line": 90,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 90,
                                          "column": 32
                                        },
                                        "identifierName": "map"
                                      },
                                      "name": "map"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "CallExpression",
                                      "start": 3054,
                                      "end": 3114,
                                      "loc": {
                                        "start": {
                                          "line": 90,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 90,
                                          "column": 93
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 3054,
                                        "end": 3108,
                                        "loc": {
                                          "start": {
                                            "line": 90,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 90,
                                            "column": 87
                                          }
                                        },
                                        "object": {
                                          "type": "FunctionExpression",
                                          "start": 3054,
                                          "end": 3103,
                                          "loc": {
                                            "start": {
                                              "line": 90,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 90,
                                              "column": 82
                                            }
                                          },
                                          "id": null,
                                          "generator": false,
                                          "expression": false,
                                          "async": false,
                                          "params": [
                                            {
                                              "type": "Identifier",
                                              "start": 3063,
                                              "end": 3065,
                                              "loc": {
                                                "start": {
                                                  "line": 90,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 90,
                                                  "column": 44
                                                },
                                                "identifierName": "pk"
                                              },
                                              "name": "pk"
                                            }
                                          ],
                                          "body": {
                                            "type": "BlockStatement",
                                            "start": 3067,
                                            "end": 3103,
                                            "loc": {
                                              "start": {
                                                "line": 90,
                                                "column": 46
                                              },
                                              "end": {
                                                "line": 90,
                                                "column": 82
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ReturnStatement",
                                                "start": 3069,
                                                "end": 3101,
                                                "loc": {
                                                  "start": {
                                                    "line": 90,
                                                    "column": 48
                                                  },
                                                  "end": {
                                                    "line": 90,
                                                    "column": 80
                                                  }
                                                },
                                                "argument": {
                                                  "type": "CallExpression",
                                                  "start": 3076,
                                                  "end": 3100,
                                                  "loc": {
                                                    "start": {
                                                      "line": 90,
                                                      "column": 55
                                                    },
                                                    "end": {
                                                      "line": 90,
                                                      "column": 79
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 3076,
                                                    "end": 3096,
                                                    "loc": {
                                                      "start": {
                                                        "line": 90,
                                                        "column": 55
                                                      },
                                                      "end": {
                                                        "line": 90,
                                                        "column": 75
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 3076,
                                                      "end": 3080,
                                                      "loc": {
                                                        "start": {
                                                          "line": 90,
                                                          "column": 55
                                                        },
                                                        "end": {
                                                          "line": 90,
                                                          "column": 59
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3081,
                                                      "end": 3096,
                                                      "loc": {
                                                        "start": {
                                                          "line": 90,
                                                          "column": 60
                                                        },
                                                        "end": {
                                                          "line": 90,
                                                          "column": 75
                                                        },
                                                        "identifierName": "quoteIdentifier"
                                                      },
                                                      "name": "quoteIdentifier"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 3097,
                                                      "end": 3099,
                                                      "loc": {
                                                        "start": {
                                                          "line": 90,
                                                          "column": 76
                                                        },
                                                        "end": {
                                                          "line": 90,
                                                          "column": 78
                                                        },
                                                        "identifierName": "pk"
                                                      },
                                                      "name": "pk"
                                                    }
                                                  ]
                                                }
                                              }
                                            ],
                                            "directives": []
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3104,
                                          "end": 3108,
                                          "loc": {
                                            "start": {
                                              "line": 90,
                                              "column": 83
                                            },
                                            "end": {
                                              "line": 90,
                                              "column": 87
                                            },
                                            "identifierName": "bind"
                                          },
                                          "name": "bind"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "ThisExpression",
                                          "start": 3109,
                                          "end": 3113,
                                          "loc": {
                                            "start": {
                                              "line": 90,
                                              "column": 88
                                            },
                                            "end": {
                                              "line": 90,
                                              "column": 92
                                            }
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3116,
                                  "end": 3120,
                                  "loc": {
                                    "start": {
                                      "line": 90,
                                      "column": 95
                                    },
                                    "end": {
                                      "line": 90,
                                      "column": 99
                                    },
                                    "identifierName": "join"
                                  },
                                  "name": "join"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 3121,
                                  "end": 3125,
                                  "loc": {
                                    "start": {
                                      "line": 90,
                                      "column": 100
                                    },
                                    "end": {
                                      "line": 90,
                                      "column": 104
                                    }
                                  },
                                  "extra": {
                                    "rawValue": ", ",
                                    "raw": "', '"
                                  },
                                  "value": ", "
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "IfStatement",
                        "start": 3133,
                        "end": 3539,
                        "loc": {
                          "start": {
                            "line": 92,
                            "column": 4
                          },
                          "end": {
                            "line": 99,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "UnaryExpression",
                          "start": 3137,
                          "end": 3157,
                          "loc": {
                            "start": {
                              "line": 92,
                              "column": 8
                            },
                            "end": {
                              "line": 92,
                              "column": 28
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "UnaryExpression",
                            "start": 3138,
                            "end": 3157,
                            "loc": {
                              "start": {
                                "line": 92,
                                "column": 9
                              },
                              "end": {
                                "line": 92,
                                "column": 28
                              }
                            },
                            "operator": "!",
                            "prefix": true,
                            "argument": {
                              "type": "MemberExpression",
                              "start": 3139,
                              "end": 3157,
                              "loc": {
                                "start": {
                                  "line": 92,
                                  "column": 10
                                },
                                "end": {
                                  "line": 92,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 3139,
                                "end": 3146,
                                "loc": {
                                  "start": {
                                    "line": 92,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 92,
                                    "column": 17
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3147,
                                "end": 3157,
                                "loc": {
                                  "start": {
                                    "line": 92,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 92,
                                    "column": 28
                                  },
                                  "identifierName": "uniqueKeys"
                                },
                                "name": "uniqueKeys"
                              },
                              "computed": false
                            },
                            "extra": {
                              "parenthesizedArgument": false
                            }
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 3159,
                          "end": 3539,
                          "loc": {
                            "start": {
                              "line": 92,
                              "column": 30
                            },
                            "end": {
                              "line": 99,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 3167,
                              "end": 3533,
                              "loc": {
                                "start": {
                                  "line": 93,
                                  "column": 6
                                },
                                "end": {
                                  "line": 98,
                                  "column": 9
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 3167,
                                "end": 3532,
                                "loc": {
                                  "start": {
                                    "line": 93,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 98,
                                    "column": 8
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3167,
                                  "end": 3179,
                                  "loc": {
                                    "start": {
                                      "line": 93,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 93,
                                      "column": 18
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 3167,
                                    "end": 3174,
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 13
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 3167,
                                      "end": 3172,
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 93,
                                          "column": 11
                                        },
                                        "identifierName": "Utils"
                                      },
                                      "name": "Utils"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3173,
                                      "end": 3174,
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 93,
                                          "column": 13
                                        },
                                        "identifierName": "_"
                                      },
                                      "name": "_"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3175,
                                    "end": 3179,
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 18
                                      },
                                      "identifierName": "each"
                                    },
                                    "name": "each"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 3180,
                                    "end": 3198,
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 3180,
                                      "end": 3187,
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 93,
                                          "column": 26
                                        },
                                        "identifierName": "options"
                                      },
                                      "name": "options"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3188,
                                      "end": 3198,
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 93,
                                          "column": 37
                                        },
                                        "identifierName": "uniqueKeys"
                                      },
                                      "name": "uniqueKeys"
                                    },
                                    "computed": false
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "start": 3200,
                                    "end": 3531,
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 98,
                                        "column": 7
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 3209,
                                        "end": 3216,
                                        "loc": {
                                          "start": {
                                            "line": 93,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 93,
                                            "column": 55
                                          },
                                          "identifierName": "columns"
                                        },
                                        "name": "columns"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 3218,
                                        "end": 3227,
                                        "loc": {
                                          "start": {
                                            "line": 93,
                                            "column": 57
                                          },
                                          "end": {
                                            "line": 93,
                                            "column": 66
                                          },
                                          "identifierName": "indexName"
                                        },
                                        "name": "indexName"
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 3229,
                                      "end": 3531,
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 68
                                        },
                                        "end": {
                                          "line": 98,
                                          "column": 7
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "IfStatement",
                                          "start": 3239,
                                          "end": 3360,
                                          "loc": {
                                            "start": {
                                              "line": 94,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 96,
                                              "column": 9
                                            }
                                          },
                                          "test": {
                                            "type": "UnaryExpression",
                                            "start": 3243,
                                            "end": 3271,
                                            "loc": {
                                              "start": {
                                                "line": 94,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 94,
                                                "column": 40
                                              }
                                            },
                                            "operator": "!",
                                            "prefix": true,
                                            "argument": {
                                              "type": "CallExpression",
                                              "start": 3244,
                                              "end": 3271,
                                              "loc": {
                                                "start": {
                                                  "line": 94,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 94,
                                                  "column": 40
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 3244,
                                                "end": 3260,
                                                "loc": {
                                                  "start": {
                                                    "line": 94,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 94,
                                                    "column": 29
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3244,
                                                  "end": 3251,
                                                  "loc": {
                                                    "start": {
                                                      "line": 94,
                                                      "column": 13
                                                    },
                                                    "end": {
                                                      "line": 94,
                                                      "column": 20
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3244,
                                                    "end": 3249,
                                                    "loc": {
                                                      "start": {
                                                        "line": 94,
                                                        "column": 13
                                                      },
                                                      "end": {
                                                        "line": 94,
                                                        "column": 18
                                                      },
                                                      "identifierName": "Utils"
                                                    },
                                                    "name": "Utils"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3250,
                                                    "end": 3251,
                                                    "loc": {
                                                      "start": {
                                                        "line": 94,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 94,
                                                        "column": 20
                                                      },
                                                      "identifierName": "_"
                                                    },
                                                    "name": "_"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3252,
                                                  "end": 3260,
                                                  "loc": {
                                                    "start": {
                                                      "line": 94,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 94,
                                                      "column": 29
                                                    },
                                                    "identifierName": "isString"
                                                  },
                                                  "name": "isString"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 3261,
                                                  "end": 3270,
                                                  "loc": {
                                                    "start": {
                                                      "line": 94,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 94,
                                                      "column": 39
                                                    },
                                                    "identifierName": "indexName"
                                                  },
                                                  "name": "indexName"
                                                }
                                              ]
                                            },
                                            "extra": {
                                              "parenthesizedArgument": false
                                            }
                                          },
                                          "consequent": {
                                            "type": "BlockStatement",
                                            "start": 3273,
                                            "end": 3360,
                                            "loc": {
                                              "start": {
                                                "line": 94,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 96,
                                                "column": 9
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 3285,
                                                "end": 3350,
                                                "loc": {
                                                  "start": {
                                                    "line": 95,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 95,
                                                    "column": 75
                                                  }
                                                },
                                                "expression": {
                                                  "type": "AssignmentExpression",
                                                  "start": 3285,
                                                  "end": 3349,
                                                  "loc": {
                                                    "start": {
                                                      "line": 95,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 95,
                                                      "column": 74
                                                    }
                                                  },
                                                  "operator": "=",
                                                  "left": {
                                                    "type": "Identifier",
                                                    "start": 3285,
                                                    "end": 3294,
                                                    "loc": {
                                                      "start": {
                                                        "line": 95,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 95,
                                                        "column": 19
                                                      },
                                                      "identifierName": "indexName"
                                                    },
                                                    "name": "indexName"
                                                  },
                                                  "right": {
                                                    "type": "BinaryExpression",
                                                    "start": 3297,
                                                    "end": 3349,
                                                    "loc": {
                                                      "start": {
                                                        "line": 95,
                                                        "column": 22
                                                      },
                                                      "end": {
                                                        "line": 95,
                                                        "column": 74
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "BinaryExpression",
                                                      "start": 3297,
                                                      "end": 3322,
                                                      "loc": {
                                                        "start": {
                                                          "line": 95,
                                                          "column": 22
                                                        },
                                                        "end": {
                                                          "line": 95,
                                                          "column": 47
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "BinaryExpression",
                                                        "start": 3297,
                                                        "end": 3316,
                                                        "loc": {
                                                          "start": {
                                                            "line": 95,
                                                            "column": 22
                                                          },
                                                          "end": {
                                                            "line": 95,
                                                            "column": 41
                                                          }
                                                        },
                                                        "left": {
                                                          "type": "StringLiteral",
                                                          "start": 3297,
                                                          "end": 3304,
                                                          "loc": {
                                                            "start": {
                                                              "line": 95,
                                                              "column": 22
                                                            },
                                                            "end": {
                                                              "line": 95,
                                                              "column": 29
                                                            }
                                                          },
                                                          "extra": {
                                                            "rawValue": "uniq_",
                                                            "raw": "'uniq_'"
                                                          },
                                                          "value": "uniq_"
                                                        },
                                                        "operator": "+",
                                                        "right": {
                                                          "type": "Identifier",
                                                          "start": 3307,
                                                          "end": 3316,
                                                          "loc": {
                                                            "start": {
                                                              "line": 95,
                                                              "column": 32
                                                            },
                                                            "end": {
                                                              "line": 95,
                                                              "column": 41
                                                            },
                                                            "identifierName": "tableName"
                                                          },
                                                          "name": "tableName"
                                                        }
                                                      },
                                                      "operator": "+",
                                                      "right": {
                                                        "type": "StringLiteral",
                                                        "start": 3319,
                                                        "end": 3322,
                                                        "loc": {
                                                          "start": {
                                                            "line": 95,
                                                            "column": 44
                                                          },
                                                          "end": {
                                                            "line": 95,
                                                            "column": 47
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": "_",
                                                          "raw": "'_'"
                                                        },
                                                        "value": "_"
                                                      }
                                                    },
                                                    "operator": "+",
                                                    "right": {
                                                      "type": "CallExpression",
                                                      "start": 3325,
                                                      "end": 3349,
                                                      "loc": {
                                                        "start": {
                                                          "line": 95,
                                                          "column": 50
                                                        },
                                                        "end": {
                                                          "line": 95,
                                                          "column": 74
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 3325,
                                                        "end": 3344,
                                                        "loc": {
                                                          "start": {
                                                            "line": 95,
                                                            "column": 50
                                                          },
                                                          "end": {
                                                            "line": 95,
                                                            "column": 69
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 3325,
                                                          "end": 3339,
                                                          "loc": {
                                                            "start": {
                                                              "line": 95,
                                                              "column": 50
                                                            },
                                                            "end": {
                                                              "line": 95,
                                                              "column": 64
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 3325,
                                                            "end": 3332,
                                                            "loc": {
                                                              "start": {
                                                                "line": 95,
                                                                "column": 50
                                                              },
                                                              "end": {
                                                                "line": 95,
                                                                "column": 57
                                                              },
                                                              "identifierName": "columns"
                                                            },
                                                            "name": "columns"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 3333,
                                                            "end": 3339,
                                                            "loc": {
                                                              "start": {
                                                                "line": 95,
                                                                "column": 58
                                                              },
                                                              "end": {
                                                                "line": 95,
                                                                "column": 64
                                                              },
                                                              "identifierName": "fields"
                                                            },
                                                            "name": "fields"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 3340,
                                                          "end": 3344,
                                                          "loc": {
                                                            "start": {
                                                              "line": 95,
                                                              "column": 65
                                                            },
                                                            "end": {
                                                              "line": 95,
                                                              "column": 69
                                                            },
                                                            "identifierName": "join"
                                                          },
                                                          "name": "join"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "StringLiteral",
                                                          "start": 3345,
                                                          "end": 3348,
                                                          "loc": {
                                                            "start": {
                                                              "line": 95,
                                                              "column": 70
                                                            },
                                                            "end": {
                                                              "line": 95,
                                                              "column": 73
                                                            }
                                                          },
                                                          "extra": {
                                                            "rawValue": "_",
                                                            "raw": "'_'"
                                                          },
                                                          "value": "_"
                                                        }
                                                      ]
                                                    }
                                                  }
                                                }
                                              }
                                            ],
                                            "directives": []
                                          },
                                          "alternate": null
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 3369,
                                          "end": 3523,
                                          "loc": {
                                            "start": {
                                              "line": 97,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 97,
                                              "column": 162
                                            }
                                          },
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "start": 3369,
                                            "end": 3522,
                                            "loc": {
                                              "start": {
                                                "line": 97,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 97,
                                                "column": 161
                                              }
                                            },
                                            "operator": "+=",
                                            "left": {
                                              "type": "MemberExpression",
                                              "start": 3369,
                                              "end": 3386,
                                              "loc": {
                                                "start": {
                                                  "line": 97,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 97,
                                                  "column": 25
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3369,
                                                "end": 3375,
                                                "loc": {
                                                  "start": {
                                                    "line": 97,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 97,
                                                    "column": 14
                                                  },
                                                  "identifierName": "values"
                                                },
                                                "name": "values"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3376,
                                                "end": 3386,
                                                "loc": {
                                                  "start": {
                                                    "line": 97,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 97,
                                                    "column": 25
                                                  },
                                                  "identifierName": "attributes"
                                                },
                                                "name": "attributes"
                                              },
                                              "computed": false
                                            },
                                            "right": {
                                              "type": "BinaryExpression",
                                              "start": 3390,
                                              "end": 3522,
                                              "loc": {
                                                "start": {
                                                  "line": 97,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 97,
                                                  "column": 161
                                                }
                                              },
                                              "left": {
                                                "type": "BinaryExpression",
                                                "start": 3390,
                                                "end": 3516,
                                                "loc": {
                                                  "start": {
                                                    "line": 97,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 97,
                                                    "column": 155
                                                  }
                                                },
                                                "left": {
                                                  "type": "BinaryExpression",
                                                  "start": 3390,
                                                  "end": 3453,
                                                  "loc": {
                                                    "start": {
                                                      "line": 97,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 97,
                                                      "column": 92
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "BinaryExpression",
                                                    "start": 3390,
                                                    "end": 3439,
                                                    "loc": {
                                                      "start": {
                                                        "line": 97,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 97,
                                                        "column": 78
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "StringLiteral",
                                                      "start": 3390,
                                                      "end": 3405,
                                                      "loc": {
                                                        "start": {
                                                          "line": 97,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 97,
                                                          "column": 44
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": ", CONSTRAINT ",
                                                        "raw": "', CONSTRAINT '"
                                                      },
                                                      "value": ", CONSTRAINT "
                                                    },
                                                    "operator": "+",
                                                    "right": {
                                                      "type": "CallExpression",
                                                      "start": 3408,
                                                      "end": 3439,
                                                      "loc": {
                                                        "start": {
                                                          "line": 97,
                                                          "column": 47
                                                        },
                                                        "end": {
                                                          "line": 97,
                                                          "column": 78
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 3408,
                                                        "end": 3428,
                                                        "loc": {
                                                          "start": {
                                                            "line": 97,
                                                            "column": 47
                                                          },
                                                          "end": {
                                                            "line": 97,
                                                            "column": 67
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 3408,
                                                          "end": 3412,
                                                          "loc": {
                                                            "start": {
                                                              "line": 97,
                                                              "column": 47
                                                            },
                                                            "end": {
                                                              "line": 97,
                                                              "column": 51
                                                            },
                                                            "identifierName": "self"
                                                          },
                                                          "name": "self"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 3413,
                                                          "end": 3428,
                                                          "loc": {
                                                            "start": {
                                                              "line": 97,
                                                              "column": 52
                                                            },
                                                            "end": {
                                                              "line": 97,
                                                              "column": 67
                                                            },
                                                            "identifierName": "quoteIdentifier"
                                                          },
                                                          "name": "quoteIdentifier"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "start": 3429,
                                                          "end": 3438,
                                                          "loc": {
                                                            "start": {
                                                              "line": 97,
                                                              "column": 68
                                                            },
                                                            "end": {
                                                              "line": 97,
                                                              "column": 77
                                                            },
                                                            "identifierName": "indexName"
                                                          },
                                                          "name": "indexName"
                                                        }
                                                      ]
                                                    }
                                                  },
                                                  "operator": "+",
                                                  "right": {
                                                    "type": "StringLiteral",
                                                    "start": 3442,
                                                    "end": 3453,
                                                    "loc": {
                                                      "start": {
                                                        "line": 97,
                                                        "column": 81
                                                      },
                                                      "end": {
                                                        "line": 97,
                                                        "column": 92
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": " UNIQUE (",
                                                      "raw": "' UNIQUE ('"
                                                    },
                                                    "value": " UNIQUE ("
                                                  }
                                                },
                                                "operator": "+",
                                                "right": {
                                                  "type": "CallExpression",
                                                  "start": 3456,
                                                  "end": 3516,
                                                  "loc": {
                                                    "start": {
                                                      "line": 97,
                                                      "column": 95
                                                    },
                                                    "end": {
                                                      "line": 97,
                                                      "column": 155
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 3456,
                                                    "end": 3510,
                                                    "loc": {
                                                      "start": {
                                                        "line": 97,
                                                        "column": 95
                                                      },
                                                      "end": {
                                                        "line": 97,
                                                        "column": 149
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "CallExpression",
                                                      "start": 3456,
                                                      "end": 3505,
                                                      "loc": {
                                                        "start": {
                                                          "line": 97,
                                                          "column": 95
                                                        },
                                                        "end": {
                                                          "line": 97,
                                                          "column": 144
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 3456,
                                                        "end": 3467,
                                                        "loc": {
                                                          "start": {
                                                            "line": 97,
                                                            "column": 95
                                                          },
                                                          "end": {
                                                            "line": 97,
                                                            "column": 106
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 3456,
                                                          "end": 3463,
                                                          "loc": {
                                                            "start": {
                                                              "line": 97,
                                                              "column": 95
                                                            },
                                                            "end": {
                                                              "line": 97,
                                                              "column": 102
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 3456,
                                                            "end": 3461,
                                                            "loc": {
                                                              "start": {
                                                                "line": 97,
                                                                "column": 95
                                                              },
                                                              "end": {
                                                                "line": 97,
                                                                "column": 100
                                                              },
                                                              "identifierName": "Utils"
                                                            },
                                                            "name": "Utils"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 3462,
                                                            "end": 3463,
                                                            "loc": {
                                                              "start": {
                                                                "line": 97,
                                                                "column": 101
                                                              },
                                                              "end": {
                                                                "line": 97,
                                                                "column": 102
                                                              },
                                                              "identifierName": "_"
                                                            },
                                                            "name": "_"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 3464,
                                                          "end": 3467,
                                                          "loc": {
                                                            "start": {
                                                              "line": 97,
                                                              "column": 103
                                                            },
                                                            "end": {
                                                              "line": 97,
                                                              "column": 106
                                                            },
                                                            "identifierName": "map"
                                                          },
                                                          "name": "map"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "MemberExpression",
                                                          "start": 3468,
                                                          "end": 3482,
                                                          "loc": {
                                                            "start": {
                                                              "line": 97,
                                                              "column": 107
                                                            },
                                                            "end": {
                                                              "line": 97,
                                                              "column": 121
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 3468,
                                                            "end": 3475,
                                                            "loc": {
                                                              "start": {
                                                                "line": 97,
                                                                "column": 107
                                                              },
                                                              "end": {
                                                                "line": 97,
                                                                "column": 114
                                                              },
                                                              "identifierName": "columns"
                                                            },
                                                            "name": "columns"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 3476,
                                                            "end": 3482,
                                                            "loc": {
                                                              "start": {
                                                                "line": 97,
                                                                "column": 115
                                                              },
                                                              "end": {
                                                                "line": 97,
                                                                "column": 121
                                                              },
                                                              "identifierName": "fields"
                                                            },
                                                            "name": "fields"
                                                          },
                                                          "computed": false
                                                        },
                                                        {
                                                          "type": "MemberExpression",
                                                          "start": 3484,
                                                          "end": 3504,
                                                          "loc": {
                                                            "start": {
                                                              "line": 97,
                                                              "column": 123
                                                            },
                                                            "end": {
                                                              "line": 97,
                                                              "column": 143
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 3484,
                                                            "end": 3488,
                                                            "loc": {
                                                              "start": {
                                                                "line": 97,
                                                                "column": 123
                                                              },
                                                              "end": {
                                                                "line": 97,
                                                                "column": 127
                                                              },
                                                              "identifierName": "self"
                                                            },
                                                            "name": "self"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 3489,
                                                            "end": 3504,
                                                            "loc": {
                                                              "start": {
                                                                "line": 97,
                                                                "column": 128
                                                              },
                                                              "end": {
                                                                "line": 97,
                                                                "column": 143
                                                              },
                                                              "identifierName": "quoteIdentifier"
                                                            },
                                                            "name": "quoteIdentifier"
                                                          },
                                                          "computed": false
                                                        }
                                                      ]
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3506,
                                                      "end": 3510,
                                                      "loc": {
                                                        "start": {
                                                          "line": 97,
                                                          "column": 145
                                                        },
                                                        "end": {
                                                          "line": 97,
                                                          "column": 149
                                                        },
                                                        "identifierName": "join"
                                                      },
                                                      "name": "join"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "StringLiteral",
                                                      "start": 3511,
                                                      "end": 3515,
                                                      "loc": {
                                                        "start": {
                                                          "line": 97,
                                                          "column": 150
                                                        },
                                                        "end": {
                                                          "line": 97,
                                                          "column": 154
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": ", ",
                                                        "raw": "', '"
                                                      },
                                                      "value": ", "
                                                    }
                                                  ]
                                                }
                                              },
                                              "operator": "+",
                                              "right": {
                                                "type": "StringLiteral",
                                                "start": 3519,
                                                "end": 3522,
                                                "loc": {
                                                  "start": {
                                                    "line": 97,
                                                    "column": 158
                                                  },
                                                  "end": {
                                                    "line": 97,
                                                    "column": 161
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": ")",
                                                  "raw": "')'"
                                                },
                                                "value": ")"
                                              }
                                            }
                                          }
                                        }
                                      ],
                                      "directives": []
                                    }
                                  }
                                ]
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "IfStatement",
                        "start": 3545,
                        "end": 3640,
                        "loc": {
                          "start": {
                            "line": 101,
                            "column": 4
                          },
                          "end": {
                            "line": 103,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 3549,
                          "end": 3568,
                          "loc": {
                            "start": {
                              "line": 101,
                              "column": 8
                            },
                            "end": {
                              "line": 101,
                              "column": 27
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 3549,
                            "end": 3564,
                            "loc": {
                              "start": {
                                "line": 101,
                                "column": 8
                              },
                              "end": {
                                "line": 101,
                                "column": 23
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 3549,
                              "end": 3557,
                              "loc": {
                                "start": {
                                  "line": 101,
                                  "column": 8
                                },
                                "end": {
                                  "line": 101,
                                  "column": 16
                                },
                                "identifierName": "pkString"
                              },
                              "name": "pkString"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3558,
                              "end": 3564,
                              "loc": {
                                "start": {
                                  "line": 101,
                                  "column": 17
                                },
                                "end": {
                                  "line": 101,
                                  "column": 23
                                },
                                "identifierName": "length"
                              },
                              "name": "length"
                            },
                            "computed": false
                          },
                          "operator": ">",
                          "right": {
                            "type": "NumericLiteral",
                            "start": 3567,
                            "end": 3568,
                            "loc": {
                              "start": {
                                "line": 101,
                                "column": 26
                              },
                              "end": {
                                "line": 101,
                                "column": 27
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 3570,
                          "end": 3640,
                          "loc": {
                            "start": {
                              "line": 101,
                              "column": 29
                            },
                            "end": {
                              "line": 103,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 3578,
                              "end": 3634,
                              "loc": {
                                "start": {
                                  "line": 102,
                                  "column": 6
                                },
                                "end": {
                                  "line": 102,
                                  "column": 62
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 3578,
                                "end": 3633,
                                "loc": {
                                  "start": {
                                    "line": 102,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 102,
                                    "column": 61
                                  }
                                },
                                "operator": "+=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 3578,
                                  "end": 3595,
                                  "loc": {
                                    "start": {
                                      "line": 102,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 102,
                                      "column": 23
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3578,
                                    "end": 3584,
                                    "loc": {
                                      "start": {
                                        "line": 102,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 102,
                                        "column": 12
                                      },
                                      "identifierName": "values"
                                    },
                                    "name": "values"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3585,
                                    "end": 3595,
                                    "loc": {
                                      "start": {
                                        "line": 102,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 102,
                                        "column": 23
                                      },
                                      "identifierName": "attributes"
                                    },
                                    "name": "attributes"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 3599,
                                  "end": 3633,
                                  "loc": {
                                    "start": {
                                      "line": 102,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 102,
                                      "column": 61
                                    }
                                  },
                                  "left": {
                                    "type": "BinaryExpression",
                                    "start": 3599,
                                    "end": 3627,
                                    "loc": {
                                      "start": {
                                        "line": 102,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 102,
                                        "column": 55
                                      }
                                    },
                                    "left": {
                                      "type": "StringLiteral",
                                      "start": 3599,
                                      "end": 3616,
                                      "loc": {
                                        "start": {
                                          "line": 102,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 102,
                                          "column": 44
                                        }
                                      },
                                      "extra": {
                                        "rawValue": ", PRIMARY KEY (",
                                        "raw": "', PRIMARY KEY ('"
                                      },
                                      "value": ", PRIMARY KEY ("
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "Identifier",
                                      "start": 3619,
                                      "end": 3627,
                                      "loc": {
                                        "start": {
                                          "line": 102,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 102,
                                          "column": 55
                                        },
                                        "identifierName": "pkString"
                                      },
                                      "name": "pkString"
                                    }
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 3630,
                                    "end": 3633,
                                    "loc": {
                                      "start": {
                                        "line": 102,
                                        "column": 58
                                      },
                                      "end": {
                                        "line": 102,
                                        "column": 61
                                      }
                                    },
                                    "extra": {
                                      "rawValue": ")",
                                      "raw": "')'"
                                    },
                                    "value": ")"
                                  }
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "ForInStatement",
                        "start": 3646,
                        "end": 3841,
                        "loc": {
                          "start": {
                            "line": 105,
                            "column": 4
                          },
                          "end": {
                            "line": 109,
                            "column": 5
                          }
                        },
                        "left": {
                          "type": "VariableDeclaration",
                          "start": 3651,
                          "end": 3659,
                          "loc": {
                            "start": {
                              "line": 105,
                              "column": 9
                            },
                            "end": {
                              "line": 105,
                              "column": 17
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 3655,
                              "end": 3659,
                              "loc": {
                                "start": {
                                  "line": 105,
                                  "column": 13
                                },
                                "end": {
                                  "line": 105,
                                  "column": 17
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 3655,
                                "end": 3659,
                                "loc": {
                                  "start": {
                                    "line": 105,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 105,
                                    "column": 17
                                  },
                                  "identifierName": "fkey"
                                },
                                "name": "fkey"
                              },
                              "init": null
                            }
                          ],
                          "kind": "var"
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 3663,
                          "end": 3674,
                          "loc": {
                            "start": {
                              "line": 105,
                              "column": 21
                            },
                            "end": {
                              "line": 105,
                              "column": 32
                            },
                            "identifierName": "foreignKeys"
                          },
                          "name": "foreignKeys"
                        },
                        "body": {
                          "type": "BlockStatement",
                          "start": 3676,
                          "end": 3841,
                          "loc": {
                            "start": {
                              "line": 105,
                              "column": 34
                            },
                            "end": {
                              "line": 109,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "IfStatement",
                              "start": 3684,
                              "end": 3835,
                              "loc": {
                                "start": {
                                  "line": 106,
                                  "column": 6
                                },
                                "end": {
                                  "line": 108,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "CallExpression",
                                "start": 3688,
                                "end": 3720,
                                "loc": {
                                  "start": {
                                    "line": 106,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 106,
                                    "column": 42
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3688,
                                  "end": 3714,
                                  "loc": {
                                    "start": {
                                      "line": 106,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 106,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3688,
                                    "end": 3699,
                                    "loc": {
                                      "start": {
                                        "line": 106,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 106,
                                        "column": 21
                                      },
                                      "identifierName": "foreignKeys"
                                    },
                                    "name": "foreignKeys"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3700,
                                    "end": 3714,
                                    "loc": {
                                      "start": {
                                        "line": 106,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 106,
                                        "column": 36
                                      },
                                      "identifierName": "hasOwnProperty"
                                    },
                                    "name": "hasOwnProperty"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 3715,
                                    "end": 3719,
                                    "loc": {
                                      "start": {
                                        "line": 106,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 106,
                                        "column": 41
                                      },
                                      "identifierName": "fkey"
                                    },
                                    "name": "fkey"
                                  }
                                ]
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 3722,
                                "end": 3835,
                                "loc": {
                                  "start": {
                                    "line": 106,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 108,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 3732,
                                    "end": 3827,
                                    "loc": {
                                      "start": {
                                        "line": 107,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 107,
                                        "column": 103
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 3732,
                                      "end": 3826,
                                      "loc": {
                                        "start": {
                                          "line": 107,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 107,
                                          "column": 102
                                        }
                                      },
                                      "operator": "+=",
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 3732,
                                        "end": 3749,
                                        "loc": {
                                          "start": {
                                            "line": 107,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 107,
                                            "column": 25
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3732,
                                          "end": 3738,
                                          "loc": {
                                            "start": {
                                              "line": 107,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 107,
                                              "column": 14
                                            },
                                            "identifierName": "values"
                                          },
                                          "name": "values"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3739,
                                          "end": 3749,
                                          "loc": {
                                            "start": {
                                              "line": 107,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 107,
                                              "column": 25
                                            },
                                            "identifierName": "attributes"
                                          },
                                          "name": "attributes"
                                        },
                                        "computed": false
                                      },
                                      "right": {
                                        "type": "BinaryExpression",
                                        "start": 3753,
                                        "end": 3826,
                                        "loc": {
                                          "start": {
                                            "line": 107,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 107,
                                            "column": 102
                                          }
                                        },
                                        "left": {
                                          "type": "BinaryExpression",
                                          "start": 3753,
                                          "end": 3806,
                                          "loc": {
                                            "start": {
                                              "line": 107,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 107,
                                              "column": 82
                                            }
                                          },
                                          "left": {
                                            "type": "BinaryExpression",
                                            "start": 3753,
                                            "end": 3799,
                                            "loc": {
                                              "start": {
                                                "line": 107,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 107,
                                                "column": 75
                                              }
                                            },
                                            "left": {
                                              "type": "StringLiteral",
                                              "start": 3753,
                                              "end": 3770,
                                              "loc": {
                                                "start": {
                                                  "line": 107,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 107,
                                                  "column": 46
                                                }
                                              },
                                              "extra": {
                                                "rawValue": ", FOREIGN KEY (",
                                                "raw": "', FOREIGN KEY ('"
                                              },
                                              "value": ", FOREIGN KEY ("
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "CallExpression",
                                              "start": 3773,
                                              "end": 3799,
                                              "loc": {
                                                "start": {
                                                  "line": 107,
                                                  "column": 49
                                                },
                                                "end": {
                                                  "line": 107,
                                                  "column": 75
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 3773,
                                                "end": 3793,
                                                "loc": {
                                                  "start": {
                                                    "line": 107,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 107,
                                                    "column": 69
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 3773,
                                                  "end": 3777,
                                                  "loc": {
                                                    "start": {
                                                      "line": 107,
                                                      "column": 49
                                                    },
                                                    "end": {
                                                      "line": 107,
                                                      "column": 53
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3778,
                                                  "end": 3793,
                                                  "loc": {
                                                    "start": {
                                                      "line": 107,
                                                      "column": 54
                                                    },
                                                    "end": {
                                                      "line": 107,
                                                      "column": 69
                                                    },
                                                    "identifierName": "quoteIdentifier"
                                                  },
                                                  "name": "quoteIdentifier"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 3794,
                                                  "end": 3798,
                                                  "loc": {
                                                    "start": {
                                                      "line": 107,
                                                      "column": 70
                                                    },
                                                    "end": {
                                                      "line": 107,
                                                      "column": 74
                                                    },
                                                    "identifierName": "fkey"
                                                  },
                                                  "name": "fkey"
                                                }
                                              ]
                                            }
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "StringLiteral",
                                            "start": 3802,
                                            "end": 3806,
                                            "loc": {
                                              "start": {
                                                "line": 107,
                                                "column": 78
                                              },
                                              "end": {
                                                "line": 107,
                                                "column": 82
                                              }
                                            },
                                            "extra": {
                                              "rawValue": ") ",
                                              "raw": "') '"
                                            },
                                            "value": ") "
                                          }
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "MemberExpression",
                                          "start": 3809,
                                          "end": 3826,
                                          "loc": {
                                            "start": {
                                              "line": 107,
                                              "column": 85
                                            },
                                            "end": {
                                              "line": 107,
                                              "column": 102
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3809,
                                            "end": 3820,
                                            "loc": {
                                              "start": {
                                                "line": 107,
                                                "column": 85
                                              },
                                              "end": {
                                                "line": 107,
                                                "column": 96
                                              },
                                              "identifierName": "foreignKeys"
                                            },
                                            "name": "foreignKeys"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3821,
                                            "end": 3825,
                                            "loc": {
                                              "start": {
                                                "line": 107,
                                                "column": 97
                                              },
                                              "end": {
                                                "line": 107,
                                                "column": 101
                                              },
                                              "identifierName": "fkey"
                                            },
                                            "name": "fkey"
                                          },
                                          "computed": true
                                        }
                                      }
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": null
                            }
                          ],
                          "directives": []
                        }
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 3847,
                        "end": 3899,
                        "loc": {
                          "start": {
                            "line": 111,
                            "column": 4
                          },
                          "end": {
                            "line": 111,
                            "column": 56
                          }
                        },
                        "argument": {
                          "type": "BinaryExpression",
                          "start": 3854,
                          "end": 3898,
                          "loc": {
                            "start": {
                              "line": 111,
                              "column": 11
                            },
                            "end": {
                              "line": 111,
                              "column": 55
                            }
                          },
                          "left": {
                            "type": "CallExpression",
                            "start": 3854,
                            "end": 3892,
                            "loc": {
                              "start": {
                                "line": 111,
                                "column": 11
                              },
                              "end": {
                                "line": 111,
                                "column": 49
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3854,
                              "end": 3890,
                              "loc": {
                                "start": {
                                  "line": 111,
                                  "column": 11
                                },
                                "end": {
                                  "line": 111,
                                  "column": 47
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 3854,
                                "end": 3885,
                                "loc": {
                                  "start": {
                                    "line": 111,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 111,
                                    "column": 42
                                  }
                                },
                                "callee": {
                                  "type": "CallExpression",
                                  "start": 3854,
                                  "end": 3877,
                                  "loc": {
                                    "start": {
                                      "line": 111,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 111,
                                      "column": 34
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 3854,
                                    "end": 3870,
                                    "loc": {
                                      "start": {
                                        "line": 111,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 111,
                                        "column": 27
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 3854,
                                      "end": 3861,
                                      "loc": {
                                        "start": {
                                          "line": 111,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 111,
                                          "column": 18
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3854,
                                        "end": 3859,
                                        "loc": {
                                          "start": {
                                            "line": 111,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 111,
                                            "column": 16
                                          },
                                          "identifierName": "Utils"
                                        },
                                        "name": "Utils"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3860,
                                        "end": 3861,
                                        "loc": {
                                          "start": {
                                            "line": 111,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 111,
                                            "column": 18
                                          },
                                          "identifierName": "_"
                                        },
                                        "name": "_"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3862,
                                      "end": 3870,
                                      "loc": {
                                        "start": {
                                          "line": 111,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 111,
                                          "column": 27
                                        },
                                        "identifierName": "template"
                                      },
                                      "name": "template"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 3871,
                                      "end": 3876,
                                      "loc": {
                                        "start": {
                                          "line": 111,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 111,
                                          "column": 33
                                        },
                                        "identifierName": "query"
                                      },
                                      "name": "query"
                                    }
                                  ]
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 3878,
                                    "end": 3884,
                                    "loc": {
                                      "start": {
                                        "line": 111,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 111,
                                        "column": 41
                                      },
                                      "identifierName": "values"
                                    },
                                    "name": "values"
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3886,
                                "end": 3890,
                                "loc": {
                                  "start": {
                                    "line": 111,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 111,
                                    "column": 47
                                  },
                                  "identifierName": "trim"
                                },
                                "name": "trim"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          "operator": "+",
                          "right": {
                            "type": "StringLiteral",
                            "start": 3895,
                            "end": 3898,
                            "loc": {
                              "start": {
                                "line": 111,
                                "column": 52
                              },
                              "end": {
                                "line": 111,
                                "column": 55
                              }
                            },
                            "extra": {
                              "rawValue": ";",
                              "raw": "';'"
                            },
                            "value": ";"
                          }
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 3908,
                  "end": 5148,
                  "loc": {
                    "start": {
                      "line": 114,
                      "column": 2
                    },
                    "end": {
                      "line": 145,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 3908,
                    "end": 3926,
                    "loc": {
                      "start": {
                        "line": 114,
                        "column": 2
                      },
                      "end": {
                        "line": 114,
                        "column": 20
                      },
                      "identifierName": "describeTableQuery"
                    },
                    "name": "describeTableQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 3927,
                      "end": 3936,
                      "loc": {
                        "start": {
                          "line": 114,
                          "column": 21
                        },
                        "end": {
                          "line": 114,
                          "column": 30
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    },
                    {
                      "type": "Identifier",
                      "start": 3938,
                      "end": 3944,
                      "loc": {
                        "start": {
                          "line": 114,
                          "column": 32
                        },
                        "end": {
                          "line": 114,
                          "column": 38
                        },
                        "identifierName": "schema"
                      },
                      "name": "schema"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 3946,
                    "end": 5148,
                    "loc": {
                      "start": {
                        "line": 114,
                        "column": 40
                      },
                      "end": {
                        "line": 145,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 3952,
                        "end": 5039,
                        "loc": {
                          "start": {
                            "line": 115,
                            "column": 4
                          },
                          "end": {
                            "line": 138,
                            "column": 16
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 3956,
                            "end": 5038,
                            "loc": {
                              "start": {
                                "line": 115,
                                "column": 8
                              },
                              "end": {
                                "line": 138,
                                "column": 15
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 3956,
                              "end": 3959,
                              "loc": {
                                "start": {
                                  "line": 115,
                                  "column": 8
                                },
                                "end": {
                                  "line": 115,
                                  "column": 11
                                },
                                "identifierName": "sql"
                              },
                              "name": "sql"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 3962,
                              "end": 5038,
                              "loc": {
                                "start": {
                                  "line": 115,
                                  "column": 14
                                },
                                "end": {
                                  "line": 138,
                                  "column": 15
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3962,
                                "end": 5033,
                                "loc": {
                                  "start": {
                                    "line": 115,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 138,
                                    "column": 10
                                  }
                                },
                                "object": {
                                  "type": "ArrayExpression",
                                  "start": 3962,
                                  "end": 5028,
                                  "loc": {
                                    "start": {
                                      "line": 115,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 138,
                                      "column": 5
                                    }
                                  },
                                  "elements": [
                                    {
                                      "type": "StringLiteral",
                                      "start": 3970,
                                      "end": 3978,
                                      "loc": {
                                        "start": {
                                          "line": 116,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 116,
                                          "column": 14
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "SELECT",
                                        "raw": "'SELECT'"
                                      },
                                      "value": "SELECT"
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 3986,
                                      "end": 4012,
                                      "loc": {
                                        "start": {
                                          "line": 117,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 117,
                                          "column": 32
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "c.COLUMN_NAME AS 'Name',",
                                        "raw": "\"c.COLUMN_NAME AS 'Name',\""
                                      },
                                      "value": "c.COLUMN_NAME AS 'Name',"
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 4020,
                                      "end": 4044,
                                      "loc": {
                                        "start": {
                                          "line": 118,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 118,
                                          "column": 30
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "c.DATA_TYPE AS 'Type',",
                                        "raw": "\"c.DATA_TYPE AS 'Type',\""
                                      },
                                      "value": "c.DATA_TYPE AS 'Type',"
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 4052,
                                      "end": 4093,
                                      "loc": {
                                        "start": {
                                          "line": 119,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 119,
                                          "column": 47
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "c.CHARACTER_MAXIMUM_LENGTH AS 'Length',",
                                        "raw": "\"c.CHARACTER_MAXIMUM_LENGTH AS 'Length',\""
                                      },
                                      "value": "c.CHARACTER_MAXIMUM_LENGTH AS 'Length',"
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 4101,
                                      "end": 4129,
                                      "loc": {
                                        "start": {
                                          "line": 120,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 120,
                                          "column": 34
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "c.IS_NULLABLE as 'IsNull',",
                                        "raw": "\"c.IS_NULLABLE as 'IsNull',\""
                                      },
                                      "value": "c.IS_NULLABLE as 'IsNull',"
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 4137,
                                      "end": 4167,
                                      "loc": {
                                        "start": {
                                          "line": 121,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 121,
                                          "column": 36
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "COLUMN_DEFAULT AS 'Default',",
                                        "raw": "\"COLUMN_DEFAULT AS 'Default',\""
                                      },
                                      "value": "COLUMN_DEFAULT AS 'Default',"
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 4175,
                                      "end": 4211,
                                      "loc": {
                                        "start": {
                                          "line": 122,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 122,
                                          "column": 42
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "pk.CONSTRAINT_TYPE AS 'Constraint'",
                                        "raw": "\"pk.CONSTRAINT_TYPE AS 'Constraint'\""
                                      },
                                      "value": "pk.CONSTRAINT_TYPE AS 'Constraint'"
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 4219,
                                      "end": 4225,
                                      "loc": {
                                        "start": {
                                          "line": 123,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 123,
                                          "column": 12
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "FROM",
                                        "raw": "'FROM'"
                                      },
                                      "value": "FROM"
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 4233,
                                      "end": 4262,
                                      "loc": {
                                        "start": {
                                          "line": 124,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 124,
                                          "column": 35
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "INFORMATION_SCHEMA.TABLES t",
                                        "raw": "'INFORMATION_SCHEMA.TABLES t'"
                                      },
                                      "value": "INFORMATION_SCHEMA.TABLES t"
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 4270,
                                      "end": 4282,
                                      "loc": {
                                        "start": {
                                          "line": 125,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 125,
                                          "column": 18
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "INNER JOIN",
                                        "raw": "'INNER JOIN'"
                                      },
                                      "value": "INNER JOIN"
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 4290,
                                      "end": 4387,
                                      "loc": {
                                        "start": {
                                          "line": 126,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 126,
                                          "column": 103
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "INFORMATION_SCHEMA.COLUMNS c ON t.TABLE_NAME = c.TABLE_NAME AND t.TABLE_SCHEMA = c.TABLE_SCHEMA",
                                        "raw": "'INFORMATION_SCHEMA.COLUMNS c ON t.TABLE_NAME = c.TABLE_NAME AND t.TABLE_SCHEMA = c.TABLE_SCHEMA'"
                                      },
                                      "value": "INFORMATION_SCHEMA.COLUMNS c ON t.TABLE_NAME = c.TABLE_NAME AND t.TABLE_SCHEMA = c.TABLE_SCHEMA"
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 4395,
                                      "end": 4447,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 58
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "LEFT JOIN (SELECT tc.table_schema, tc.table_name, ",
                                        "raw": "'LEFT JOIN (SELECT tc.table_schema, tc.table_name, '"
                                      },
                                      "value": "LEFT JOIN (SELECT tc.table_schema, tc.table_name, "
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 4461,
                                      "end": 4498,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 49
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "cu.column_name, tc.constraint_type ",
                                        "raw": "'cu.column_name, tc.constraint_type '"
                                      },
                                      "value": "cu.column_name, tc.constraint_type "
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 4512,
                                      "end": 4559,
                                      "loc": {
                                        "start": {
                                          "line": 129,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 129,
                                          "column": 59
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "FROM information_schema.TABLE_CONSTRAINTS tc ",
                                        "raw": "'FROM information_schema.TABLE_CONSTRAINTS tc '"
                                      },
                                      "value": "FROM information_schema.TABLE_CONSTRAINTS tc "
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 4573,
                                      "end": 4620,
                                      "loc": {
                                        "start": {
                                          "line": 130,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 130,
                                          "column": 59
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "JOIN information_schema.KEY_COLUMN_USAGE  cu ",
                                        "raw": "'JOIN information_schema.KEY_COLUMN_USAGE  cu '"
                                      },
                                      "value": "JOIN information_schema.KEY_COLUMN_USAGE  cu "
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 4634,
                                      "end": 4703,
                                      "loc": {
                                        "start": {
                                          "line": 131,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 131,
                                          "column": 81
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "ON tc.table_schema=cu.table_schema and tc.table_name=cu.table_name ",
                                        "raw": "'ON tc.table_schema=cu.table_schema and tc.table_name=cu.table_name '"
                                      },
                                      "value": "ON tc.table_schema=cu.table_schema and tc.table_name=cu.table_name "
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 4719,
                                      "end": 4763,
                                      "loc": {
                                        "start": {
                                          "line": 132,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 132,
                                          "column": 58
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "and tc.constraint_name=cu.constraint_name ",
                                        "raw": "'and tc.constraint_name=cu.constraint_name '"
                                      },
                                      "value": "and tc.constraint_name=cu.constraint_name "
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 4779,
                                      "end": 4824,
                                      "loc": {
                                        "start": {
                                          "line": 133,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 133,
                                          "column": 59
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "and tc.constraint_type='PRIMARY KEY') pk ",
                                        "raw": "'and tc.constraint_type=\\'PRIMARY KEY\\') pk '"
                                      },
                                      "value": "and tc.constraint_type='PRIMARY KEY') pk "
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 4836,
                                      "end": 4872,
                                      "loc": {
                                        "start": {
                                          "line": 134,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 134,
                                          "column": 46
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "ON pk.table_schema=c.table_schema ",
                                        "raw": "'ON pk.table_schema=c.table_schema '"
                                      },
                                      "value": "ON pk.table_schema=c.table_schema "
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 4884,
                                      "end": 4917,
                                      "loc": {
                                        "start": {
                                          "line": 135,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 135,
                                          "column": 43
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "AND pk.table_name=c.table_name ",
                                        "raw": "'AND pk.table_name=c.table_name '"
                                      },
                                      "value": "AND pk.table_name=c.table_name "
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 4929,
                                      "end": 4964,
                                      "loc": {
                                        "start": {
                                          "line": 136,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 136,
                                          "column": 45
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "AND pk.column_name=c.column_name ",
                                        "raw": "'AND pk.column_name=c.column_name '"
                                      },
                                      "value": "AND pk.column_name=c.column_name "
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 4972,
                                      "end": 4994,
                                      "loc": {
                                        "start": {
                                          "line": 137,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 137,
                                          "column": 28
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "WHERE t.TABLE_NAME =",
                                        "raw": "'WHERE t.TABLE_NAME ='"
                                      },
                                      "value": "WHERE t.TABLE_NAME ="
                                    },
                                    {
                                      "type": "CallExpression",
                                      "start": 4996,
                                      "end": 5022,
                                      "loc": {
                                        "start": {
                                          "line": 137,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 137,
                                          "column": 56
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 4996,
                                        "end": 5011,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 45
                                          },
                                          "identifierName": "wrapSingleQuote"
                                        },
                                        "name": "wrapSingleQuote"
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 5012,
                                          "end": 5021,
                                          "loc": {
                                            "start": {
                                              "line": 137,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 137,
                                              "column": 55
                                            },
                                            "identifierName": "tableName"
                                          },
                                          "name": "tableName"
                                        }
                                      ]
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5029,
                                  "end": 5033,
                                  "loc": {
                                    "start": {
                                      "line": 138,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 138,
                                      "column": 10
                                    },
                                    "identifierName": "join"
                                  },
                                  "name": "join"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 5034,
                                  "end": 5037,
                                  "loc": {
                                    "start": {
                                      "line": 138,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 138,
                                      "column": 14
                                    }
                                  },
                                  "extra": {
                                    "rawValue": " ",
                                    "raw": "' '"
                                  },
                                  "value": " "
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "IfStatement",
                        "start": 5045,
                        "end": 5127,
                        "loc": {
                          "start": {
                            "line": 140,
                            "column": 4
                          },
                          "end": {
                            "line": 142,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "Identifier",
                          "start": 5049,
                          "end": 5055,
                          "loc": {
                            "start": {
                              "line": 140,
                              "column": 8
                            },
                            "end": {
                              "line": 140,
                              "column": 14
                            },
                            "identifierName": "schema"
                          },
                          "name": "schema"
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 5057,
                          "end": 5127,
                          "loc": {
                            "start": {
                              "line": 140,
                              "column": 16
                            },
                            "end": {
                              "line": 142,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 5065,
                              "end": 5121,
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 6
                                },
                                "end": {
                                  "line": 141,
                                  "column": 62
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 5065,
                                "end": 5120,
                                "loc": {
                                  "start": {
                                    "line": 141,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 141,
                                    "column": 61
                                  }
                                },
                                "operator": "+=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 5065,
                                  "end": 5068,
                                  "loc": {
                                    "start": {
                                      "line": 141,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 141,
                                      "column": 9
                                    },
                                    "identifierName": "sql"
                                  },
                                  "name": "sql"
                                },
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 5072,
                                  "end": 5120,
                                  "loc": {
                                    "start": {
                                      "line": 141,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 141,
                                      "column": 61
                                    }
                                  },
                                  "left": {
                                    "type": "StringLiteral",
                                    "start": 5072,
                                    "end": 5094,
                                    "loc": {
                                      "start": {
                                        "line": 141,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 141,
                                        "column": 35
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "AND t.TABLE_SCHEMA =",
                                      "raw": "'AND t.TABLE_SCHEMA ='"
                                    },
                                    "value": "AND t.TABLE_SCHEMA ="
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 5097,
                                    "end": 5120,
                                    "loc": {
                                      "start": {
                                        "line": 141,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 141,
                                        "column": 61
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 5097,
                                      "end": 5112,
                                      "loc": {
                                        "start": {
                                          "line": 141,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 141,
                                          "column": 53
                                        },
                                        "identifierName": "wrapSingleQuote"
                                      },
                                      "name": "wrapSingleQuote"
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 5113,
                                        "end": 5119,
                                        "loc": {
                                          "start": {
                                            "line": 141,
                                            "column": 54
                                          },
                                          "end": {
                                            "line": 141,
                                            "column": 60
                                          },
                                          "identifierName": "schema"
                                        },
                                        "name": "schema"
                                      }
                                    ]
                                  }
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 5133,
                        "end": 5144,
                        "loc": {
                          "start": {
                            "line": 144,
                            "column": 4
                          },
                          "end": {
                            "line": 144,
                            "column": 15
                          }
                        },
                        "argument": {
                          "type": "Identifier",
                          "start": 5140,
                          "end": 5143,
                          "loc": {
                            "start": {
                              "line": 144,
                              "column": 11
                            },
                            "end": {
                              "line": 144,
                              "column": 14
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 5153,
                  "end": 5373,
                  "loc": {
                    "start": {
                      "line": 147,
                      "column": 2
                    },
                    "end": {
                      "line": 153,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 5153,
                    "end": 5169,
                    "loc": {
                      "start": {
                        "line": 147,
                        "column": 2
                      },
                      "end": {
                        "line": 147,
                        "column": 18
                      },
                      "identifierName": "renameTableQuery"
                    },
                    "name": "renameTableQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 5170,
                      "end": 5176,
                      "loc": {
                        "start": {
                          "line": 147,
                          "column": 19
                        },
                        "end": {
                          "line": 147,
                          "column": 25
                        },
                        "identifierName": "before"
                      },
                      "name": "before"
                    },
                    {
                      "type": "Identifier",
                      "start": 5178,
                      "end": 5183,
                      "loc": {
                        "start": {
                          "line": 147,
                          "column": 27
                        },
                        "end": {
                          "line": 147,
                          "column": 32
                        },
                        "identifierName": "after"
                      },
                      "name": "after"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 5185,
                    "end": 5373,
                    "loc": {
                      "start": {
                        "line": 147,
                        "column": 34
                      },
                      "end": {
                        "line": 153,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 5191,
                        "end": 5249,
                        "loc": {
                          "start": {
                            "line": 148,
                            "column": 4
                          },
                          "end": {
                            "line": 148,
                            "column": 62
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 5195,
                            "end": 5248,
                            "loc": {
                              "start": {
                                "line": 148,
                                "column": 8
                              },
                              "end": {
                                "line": 148,
                                "column": 61
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 5195,
                              "end": 5200,
                              "loc": {
                                "start": {
                                  "line": 148,
                                  "column": 8
                                },
                                "end": {
                                  "line": 148,
                                  "column": 13
                                },
                                "identifierName": "query"
                              },
                              "name": "query"
                            },
                            "init": {
                              "type": "StringLiteral",
                              "start": 5203,
                              "end": 5248,
                              "loc": {
                                "start": {
                                  "line": 148,
                                  "column": 16
                                },
                                "end": {
                                  "line": 148,
                                  "column": 61
                                }
                              },
                              "extra": {
                                "rawValue": "EXEC sp_rename <%= before %>, <%= after %>;",
                                "raw": "'EXEC sp_rename <%= before %>, <%= after %>;'"
                              },
                              "value": "EXEC sp_rename <%= before %>, <%= after %>;"
                            }
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 5254,
                        "end": 5369,
                        "loc": {
                          "start": {
                            "line": 149,
                            "column": 4
                          },
                          "end": {
                            "line": 152,
                            "column": 7
                          }
                        },
                        "argument": {
                          "type": "CallExpression",
                          "start": 5261,
                          "end": 5368,
                          "loc": {
                            "start": {
                              "line": 149,
                              "column": 11
                            },
                            "end": {
                              "line": 152,
                              "column": 6
                            }
                          },
                          "callee": {
                            "type": "CallExpression",
                            "start": 5261,
                            "end": 5284,
                            "loc": {
                              "start": {
                                "line": 149,
                                "column": 11
                              },
                              "end": {
                                "line": 149,
                                "column": 34
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 5261,
                              "end": 5277,
                              "loc": {
                                "start": {
                                  "line": 149,
                                  "column": 11
                                },
                                "end": {
                                  "line": 149,
                                  "column": 27
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 5261,
                                "end": 5268,
                                "loc": {
                                  "start": {
                                    "line": 149,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 149,
                                    "column": 18
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 5261,
                                  "end": 5266,
                                  "loc": {
                                    "start": {
                                      "line": 149,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 149,
                                      "column": 16
                                    },
                                    "identifierName": "Utils"
                                  },
                                  "name": "Utils"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5267,
                                  "end": 5268,
                                  "loc": {
                                    "start": {
                                      "line": 149,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 149,
                                      "column": 18
                                    },
                                    "identifierName": "_"
                                  },
                                  "name": "_"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5269,
                                "end": 5277,
                                "loc": {
                                  "start": {
                                    "line": 149,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 149,
                                    "column": 27
                                  },
                                  "identifierName": "template"
                                },
                                "name": "template"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 5278,
                                "end": 5283,
                                "loc": {
                                  "start": {
                                    "line": 149,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 149,
                                    "column": 33
                                  },
                                  "identifierName": "query"
                                },
                                "name": "query"
                              }
                            ]
                          },
                          "arguments": [
                            {
                              "type": "ObjectExpression",
                              "start": 5285,
                              "end": 5367,
                              "loc": {
                                "start": {
                                  "line": 149,
                                  "column": 35
                                },
                                "end": {
                                  "line": 152,
                                  "column": 5
                                }
                              },
                              "properties": [
                                {
                                  "type": "ObjectProperty",
                                  "start": 5293,
                                  "end": 5324,
                                  "loc": {
                                    "start": {
                                      "line": 150,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 150,
                                      "column": 37
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 5293,
                                    "end": 5299,
                                    "loc": {
                                      "start": {
                                        "line": 150,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 150,
                                        "column": 12
                                      },
                                      "identifierName": "before"
                                    },
                                    "name": "before"
                                  },
                                  "value": {
                                    "type": "CallExpression",
                                    "start": 5301,
                                    "end": 5324,
                                    "loc": {
                                      "start": {
                                        "line": 150,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 150,
                                        "column": 37
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5301,
                                      "end": 5316,
                                      "loc": {
                                        "start": {
                                          "line": 150,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 150,
                                          "column": 29
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 5301,
                                        "end": 5305,
                                        "loc": {
                                          "start": {
                                            "line": 150,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 150,
                                            "column": 18
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5306,
                                        "end": 5316,
                                        "loc": {
                                          "start": {
                                            "line": 150,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 150,
                                            "column": 29
                                          },
                                          "identifierName": "quoteTable"
                                        },
                                        "name": "quoteTable"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 5317,
                                        "end": 5323,
                                        "loc": {
                                          "start": {
                                            "line": 150,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 150,
                                            "column": 36
                                          },
                                          "identifierName": "before"
                                        },
                                        "name": "before"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 5332,
                                  "end": 5361,
                                  "loc": {
                                    "start": {
                                      "line": 151,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 151,
                                      "column": 35
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 5332,
                                    "end": 5337,
                                    "loc": {
                                      "start": {
                                        "line": 151,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 151,
                                        "column": 11
                                      },
                                      "identifierName": "after"
                                    },
                                    "name": "after"
                                  },
                                  "value": {
                                    "type": "CallExpression",
                                    "start": 5339,
                                    "end": 5361,
                                    "loc": {
                                      "start": {
                                        "line": 151,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 151,
                                        "column": 35
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5339,
                                      "end": 5354,
                                      "loc": {
                                        "start": {
                                          "line": 151,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 151,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 5339,
                                        "end": 5343,
                                        "loc": {
                                          "start": {
                                            "line": 151,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 151,
                                            "column": 17
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5344,
                                        "end": 5354,
                                        "loc": {
                                          "start": {
                                            "line": 151,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 151,
                                            "column": 28
                                          },
                                          "identifierName": "quoteTable"
                                        },
                                        "name": "quoteTable"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 5355,
                                        "end": 5360,
                                        "loc": {
                                          "start": {
                                            "line": 151,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 151,
                                            "column": 34
                                          },
                                          "identifierName": "after"
                                        },
                                        "name": "after"
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 5378,
                  "end": 5479,
                  "loc": {
                    "start": {
                      "line": 155,
                      "column": 2
                    },
                    "end": {
                      "line": 157,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 5378,
                    "end": 5393,
                    "loc": {
                      "start": {
                        "line": 155,
                        "column": 2
                      },
                      "end": {
                        "line": 155,
                        "column": 17
                      },
                      "identifierName": "showTablesQuery"
                    },
                    "name": "showTablesQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [],
                  "body": {
                    "type": "BlockStatement",
                    "start": 5396,
                    "end": 5479,
                    "loc": {
                      "start": {
                        "line": 155,
                        "column": 20
                      },
                      "end": {
                        "line": 157,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ReturnStatement",
                        "start": 5402,
                        "end": 5475,
                        "loc": {
                          "start": {
                            "line": 156,
                            "column": 4
                          },
                          "end": {
                            "line": 156,
                            "column": 77
                          }
                        },
                        "argument": {
                          "type": "StringLiteral",
                          "start": 5409,
                          "end": 5474,
                          "loc": {
                            "start": {
                              "line": 156,
                              "column": 11
                            },
                            "end": {
                              "line": 156,
                              "column": 76
                            }
                          },
                          "extra": {
                            "rawValue": "SELECT TABLE_NAME, TABLE_SCHEMA FROM INFORMATION_SCHEMA.TABLES;",
                            "raw": "'SELECT TABLE_NAME, TABLE_SCHEMA FROM INFORMATION_SCHEMA.TABLES;'"
                          },
                          "value": "SELECT TABLE_NAME, TABLE_SCHEMA FROM INFORMATION_SCHEMA.TABLES;"
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 5484,
                  "end": 5728,
                  "loc": {
                    "start": {
                      "line": 159,
                      "column": 2
                    },
                    "end": {
                      "line": 166,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 5484,
                    "end": 5498,
                    "loc": {
                      "start": {
                        "line": 159,
                        "column": 2
                      },
                      "end": {
                        "line": 159,
                        "column": 16
                      },
                      "identifierName": "dropTableQuery"
                    },
                    "name": "dropTableQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 5499,
                      "end": 5508,
                      "loc": {
                        "start": {
                          "line": 159,
                          "column": 17
                        },
                        "end": {
                          "line": 159,
                          "column": 26
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 5510,
                    "end": 5728,
                    "loc": {
                      "start": {
                        "line": 159,
                        "column": 28
                      },
                      "end": {
                        "line": 166,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 5516,
                        "end": 5600,
                        "loc": {
                          "start": {
                            "line": 160,
                            "column": 4
                          },
                          "end": {
                            "line": 160,
                            "column": 88
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 5520,
                            "end": 5599,
                            "loc": {
                              "start": {
                                "line": 160,
                                "column": 8
                              },
                              "end": {
                                "line": 160,
                                "column": 87
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 5520,
                              "end": 5525,
                              "loc": {
                                "start": {
                                  "line": 160,
                                  "column": 8
                                },
                                "end": {
                                  "line": 160,
                                  "column": 13
                                },
                                "identifierName": "query"
                              },
                              "name": "query"
                            },
                            "init": {
                              "type": "StringLiteral",
                              "start": 5528,
                              "end": 5599,
                              "loc": {
                                "start": {
                                  "line": 160,
                                  "column": 16
                                },
                                "end": {
                                  "line": 160,
                                  "column": 87
                                }
                              },
                              "extra": {
                                "rawValue": "IF OBJECT_ID('<%= table %>', 'U') IS NOT NULL DROP TABLE <%= table %>",
                                "raw": "\"IF OBJECT_ID('<%= table %>', 'U') IS NOT NULL DROP TABLE <%= table %>\""
                              },
                              "value": "IF OBJECT_ID('<%= table %>', 'U') IS NOT NULL DROP TABLE <%= table %>"
                            }
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 5605,
                        "end": 5666,
                        "loc": {
                          "start": {
                            "line": 161,
                            "column": 4
                          },
                          "end": {
                            "line": 163,
                            "column": 6
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 5609,
                            "end": 5665,
                            "loc": {
                              "start": {
                                "line": 161,
                                "column": 8
                              },
                              "end": {
                                "line": 163,
                                "column": 5
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 5609,
                              "end": 5615,
                              "loc": {
                                "start": {
                                  "line": 161,
                                  "column": 8
                                },
                                "end": {
                                  "line": 161,
                                  "column": 14
                                },
                                "identifierName": "values"
                              },
                              "name": "values"
                            },
                            "init": {
                              "type": "ObjectExpression",
                              "start": 5618,
                              "end": 5665,
                              "loc": {
                                "start": {
                                  "line": 161,
                                  "column": 17
                                },
                                "end": {
                                  "line": 163,
                                  "column": 5
                                }
                              },
                              "properties": [
                                {
                                  "type": "ObjectProperty",
                                  "start": 5626,
                                  "end": 5659,
                                  "loc": {
                                    "start": {
                                      "line": 162,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 162,
                                      "column": 39
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 5626,
                                    "end": 5631,
                                    "loc": {
                                      "start": {
                                        "line": 162,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 162,
                                        "column": 11
                                      },
                                      "identifierName": "table"
                                    },
                                    "name": "table"
                                  },
                                  "value": {
                                    "type": "CallExpression",
                                    "start": 5633,
                                    "end": 5659,
                                    "loc": {
                                      "start": {
                                        "line": 162,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 162,
                                        "column": 39
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5633,
                                      "end": 5648,
                                      "loc": {
                                        "start": {
                                          "line": 162,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 162,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 5633,
                                        "end": 5637,
                                        "loc": {
                                          "start": {
                                            "line": 162,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 162,
                                            "column": 17
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5638,
                                        "end": 5648,
                                        "loc": {
                                          "start": {
                                            "line": 162,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 162,
                                            "column": 28
                                          },
                                          "identifierName": "quoteTable"
                                        },
                                        "name": "quoteTable"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 5649,
                                        "end": 5658,
                                        "loc": {
                                          "start": {
                                            "line": 162,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 162,
                                            "column": 38
                                          },
                                          "identifierName": "tableName"
                                        },
                                        "name": "tableName"
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 5672,
                        "end": 5724,
                        "loc": {
                          "start": {
                            "line": 165,
                            "column": 4
                          },
                          "end": {
                            "line": 165,
                            "column": 56
                          }
                        },
                        "argument": {
                          "type": "BinaryExpression",
                          "start": 5679,
                          "end": 5723,
                          "loc": {
                            "start": {
                              "line": 165,
                              "column": 11
                            },
                            "end": {
                              "line": 165,
                              "column": 55
                            }
                          },
                          "left": {
                            "type": "CallExpression",
                            "start": 5679,
                            "end": 5717,
                            "loc": {
                              "start": {
                                "line": 165,
                                "column": 11
                              },
                              "end": {
                                "line": 165,
                                "column": 49
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 5679,
                              "end": 5715,
                              "loc": {
                                "start": {
                                  "line": 165,
                                  "column": 11
                                },
                                "end": {
                                  "line": 165,
                                  "column": 47
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 5679,
                                "end": 5710,
                                "loc": {
                                  "start": {
                                    "line": 165,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 165,
                                    "column": 42
                                  }
                                },
                                "callee": {
                                  "type": "CallExpression",
                                  "start": 5679,
                                  "end": 5702,
                                  "loc": {
                                    "start": {
                                      "line": 165,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 165,
                                      "column": 34
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 5679,
                                    "end": 5695,
                                    "loc": {
                                      "start": {
                                        "line": 165,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 165,
                                        "column": 27
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 5679,
                                      "end": 5686,
                                      "loc": {
                                        "start": {
                                          "line": 165,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 165,
                                          "column": 18
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 5679,
                                        "end": 5684,
                                        "loc": {
                                          "start": {
                                            "line": 165,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 165,
                                            "column": 16
                                          },
                                          "identifierName": "Utils"
                                        },
                                        "name": "Utils"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5685,
                                        "end": 5686,
                                        "loc": {
                                          "start": {
                                            "line": 165,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 165,
                                            "column": 18
                                          },
                                          "identifierName": "_"
                                        },
                                        "name": "_"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5687,
                                      "end": 5695,
                                      "loc": {
                                        "start": {
                                          "line": 165,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 165,
                                          "column": 27
                                        },
                                        "identifierName": "template"
                                      },
                                      "name": "template"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 5696,
                                      "end": 5701,
                                      "loc": {
                                        "start": {
                                          "line": 165,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 165,
                                          "column": 33
                                        },
                                        "identifierName": "query"
                                      },
                                      "name": "query"
                                    }
                                  ]
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 5703,
                                    "end": 5709,
                                    "loc": {
                                      "start": {
                                        "line": 165,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 165,
                                        "column": 41
                                      },
                                      "identifierName": "values"
                                    },
                                    "name": "values"
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5711,
                                "end": 5715,
                                "loc": {
                                  "start": {
                                    "line": 165,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 165,
                                    "column": 47
                                  },
                                  "identifierName": "trim"
                                },
                                "name": "trim"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          "operator": "+",
                          "right": {
                            "type": "StringLiteral",
                            "start": 5720,
                            "end": 5723,
                            "loc": {
                              "start": {
                                "line": 165,
                                "column": 52
                              },
                              "end": {
                                "line": 165,
                                "column": 55
                              }
                            },
                            "extra": {
                              "rawValue": ";",
                              "raw": "';'"
                            },
                            "value": ";"
                          }
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 5733,
                  "end": 6329,
                  "loc": {
                    "start": {
                      "line": 168,
                      "column": 2
                    },
                    "end": {
                      "line": 185,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 5733,
                    "end": 5747,
                    "loc": {
                      "start": {
                        "line": 168,
                        "column": 2
                      },
                      "end": {
                        "line": 168,
                        "column": 16
                      },
                      "identifierName": "addColumnQuery"
                    },
                    "name": "addColumnQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 5748,
                      "end": 5753,
                      "loc": {
                        "start": {
                          "line": 168,
                          "column": 17
                        },
                        "end": {
                          "line": 168,
                          "column": 22
                        },
                        "identifierName": "table"
                      },
                      "name": "table"
                    },
                    {
                      "type": "Identifier",
                      "start": 5755,
                      "end": 5758,
                      "loc": {
                        "start": {
                          "line": 168,
                          "column": 24
                        },
                        "end": {
                          "line": 168,
                          "column": 27
                        },
                        "identifierName": "key"
                      },
                      "name": "key"
                    },
                    {
                      "type": "Identifier",
                      "start": 5760,
                      "end": 5768,
                      "loc": {
                        "start": {
                          "line": 168,
                          "column": 29
                        },
                        "end": {
                          "line": 168,
                          "column": 37
                        },
                        "identifierName": "dataType"
                      },
                      "name": "dataType"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 5770,
                    "end": 6329,
                    "loc": {
                      "start": {
                        "line": 168,
                        "column": 39
                      },
                      "end": {
                        "line": 185,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ExpressionStatement",
                        "start": 5924,
                        "end": 5945,
                        "loc": {
                          "start": {
                            "line": 171,
                            "column": 4
                          },
                          "end": {
                            "line": 171,
                            "column": 25
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 5924,
                          "end": 5944,
                          "loc": {
                            "start": {
                              "line": 171,
                              "column": 4
                            },
                            "end": {
                              "line": 171,
                              "column": 24
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "MemberExpression",
                            "start": 5924,
                            "end": 5938,
                            "loc": {
                              "start": {
                                "line": 171,
                                "column": 4
                              },
                              "end": {
                                "line": 171,
                                "column": 18
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 5924,
                              "end": 5932,
                              "loc": {
                                "start": {
                                  "line": 171,
                                  "column": 4
                                },
                                "end": {
                                  "line": 171,
                                  "column": 12
                                },
                                "identifierName": "dataType"
                              },
                              "name": "dataType",
                              "leadingComments": null
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5933,
                              "end": 5938,
                              "loc": {
                                "start": {
                                  "line": 171,
                                  "column": 13
                                },
                                "end": {
                                  "line": 171,
                                  "column": 18
                                },
                                "identifierName": "field"
                              },
                              "name": "field"
                            },
                            "computed": false,
                            "leadingComments": null
                          },
                          "right": {
                            "type": "Identifier",
                            "start": 5941,
                            "end": 5944,
                            "loc": {
                              "start": {
                                "line": 171,
                                "column": 21
                              },
                              "end": {
                                "line": 171,
                                "column": 24
                              },
                              "identifierName": "key"
                            },
                            "name": "key"
                          },
                          "leadingComments": null
                        },
                        "leadingComments": [
                          {
                            "type": "CommentLine",
                            "value": " FIXME: attributeToSQL SHOULD be using attributes in addColumnQuery",
                            "start": 5776,
                            "end": 5845,
                            "loc": {
                              "start": {
                                "line": 169,
                                "column": 4
                              },
                              "end": {
                                "line": 169,
                                "column": 73
                              }
                            }
                          },
                          {
                            "type": "CommentLine",
                            "value": "        but instead we need to pass the key along as the field here",
                            "start": 5850,
                            "end": 5919,
                            "loc": {
                              "start": {
                                "line": 170,
                                "column": 4
                              },
                              "end": {
                                "line": 170,
                                "column": 73
                              }
                            }
                          }
                        ]
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 5951,
                        "end": 6226,
                        "loc": {
                          "start": {
                            "line": 173,
                            "column": 4
                          },
                          "end": {
                            "line": 179,
                            "column": 9
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 5955,
                            "end": 6011,
                            "loc": {
                              "start": {
                                "line": 173,
                                "column": 8
                              },
                              "end": {
                                "line": 173,
                                "column": 64
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 5955,
                              "end": 5960,
                              "loc": {
                                "start": {
                                  "line": 173,
                                  "column": 8
                                },
                                "end": {
                                  "line": 173,
                                  "column": 13
                                },
                                "identifierName": "query"
                              },
                              "name": "query"
                            },
                            "init": {
                              "type": "StringLiteral",
                              "start": 5963,
                              "end": 6011,
                              "loc": {
                                "start": {
                                  "line": 173,
                                  "column": 16
                                },
                                "end": {
                                  "line": 173,
                                  "column": 64
                                }
                              },
                              "extra": {
                                "rawValue": "ALTER TABLE <%= table %> ADD <%= attribute %>;",
                                "raw": "'ALTER TABLE <%= table %> ADD <%= attribute %>;'"
                              },
                              "value": "ALTER TABLE <%= table %> ADD <%= attribute %>;"
                            }
                          },
                          {
                            "type": "VariableDeclarator",
                            "start": 6020,
                            "end": 6225,
                            "loc": {
                              "start": {
                                "line": 174,
                                "column": 8
                              },
                              "end": {
                                "line": 179,
                                "column": 8
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 6020,
                              "end": 6029,
                              "loc": {
                                "start": {
                                  "line": 174,
                                  "column": 8
                                },
                                "end": {
                                  "line": 174,
                                  "column": 17
                                },
                                "identifierName": "attribute"
                              },
                              "name": "attribute"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 6032,
                              "end": 6225,
                              "loc": {
                                "start": {
                                  "line": 174,
                                  "column": 20
                                },
                                "end": {
                                  "line": 179,
                                  "column": 8
                                }
                              },
                              "callee": {
                                "type": "CallExpression",
                                "start": 6032,
                                "end": 6080,
                                "loc": {
                                  "start": {
                                    "line": 174,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 174,
                                    "column": 68
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 6032,
                                  "end": 6048,
                                  "loc": {
                                    "start": {
                                      "line": 174,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 174,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 6032,
                                    "end": 6039,
                                    "loc": {
                                      "start": {
                                        "line": 174,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 174,
                                        "column": 27
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 6032,
                                      "end": 6037,
                                      "loc": {
                                        "start": {
                                          "line": 174,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 174,
                                          "column": 25
                                        },
                                        "identifierName": "Utils"
                                      },
                                      "name": "Utils"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6038,
                                      "end": 6039,
                                      "loc": {
                                        "start": {
                                          "line": 174,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 174,
                                          "column": 27
                                        },
                                        "identifierName": "_"
                                      },
                                      "name": "_"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6040,
                                    "end": 6048,
                                    "loc": {
                                      "start": {
                                        "line": 174,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 174,
                                        "column": 36
                                      },
                                      "identifierName": "template"
                                    },
                                    "name": "template"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "StringLiteral",
                                    "start": 6049,
                                    "end": 6079,
                                    "loc": {
                                      "start": {
                                        "line": 174,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 174,
                                        "column": 67
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "<%= key %> <%= definition %>",
                                      "raw": "'<%= key %> <%= definition %>'"
                                    },
                                    "value": "<%= key %> <%= definition %>"
                                  }
                                ]
                              },
                              "arguments": [
                                {
                                  "type": "ObjectExpression",
                                  "start": 6081,
                                  "end": 6224,
                                  "loc": {
                                    "start": {
                                      "line": 174,
                                      "column": 69
                                    },
                                    "end": {
                                      "line": 179,
                                      "column": 7
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 6091,
                                      "end": 6121,
                                      "loc": {
                                        "start": {
                                          "line": 175,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 175,
                                          "column": 38
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 6091,
                                        "end": 6094,
                                        "loc": {
                                          "start": {
                                            "line": 175,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 175,
                                            "column": 11
                                          },
                                          "identifierName": "key"
                                        },
                                        "name": "key"
                                      },
                                      "value": {
                                        "type": "CallExpression",
                                        "start": 6096,
                                        "end": 6121,
                                        "loc": {
                                          "start": {
                                            "line": 175,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 175,
                                            "column": 38
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 6096,
                                          "end": 6116,
                                          "loc": {
                                            "start": {
                                              "line": 175,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 175,
                                              "column": 33
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 6096,
                                            "end": 6100,
                                            "loc": {
                                              "start": {
                                                "line": 175,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 175,
                                                "column": 17
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6101,
                                            "end": 6116,
                                            "loc": {
                                              "start": {
                                                "line": 175,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 175,
                                                "column": 33
                                              },
                                              "identifierName": "quoteIdentifier"
                                            },
                                            "name": "quoteIdentifier"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 6117,
                                            "end": 6120,
                                            "loc": {
                                              "start": {
                                                "line": 175,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 175,
                                                "column": 37
                                              },
                                              "identifierName": "key"
                                            },
                                            "name": "key"
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ObjectProperty",
                                      "start": 6131,
                                      "end": 6216,
                                      "loc": {
                                        "start": {
                                          "line": 176,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 178,
                                          "column": 10
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 6131,
                                        "end": 6141,
                                        "loc": {
                                          "start": {
                                            "line": 176,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 176,
                                            "column": 18
                                          },
                                          "identifierName": "definition"
                                        },
                                        "name": "definition"
                                      },
                                      "value": {
                                        "type": "CallExpression",
                                        "start": 6143,
                                        "end": 6216,
                                        "loc": {
                                          "start": {
                                            "line": 176,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 178,
                                            "column": 10
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 6143,
                                          "end": 6162,
                                          "loc": {
                                            "start": {
                                              "line": 176,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 176,
                                              "column": 39
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 6143,
                                            "end": 6147,
                                            "loc": {
                                              "start": {
                                                "line": 176,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 176,
                                                "column": 24
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6148,
                                            "end": 6162,
                                            "loc": {
                                              "start": {
                                                "line": 176,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 176,
                                                "column": 39
                                              },
                                              "identifierName": "attributeToSQL"
                                            },
                                            "name": "attributeToSQL"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 6163,
                                            "end": 6171,
                                            "loc": {
                                              "start": {
                                                "line": 176,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 176,
                                                "column": 48
                                              },
                                              "identifierName": "dataType"
                                            },
                                            "name": "dataType"
                                          },
                                          {
                                            "type": "ObjectExpression",
                                            "start": 6173,
                                            "end": 6215,
                                            "loc": {
                                              "start": {
                                                "line": 176,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 178,
                                                "column": 9
                                              }
                                            },
                                            "properties": [
                                              {
                                                "type": "ObjectProperty",
                                                "start": 6185,
                                                "end": 6205,
                                                "loc": {
                                                  "start": {
                                                    "line": 177,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 177,
                                                    "column": 30
                                                  }
                                                },
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "key": {
                                                  "type": "Identifier",
                                                  "start": 6185,
                                                  "end": 6192,
                                                  "loc": {
                                                    "start": {
                                                      "line": 177,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 177,
                                                      "column": 17
                                                    },
                                                    "identifierName": "context"
                                                  },
                                                  "name": "context"
                                                },
                                                "value": {
                                                  "type": "StringLiteral",
                                                  "start": 6194,
                                                  "end": 6205,
                                                  "loc": {
                                                    "start": {
                                                      "line": 177,
                                                      "column": 19
                                                    },
                                                    "end": {
                                                      "line": 177,
                                                      "column": 30
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "addColumn",
                                                    "raw": "'addColumn'"
                                                  },
                                                  "value": "addColumn"
                                                }
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 6232,
                        "end": 6325,
                        "loc": {
                          "start": {
                            "line": 181,
                            "column": 4
                          },
                          "end": {
                            "line": 184,
                            "column": 7
                          }
                        },
                        "argument": {
                          "type": "CallExpression",
                          "start": 6239,
                          "end": 6324,
                          "loc": {
                            "start": {
                              "line": 181,
                              "column": 11
                            },
                            "end": {
                              "line": 184,
                              "column": 6
                            }
                          },
                          "callee": {
                            "type": "CallExpression",
                            "start": 6239,
                            "end": 6262,
                            "loc": {
                              "start": {
                                "line": 181,
                                "column": 11
                              },
                              "end": {
                                "line": 181,
                                "column": 34
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 6239,
                              "end": 6255,
                              "loc": {
                                "start": {
                                  "line": 181,
                                  "column": 11
                                },
                                "end": {
                                  "line": 181,
                                  "column": 27
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 6239,
                                "end": 6246,
                                "loc": {
                                  "start": {
                                    "line": 181,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 181,
                                    "column": 18
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 6239,
                                  "end": 6244,
                                  "loc": {
                                    "start": {
                                      "line": 181,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 181,
                                      "column": 16
                                    },
                                    "identifierName": "Utils"
                                  },
                                  "name": "Utils"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6245,
                                  "end": 6246,
                                  "loc": {
                                    "start": {
                                      "line": 181,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 181,
                                      "column": 18
                                    },
                                    "identifierName": "_"
                                  },
                                  "name": "_"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6247,
                                "end": 6255,
                                "loc": {
                                  "start": {
                                    "line": 181,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 181,
                                    "column": 27
                                  },
                                  "identifierName": "template"
                                },
                                "name": "template"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 6256,
                                "end": 6261,
                                "loc": {
                                  "start": {
                                    "line": 181,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 181,
                                    "column": 33
                                  },
                                  "identifierName": "query"
                                },
                                "name": "query"
                              }
                            ]
                          },
                          "arguments": [
                            {
                              "type": "ObjectExpression",
                              "start": 6263,
                              "end": 6323,
                              "loc": {
                                "start": {
                                  "line": 181,
                                  "column": 35
                                },
                                "end": {
                                  "line": 184,
                                  "column": 5
                                }
                              },
                              "properties": [
                                {
                                  "type": "ObjectProperty",
                                  "start": 6271,
                                  "end": 6300,
                                  "loc": {
                                    "start": {
                                      "line": 182,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 182,
                                      "column": 35
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 6271,
                                    "end": 6276,
                                    "loc": {
                                      "start": {
                                        "line": 182,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 182,
                                        "column": 11
                                      },
                                      "identifierName": "table"
                                    },
                                    "name": "table"
                                  },
                                  "value": {
                                    "type": "CallExpression",
                                    "start": 6278,
                                    "end": 6300,
                                    "loc": {
                                      "start": {
                                        "line": 182,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 182,
                                        "column": 35
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 6278,
                                      "end": 6293,
                                      "loc": {
                                        "start": {
                                          "line": 182,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 182,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 6278,
                                        "end": 6282,
                                        "loc": {
                                          "start": {
                                            "line": 182,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 182,
                                            "column": 17
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6283,
                                        "end": 6293,
                                        "loc": {
                                          "start": {
                                            "line": 182,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 182,
                                            "column": 28
                                          },
                                          "identifierName": "quoteTable"
                                        },
                                        "name": "quoteTable"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 6294,
                                        "end": 6299,
                                        "loc": {
                                          "start": {
                                            "line": 182,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 182,
                                            "column": 34
                                          },
                                          "identifierName": "table"
                                        },
                                        "name": "table"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 6308,
                                  "end": 6317,
                                  "loc": {
                                    "start": {
                                      "line": 183,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 183,
                                      "column": 15
                                    }
                                  },
                                  "method": false,
                                  "shorthand": true,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 6308,
                                    "end": 6317,
                                    "loc": {
                                      "start": {
                                        "line": 183,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 183,
                                        "column": 15
                                      },
                                      "identifierName": "attribute"
                                    },
                                    "name": "attribute"
                                  },
                                  "value": {
                                    "type": "Identifier",
                                    "start": 6308,
                                    "end": 6317,
                                    "loc": {
                                      "start": {
                                        "line": 183,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 183,
                                        "column": 15
                                      },
                                      "identifierName": "attribute"
                                    },
                                    "name": "attribute"
                                  },
                                  "extra": {
                                    "shorthand": true
                                  }
                                }
                              ]
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 6334,
                  "end": 6612,
                  "loc": {
                    "start": {
                      "line": 187,
                      "column": 2
                    },
                    "end": {
                      "line": 193,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 6334,
                    "end": 6351,
                    "loc": {
                      "start": {
                        "line": 187,
                        "column": 2
                      },
                      "end": {
                        "line": 187,
                        "column": 19
                      },
                      "identifierName": "removeColumnQuery"
                    },
                    "name": "removeColumnQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 6352,
                      "end": 6361,
                      "loc": {
                        "start": {
                          "line": 187,
                          "column": 20
                        },
                        "end": {
                          "line": 187,
                          "column": 29
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    },
                    {
                      "type": "Identifier",
                      "start": 6363,
                      "end": 6376,
                      "loc": {
                        "start": {
                          "line": 187,
                          "column": 31
                        },
                        "end": {
                          "line": 187,
                          "column": 44
                        },
                        "identifierName": "attributeName"
                      },
                      "name": "attributeName"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 6378,
                    "end": 6612,
                    "loc": {
                      "start": {
                        "line": 187,
                        "column": 46
                      },
                      "end": {
                        "line": 193,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 6384,
                        "end": 6461,
                        "loc": {
                          "start": {
                            "line": 188,
                            "column": 4
                          },
                          "end": {
                            "line": 188,
                            "column": 81
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 6388,
                            "end": 6460,
                            "loc": {
                              "start": {
                                "line": 188,
                                "column": 8
                              },
                              "end": {
                                "line": 188,
                                "column": 80
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 6388,
                              "end": 6393,
                              "loc": {
                                "start": {
                                  "line": 188,
                                  "column": 8
                                },
                                "end": {
                                  "line": 188,
                                  "column": 13
                                },
                                "identifierName": "query"
                              },
                              "name": "query"
                            },
                            "init": {
                              "type": "StringLiteral",
                              "start": 6396,
                              "end": 6460,
                              "loc": {
                                "start": {
                                  "line": 188,
                                  "column": 16
                                },
                                "end": {
                                  "line": 188,
                                  "column": 80
                                }
                              },
                              "extra": {
                                "rawValue": "ALTER TABLE <%= tableName %> DROP COLUMN <%= attributeName %>;",
                                "raw": "'ALTER TABLE <%= tableName %> DROP COLUMN <%= attributeName %>;'"
                              },
                              "value": "ALTER TABLE <%= tableName %> DROP COLUMN <%= attributeName %>;"
                            }
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 6466,
                        "end": 6608,
                        "loc": {
                          "start": {
                            "line": 189,
                            "column": 4
                          },
                          "end": {
                            "line": 192,
                            "column": 7
                          }
                        },
                        "argument": {
                          "type": "CallExpression",
                          "start": 6473,
                          "end": 6607,
                          "loc": {
                            "start": {
                              "line": 189,
                              "column": 11
                            },
                            "end": {
                              "line": 192,
                              "column": 6
                            }
                          },
                          "callee": {
                            "type": "CallExpression",
                            "start": 6473,
                            "end": 6496,
                            "loc": {
                              "start": {
                                "line": 189,
                                "column": 11
                              },
                              "end": {
                                "line": 189,
                                "column": 34
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 6473,
                              "end": 6489,
                              "loc": {
                                "start": {
                                  "line": 189,
                                  "column": 11
                                },
                                "end": {
                                  "line": 189,
                                  "column": 27
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 6473,
                                "end": 6480,
                                "loc": {
                                  "start": {
                                    "line": 189,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 189,
                                    "column": 18
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 6473,
                                  "end": 6478,
                                  "loc": {
                                    "start": {
                                      "line": 189,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 189,
                                      "column": 16
                                    },
                                    "identifierName": "Utils"
                                  },
                                  "name": "Utils"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6479,
                                  "end": 6480,
                                  "loc": {
                                    "start": {
                                      "line": 189,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 189,
                                      "column": 18
                                    },
                                    "identifierName": "_"
                                  },
                                  "name": "_"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6481,
                                "end": 6489,
                                "loc": {
                                  "start": {
                                    "line": 189,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 189,
                                    "column": 27
                                  },
                                  "identifierName": "template"
                                },
                                "name": "template"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 6490,
                                "end": 6495,
                                "loc": {
                                  "start": {
                                    "line": 189,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 189,
                                    "column": 33
                                  },
                                  "identifierName": "query"
                                },
                                "name": "query"
                              }
                            ]
                          },
                          "arguments": [
                            {
                              "type": "ObjectExpression",
                              "start": 6497,
                              "end": 6606,
                              "loc": {
                                "start": {
                                  "line": 189,
                                  "column": 35
                                },
                                "end": {
                                  "line": 192,
                                  "column": 5
                                }
                              },
                              "properties": [
                                {
                                  "type": "ObjectProperty",
                                  "start": 6505,
                                  "end": 6542,
                                  "loc": {
                                    "start": {
                                      "line": 190,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 190,
                                      "column": 43
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 6505,
                                    "end": 6514,
                                    "loc": {
                                      "start": {
                                        "line": 190,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 190,
                                        "column": 15
                                      },
                                      "identifierName": "tableName"
                                    },
                                    "name": "tableName"
                                  },
                                  "value": {
                                    "type": "CallExpression",
                                    "start": 6516,
                                    "end": 6542,
                                    "loc": {
                                      "start": {
                                        "line": 190,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 190,
                                        "column": 43
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 6516,
                                      "end": 6531,
                                      "loc": {
                                        "start": {
                                          "line": 190,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 190,
                                          "column": 32
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 6516,
                                        "end": 6520,
                                        "loc": {
                                          "start": {
                                            "line": 190,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 190,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6521,
                                        "end": 6531,
                                        "loc": {
                                          "start": {
                                            "line": 190,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 190,
                                            "column": 32
                                          },
                                          "identifierName": "quoteTable"
                                        },
                                        "name": "quoteTable"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 6532,
                                        "end": 6541,
                                        "loc": {
                                          "start": {
                                            "line": 190,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 190,
                                            "column": 42
                                          },
                                          "identifierName": "tableName"
                                        },
                                        "name": "tableName"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 6550,
                                  "end": 6600,
                                  "loc": {
                                    "start": {
                                      "line": 191,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 191,
                                      "column": 56
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 6550,
                                    "end": 6563,
                                    "loc": {
                                      "start": {
                                        "line": 191,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 191,
                                        "column": 19
                                      },
                                      "identifierName": "attributeName"
                                    },
                                    "name": "attributeName"
                                  },
                                  "value": {
                                    "type": "CallExpression",
                                    "start": 6565,
                                    "end": 6600,
                                    "loc": {
                                      "start": {
                                        "line": 191,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 191,
                                        "column": 56
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 6565,
                                      "end": 6585,
                                      "loc": {
                                        "start": {
                                          "line": 191,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 191,
                                          "column": 41
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 6565,
                                        "end": 6569,
                                        "loc": {
                                          "start": {
                                            "line": 191,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 191,
                                            "column": 25
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6570,
                                        "end": 6585,
                                        "loc": {
                                          "start": {
                                            "line": 191,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 191,
                                            "column": 41
                                          },
                                          "identifierName": "quoteIdentifier"
                                        },
                                        "name": "quoteIdentifier"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 6586,
                                        "end": 6599,
                                        "loc": {
                                          "start": {
                                            "line": 191,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 191,
                                            "column": 55
                                          },
                                          "identifierName": "attributeName"
                                        },
                                        "name": "attributeName"
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 6617,
                  "end": 7837,
                  "loc": {
                    "start": {
                      "line": 195,
                      "column": 2
                    },
                    "end": {
                      "line": 228,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 6617,
                    "end": 6634,
                    "loc": {
                      "start": {
                        "line": 195,
                        "column": 2
                      },
                      "end": {
                        "line": 195,
                        "column": 19
                      },
                      "identifierName": "changeColumnQuery"
                    },
                    "name": "changeColumnQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 6635,
                      "end": 6644,
                      "loc": {
                        "start": {
                          "line": 195,
                          "column": 20
                        },
                        "end": {
                          "line": 195,
                          "column": 29
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    },
                    {
                      "type": "Identifier",
                      "start": 6646,
                      "end": 6656,
                      "loc": {
                        "start": {
                          "line": 195,
                          "column": 31
                        },
                        "end": {
                          "line": 195,
                          "column": 41
                        },
                        "identifierName": "attributes"
                      },
                      "name": "attributes"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 6658,
                    "end": 7837,
                    "loc": {
                      "start": {
                        "line": 195,
                        "column": 43
                      },
                      "end": {
                        "line": 228,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 6664,
                        "end": 6721,
                        "loc": {
                          "start": {
                            "line": 196,
                            "column": 4
                          },
                          "end": {
                            "line": 196,
                            "column": 61
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 6668,
                            "end": 6720,
                            "loc": {
                              "start": {
                                "line": 196,
                                "column": 8
                              },
                              "end": {
                                "line": 196,
                                "column": 60
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 6668,
                              "end": 6673,
                              "loc": {
                                "start": {
                                  "line": 196,
                                  "column": 8
                                },
                                "end": {
                                  "line": 196,
                                  "column": 13
                                },
                                "identifierName": "query"
                              },
                              "name": "query"
                            },
                            "init": {
                              "type": "StringLiteral",
                              "start": 6676,
                              "end": 6720,
                              "loc": {
                                "start": {
                                  "line": 196,
                                  "column": 16
                                },
                                "end": {
                                  "line": 196,
                                  "column": 60
                                }
                              },
                              "extra": {
                                "rawValue": "ALTER TABLE <%= tableName %> <%= query %>;",
                                "raw": "'ALTER TABLE <%= tableName %> <%= query %>;'"
                              },
                              "value": "ALTER TABLE <%= tableName %> <%= query %>;"
                            }
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 6726,
                        "end": 6769,
                        "loc": {
                          "start": {
                            "line": 197,
                            "column": 4
                          },
                          "end": {
                            "line": 197,
                            "column": 47
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 6730,
                            "end": 6745,
                            "loc": {
                              "start": {
                                "line": 197,
                                "column": 8
                              },
                              "end": {
                                "line": 197,
                                "column": 23
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 6730,
                              "end": 6740,
                              "loc": {
                                "start": {
                                  "line": 197,
                                  "column": 8
                                },
                                "end": {
                                  "line": 197,
                                  "column": 18
                                },
                                "identifierName": "attrString"
                              },
                              "name": "attrString"
                            },
                            "init": {
                              "type": "ArrayExpression",
                              "start": 6743,
                              "end": 6745,
                              "loc": {
                                "start": {
                                  "line": 197,
                                  "column": 21
                                },
                                "end": {
                                  "line": 197,
                                  "column": 23
                                }
                              },
                              "elements": []
                            }
                          },
                          {
                            "type": "VariableDeclarator",
                            "start": 6747,
                            "end": 6768,
                            "loc": {
                              "start": {
                                "line": 197,
                                "column": 25
                              },
                              "end": {
                                "line": 197,
                                "column": 46
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 6747,
                              "end": 6763,
                              "loc": {
                                "start": {
                                  "line": 197,
                                  "column": 25
                                },
                                "end": {
                                  "line": 197,
                                  "column": 41
                                },
                                "identifierName": "constraintString"
                              },
                              "name": "constraintString"
                            },
                            "init": {
                              "type": "ArrayExpression",
                              "start": 6766,
                              "end": 6768,
                              "loc": {
                                "start": {
                                  "line": 197,
                                  "column": 44
                                },
                                "end": {
                                  "line": 197,
                                  "column": 46
                                }
                              },
                              "elements": []
                            }
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "ForInStatement",
                        "start": 6775,
                        "end": 7430,
                        "loc": {
                          "start": {
                            "line": 199,
                            "column": 4
                          },
                          "end": {
                            "line": 213,
                            "column": 5
                          }
                        },
                        "left": {
                          "type": "VariableDeclaration",
                          "start": 6780,
                          "end": 6797,
                          "loc": {
                            "start": {
                              "line": 199,
                              "column": 9
                            },
                            "end": {
                              "line": 199,
                              "column": 26
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 6784,
                              "end": 6797,
                              "loc": {
                                "start": {
                                  "line": 199,
                                  "column": 13
                                },
                                "end": {
                                  "line": 199,
                                  "column": 26
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 6784,
                                "end": 6797,
                                "loc": {
                                  "start": {
                                    "line": 199,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 199,
                                    "column": 26
                                  },
                                  "identifierName": "attributeName"
                                },
                                "name": "attributeName"
                              },
                              "init": null
                            }
                          ],
                          "kind": "var"
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 6801,
                          "end": 6811,
                          "loc": {
                            "start": {
                              "line": 199,
                              "column": 30
                            },
                            "end": {
                              "line": 199,
                              "column": 40
                            },
                            "identifierName": "attributes"
                          },
                          "name": "attributes"
                        },
                        "body": {
                          "type": "BlockStatement",
                          "start": 6813,
                          "end": 7430,
                          "loc": {
                            "start": {
                              "line": 199,
                              "column": 42
                            },
                            "end": {
                              "line": 213,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "start": 6821,
                              "end": 6864,
                              "loc": {
                                "start": {
                                  "line": 200,
                                  "column": 6
                                },
                                "end": {
                                  "line": 200,
                                  "column": 49
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 6825,
                                  "end": 6863,
                                  "loc": {
                                    "start": {
                                      "line": 200,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 200,
                                      "column": 48
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 6825,
                                    "end": 6835,
                                    "loc": {
                                      "start": {
                                        "line": 200,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 200,
                                        "column": 20
                                      },
                                      "identifierName": "definition"
                                    },
                                    "name": "definition"
                                  },
                                  "init": {
                                    "type": "MemberExpression",
                                    "start": 6838,
                                    "end": 6863,
                                    "loc": {
                                      "start": {
                                        "line": 200,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 200,
                                        "column": 48
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 6838,
                                      "end": 6848,
                                      "loc": {
                                        "start": {
                                          "line": 200,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 200,
                                          "column": 33
                                        },
                                        "identifierName": "attributes"
                                      },
                                      "name": "attributes"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6849,
                                      "end": 6862,
                                      "loc": {
                                        "start": {
                                          "line": 200,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 200,
                                          "column": 47
                                        },
                                        "identifierName": "attributeName"
                                      },
                                      "name": "attributeName"
                                    },
                                    "computed": true
                                  }
                                }
                              ],
                              "kind": "var"
                            },
                            {
                              "type": "IfStatement",
                              "start": 6871,
                              "end": 7424,
                              "loc": {
                                "start": {
                                  "line": 201,
                                  "column": 6
                                },
                                "end": {
                                  "line": 212,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "CallExpression",
                                "start": 6875,
                                "end": 6905,
                                "loc": {
                                  "start": {
                                    "line": 201,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 201,
                                    "column": 40
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 6875,
                                  "end": 6891,
                                  "loc": {
                                    "start": {
                                      "line": 201,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 201,
                                      "column": 26
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 6875,
                                    "end": 6885,
                                    "loc": {
                                      "start": {
                                        "line": 201,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 201,
                                        "column": 20
                                      },
                                      "identifierName": "definition"
                                    },
                                    "name": "definition"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6886,
                                    "end": 6891,
                                    "loc": {
                                      "start": {
                                        "line": 201,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 201,
                                        "column": 26
                                      },
                                      "identifierName": "match"
                                    },
                                    "name": "match"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "RegExpLiteral",
                                    "start": 6892,
                                    "end": 6904,
                                    "loc": {
                                      "start": {
                                        "line": 201,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 201,
                                        "column": 39
                                      }
                                    },
                                    "extra": {
                                      "raw": "/REFERENCES/"
                                    },
                                    "pattern": "REFERENCES",
                                    "flags": ""
                                  }
                                ]
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 6907,
                                "end": 7238,
                                "loc": {
                                  "start": {
                                    "line": 201,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 207,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 6917,
                                    "end": 7230,
                                    "loc": {
                                      "start": {
                                        "line": 202,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 206,
                                        "column": 12
                                      }
                                    },
                                    "expression": {
                                      "type": "CallExpression",
                                      "start": 6917,
                                      "end": 7229,
                                      "loc": {
                                        "start": {
                                          "line": 202,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 206,
                                          "column": 11
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 6917,
                                        "end": 6938,
                                        "loc": {
                                          "start": {
                                            "line": 202,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 202,
                                            "column": 29
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6917,
                                          "end": 6933,
                                          "loc": {
                                            "start": {
                                              "line": 202,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 202,
                                              "column": 24
                                            },
                                            "identifierName": "constraintString"
                                          },
                                          "name": "constraintString"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6934,
                                          "end": 6938,
                                          "loc": {
                                            "start": {
                                              "line": 202,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 202,
                                              "column": 29
                                            },
                                            "identifierName": "push"
                                          },
                                          "name": "push"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "CallExpression",
                                          "start": 6939,
                                          "end": 7228,
                                          "loc": {
                                            "start": {
                                              "line": 202,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 206,
                                              "column": 10
                                            }
                                          },
                                          "callee": {
                                            "type": "CallExpression",
                                            "start": 6939,
                                            "end": 7020,
                                            "loc": {
                                              "start": {
                                                "line": 202,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 202,
                                                "column": 111
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 6939,
                                              "end": 6955,
                                              "loc": {
                                                "start": {
                                                  "line": 202,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 202,
                                                  "column": 46
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 6939,
                                                "end": 6946,
                                                "loc": {
                                                  "start": {
                                                    "line": 202,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 202,
                                                    "column": 37
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 6939,
                                                  "end": 6944,
                                                  "loc": {
                                                    "start": {
                                                      "line": 202,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 202,
                                                      "column": 35
                                                    },
                                                    "identifierName": "Utils"
                                                  },
                                                  "name": "Utils"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 6945,
                                                  "end": 6946,
                                                  "loc": {
                                                    "start": {
                                                      "line": 202,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 202,
                                                      "column": 37
                                                    },
                                                    "identifierName": "_"
                                                  },
                                                  "name": "_"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 6947,
                                                "end": 6955,
                                                "loc": {
                                                  "start": {
                                                    "line": 202,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 202,
                                                    "column": 46
                                                  },
                                                  "identifierName": "template"
                                                },
                                                "name": "template"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "StringLiteral",
                                                "start": 6956,
                                                "end": 7019,
                                                "loc": {
                                                  "start": {
                                                    "line": 202,
                                                    "column": 47
                                                  },
                                                  "end": {
                                                    "line": 202,
                                                    "column": 110
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "<%= fkName %> FOREIGN KEY (<%= attrName %>) <%= definition %>",
                                                  "raw": "'<%= fkName %> FOREIGN KEY (<%= attrName %>) <%= definition %>'"
                                                },
                                                "value": "<%= fkName %> FOREIGN KEY (<%= attrName %>) <%= definition %>"
                                              }
                                            ]
                                          },
                                          "arguments": [
                                            {
                                              "type": "ObjectExpression",
                                              "start": 7021,
                                              "end": 7227,
                                              "loc": {
                                                "start": {
                                                  "line": 202,
                                                  "column": 112
                                                },
                                                "end": {
                                                  "line": 206,
                                                  "column": 9
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 7033,
                                                  "end": 7093,
                                                  "loc": {
                                                    "start": {
                                                      "line": 203,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 203,
                                                      "column": 70
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 7033,
                                                    "end": 7039,
                                                    "loc": {
                                                      "start": {
                                                        "line": 203,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 203,
                                                        "column": 16
                                                      },
                                                      "identifierName": "fkName"
                                                    },
                                                    "name": "fkName"
                                                  },
                                                  "value": {
                                                    "type": "CallExpression",
                                                    "start": 7041,
                                                    "end": 7093,
                                                    "loc": {
                                                      "start": {
                                                        "line": 203,
                                                        "column": 18
                                                      },
                                                      "end": {
                                                        "line": 203,
                                                        "column": 70
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 7041,
                                                      "end": 7061,
                                                      "loc": {
                                                        "start": {
                                                          "line": 203,
                                                          "column": 18
                                                        },
                                                        "end": {
                                                          "line": 203,
                                                          "column": 38
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "start": 7041,
                                                        "end": 7045,
                                                        "loc": {
                                                          "start": {
                                                            "line": 203,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 203,
                                                            "column": 22
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 7046,
                                                        "end": 7061,
                                                        "loc": {
                                                          "start": {
                                                            "line": 203,
                                                            "column": 23
                                                          },
                                                          "end": {
                                                            "line": 203,
                                                            "column": 38
                                                          },
                                                          "identifierName": "quoteIdentifier"
                                                        },
                                                        "name": "quoteIdentifier"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "BinaryExpression",
                                                        "start": 7062,
                                                        "end": 7092,
                                                        "loc": {
                                                          "start": {
                                                            "line": 203,
                                                            "column": 39
                                                          },
                                                          "end": {
                                                            "line": 203,
                                                            "column": 69
                                                          }
                                                        },
                                                        "left": {
                                                          "type": "Identifier",
                                                          "start": 7062,
                                                          "end": 7075,
                                                          "loc": {
                                                            "start": {
                                                              "line": 203,
                                                              "column": 39
                                                            },
                                                            "end": {
                                                              "line": 203,
                                                              "column": 52
                                                            },
                                                            "identifierName": "attributeName"
                                                          },
                                                          "name": "attributeName"
                                                        },
                                                        "operator": "+",
                                                        "right": {
                                                          "type": "StringLiteral",
                                                          "start": 7078,
                                                          "end": 7092,
                                                          "loc": {
                                                            "start": {
                                                              "line": 203,
                                                              "column": 55
                                                            },
                                                            "end": {
                                                              "line": 203,
                                                              "column": 69
                                                            }
                                                          },
                                                          "extra": {
                                                            "rawValue": "_foreign_idx",
                                                            "raw": "'_foreign_idx'"
                                                          },
                                                          "value": "_foreign_idx"
                                                        }
                                                      }
                                                    ]
                                                  }
                                                },
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 7105,
                                                  "end": 7150,
                                                  "loc": {
                                                    "start": {
                                                      "line": 204,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 204,
                                                      "column": 55
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 7105,
                                                    "end": 7113,
                                                    "loc": {
                                                      "start": {
                                                        "line": 204,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 204,
                                                        "column": 18
                                                      },
                                                      "identifierName": "attrName"
                                                    },
                                                    "name": "attrName"
                                                  },
                                                  "value": {
                                                    "type": "CallExpression",
                                                    "start": 7115,
                                                    "end": 7150,
                                                    "loc": {
                                                      "start": {
                                                        "line": 204,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 204,
                                                        "column": 55
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 7115,
                                                      "end": 7135,
                                                      "loc": {
                                                        "start": {
                                                          "line": 204,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 204,
                                                          "column": 40
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "start": 7115,
                                                        "end": 7119,
                                                        "loc": {
                                                          "start": {
                                                            "line": 204,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 204,
                                                            "column": 24
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 7120,
                                                        "end": 7135,
                                                        "loc": {
                                                          "start": {
                                                            "line": 204,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 204,
                                                            "column": 40
                                                          },
                                                          "identifierName": "quoteIdentifier"
                                                        },
                                                        "name": "quoteIdentifier"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 7136,
                                                        "end": 7149,
                                                        "loc": {
                                                          "start": {
                                                            "line": 204,
                                                            "column": 41
                                                          },
                                                          "end": {
                                                            "line": 204,
                                                            "column": 54
                                                          },
                                                          "identifierName": "attributeName"
                                                        },
                                                        "name": "attributeName"
                                                      }
                                                    ]
                                                  }
                                                },
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 7162,
                                                  "end": 7217,
                                                  "loc": {
                                                    "start": {
                                                      "line": 205,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 205,
                                                      "column": 65
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 7162,
                                                    "end": 7172,
                                                    "loc": {
                                                      "start": {
                                                        "line": 205,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 205,
                                                        "column": 20
                                                      },
                                                      "identifierName": "definition"
                                                    },
                                                    "name": "definition"
                                                  },
                                                  "value": {
                                                    "type": "CallExpression",
                                                    "start": 7174,
                                                    "end": 7217,
                                                    "loc": {
                                                      "start": {
                                                        "line": 205,
                                                        "column": 22
                                                      },
                                                      "end": {
                                                        "line": 205,
                                                        "column": 65
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 7174,
                                                      "end": 7192,
                                                      "loc": {
                                                        "start": {
                                                          "line": 205,
                                                          "column": 22
                                                        },
                                                        "end": {
                                                          "line": 205,
                                                          "column": 40
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 7174,
                                                        "end": 7184,
                                                        "loc": {
                                                          "start": {
                                                            "line": 205,
                                                            "column": 22
                                                          },
                                                          "end": {
                                                            "line": 205,
                                                            "column": 32
                                                          },
                                                          "identifierName": "definition"
                                                        },
                                                        "name": "definition"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 7185,
                                                        "end": 7192,
                                                        "loc": {
                                                          "start": {
                                                            "line": 205,
                                                            "column": 33
                                                          },
                                                          "end": {
                                                            "line": 205,
                                                            "column": 40
                                                          },
                                                          "identifierName": "replace"
                                                        },
                                                        "name": "replace"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "RegExpLiteral",
                                                        "start": 7193,
                                                        "end": 7212,
                                                        "loc": {
                                                          "start": {
                                                            "line": 205,
                                                            "column": 41
                                                          },
                                                          "end": {
                                                            "line": 205,
                                                            "column": 60
                                                          }
                                                        },
                                                        "extra": {
                                                          "raw": "/.+?(?=REFERENCES)/"
                                                        },
                                                        "pattern": ".+?(?=REFERENCES)",
                                                        "flags": ""
                                                      },
                                                      {
                                                        "type": "StringLiteral",
                                                        "start": 7214,
                                                        "end": 7216,
                                                        "loc": {
                                                          "start": {
                                                            "line": 205,
                                                            "column": 62
                                                          },
                                                          "end": {
                                                            "line": 205,
                                                            "column": 64
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": "",
                                                          "raw": "''"
                                                        },
                                                        "value": ""
                                                      }
                                                    ]
                                                  }
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": {
                                "type": "BlockStatement",
                                "start": 7244,
                                "end": 7424,
                                "loc": {
                                  "start": {
                                    "line": 207,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 212,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 7254,
                                    "end": 7416,
                                    "loc": {
                                      "start": {
                                        "line": 208,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 211,
                                        "column": 12
                                      }
                                    },
                                    "expression": {
                                      "type": "CallExpression",
                                      "start": 7254,
                                      "end": 7415,
                                      "loc": {
                                        "start": {
                                          "line": 208,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 211,
                                          "column": 11
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 7254,
                                        "end": 7269,
                                        "loc": {
                                          "start": {
                                            "line": 208,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 208,
                                            "column": 23
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 7254,
                                          "end": 7264,
                                          "loc": {
                                            "start": {
                                              "line": 208,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 208,
                                              "column": 18
                                            },
                                            "identifierName": "attrString"
                                          },
                                          "name": "attrString"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7265,
                                          "end": 7269,
                                          "loc": {
                                            "start": {
                                              "line": 208,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 208,
                                              "column": 23
                                            },
                                            "identifierName": "push"
                                          },
                                          "name": "push"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "CallExpression",
                                          "start": 7270,
                                          "end": 7414,
                                          "loc": {
                                            "start": {
                                              "line": 208,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 211,
                                              "column": 10
                                            }
                                          },
                                          "callee": {
                                            "type": "CallExpression",
                                            "start": 7270,
                                            "end": 7323,
                                            "loc": {
                                              "start": {
                                                "line": 208,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 208,
                                                "column": 77
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 7270,
                                              "end": 7286,
                                              "loc": {
                                                "start": {
                                                  "line": 208,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 208,
                                                  "column": 40
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 7270,
                                                "end": 7277,
                                                "loc": {
                                                  "start": {
                                                    "line": 208,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 208,
                                                    "column": 31
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 7270,
                                                  "end": 7275,
                                                  "loc": {
                                                    "start": {
                                                      "line": 208,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 208,
                                                      "column": 29
                                                    },
                                                    "identifierName": "Utils"
                                                  },
                                                  "name": "Utils"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 7276,
                                                  "end": 7277,
                                                  "loc": {
                                                    "start": {
                                                      "line": 208,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 208,
                                                      "column": 31
                                                    },
                                                    "identifierName": "_"
                                                  },
                                                  "name": "_"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 7278,
                                                "end": 7286,
                                                "loc": {
                                                  "start": {
                                                    "line": 208,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 208,
                                                    "column": 40
                                                  },
                                                  "identifierName": "template"
                                                },
                                                "name": "template"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "StringLiteral",
                                                "start": 7287,
                                                "end": 7322,
                                                "loc": {
                                                  "start": {
                                                    "line": 208,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 208,
                                                    "column": 76
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "<%= attrName %> <%= definition %>",
                                                  "raw": "'<%= attrName %> <%= definition %>'"
                                                },
                                                "value": "<%= attrName %> <%= definition %>"
                                              }
                                            ]
                                          },
                                          "arguments": [
                                            {
                                              "type": "ObjectExpression",
                                              "start": 7324,
                                              "end": 7413,
                                              "loc": {
                                                "start": {
                                                  "line": 208,
                                                  "column": 78
                                                },
                                                "end": {
                                                  "line": 211,
                                                  "column": 9
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 7336,
                                                  "end": 7381,
                                                  "loc": {
                                                    "start": {
                                                      "line": 209,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 209,
                                                      "column": 55
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 7336,
                                                    "end": 7344,
                                                    "loc": {
                                                      "start": {
                                                        "line": 209,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 209,
                                                        "column": 18
                                                      },
                                                      "identifierName": "attrName"
                                                    },
                                                    "name": "attrName"
                                                  },
                                                  "value": {
                                                    "type": "CallExpression",
                                                    "start": 7346,
                                                    "end": 7381,
                                                    "loc": {
                                                      "start": {
                                                        "line": 209,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 209,
                                                        "column": 55
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 7346,
                                                      "end": 7366,
                                                      "loc": {
                                                        "start": {
                                                          "line": 209,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 209,
                                                          "column": 40
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "start": 7346,
                                                        "end": 7350,
                                                        "loc": {
                                                          "start": {
                                                            "line": 209,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 209,
                                                            "column": 24
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 7351,
                                                        "end": 7366,
                                                        "loc": {
                                                          "start": {
                                                            "line": 209,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 209,
                                                            "column": 40
                                                          },
                                                          "identifierName": "quoteIdentifier"
                                                        },
                                                        "name": "quoteIdentifier"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 7367,
                                                        "end": 7380,
                                                        "loc": {
                                                          "start": {
                                                            "line": 209,
                                                            "column": 41
                                                          },
                                                          "end": {
                                                            "line": 209,
                                                            "column": 54
                                                          },
                                                          "identifierName": "attributeName"
                                                        },
                                                        "name": "attributeName"
                                                      }
                                                    ]
                                                  }
                                                },
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 7393,
                                                  "end": 7403,
                                                  "loc": {
                                                    "start": {
                                                      "line": 210,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 210,
                                                      "column": 20
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": true,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 7393,
                                                    "end": 7403,
                                                    "loc": {
                                                      "start": {
                                                        "line": 210,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 210,
                                                        "column": 20
                                                      },
                                                      "identifierName": "definition"
                                                    },
                                                    "name": "definition"
                                                  },
                                                  "value": {
                                                    "type": "Identifier",
                                                    "start": 7393,
                                                    "end": 7403,
                                                    "loc": {
                                                      "start": {
                                                        "line": 210,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 210,
                                                        "column": 20
                                                      },
                                                      "identifierName": "definition"
                                                    },
                                                    "name": "definition"
                                                  },
                                                  "extra": {
                                                    "shorthand": true
                                                  }
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                ],
                                "directives": []
                              }
                            }
                          ],
                          "directives": []
                        }
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 7436,
                        "end": 7456,
                        "loc": {
                          "start": {
                            "line": 215,
                            "column": 4
                          },
                          "end": {
                            "line": 215,
                            "column": 24
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 7440,
                            "end": 7455,
                            "loc": {
                              "start": {
                                "line": 215,
                                "column": 8
                              },
                              "end": {
                                "line": 215,
                                "column": 23
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 7440,
                              "end": 7450,
                              "loc": {
                                "start": {
                                  "line": 215,
                                  "column": 8
                                },
                                "end": {
                                  "line": 215,
                                  "column": 18
                                },
                                "identifierName": "finalQuery"
                              },
                              "name": "finalQuery"
                            },
                            "init": {
                              "type": "StringLiteral",
                              "start": 7453,
                              "end": 7455,
                              "loc": {
                                "start": {
                                  "line": 215,
                                  "column": 21
                                },
                                "end": {
                                  "line": 215,
                                  "column": 23
                                }
                              },
                              "extra": {
                                "rawValue": "",
                                "raw": "''"
                              },
                              "value": ""
                            }
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "IfStatement",
                        "start": 7461,
                        "end": 7608,
                        "loc": {
                          "start": {
                            "line": 216,
                            "column": 4
                          },
                          "end": {
                            "line": 219,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "MemberExpression",
                          "start": 7465,
                          "end": 7482,
                          "loc": {
                            "start": {
                              "line": 216,
                              "column": 8
                            },
                            "end": {
                              "line": 216,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 7465,
                            "end": 7475,
                            "loc": {
                              "start": {
                                "line": 216,
                                "column": 8
                              },
                              "end": {
                                "line": 216,
                                "column": 18
                              },
                              "identifierName": "attrString"
                            },
                            "name": "attrString"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7476,
                            "end": 7482,
                            "loc": {
                              "start": {
                                "line": 216,
                                "column": 19
                              },
                              "end": {
                                "line": 216,
                                "column": 25
                              },
                              "identifierName": "length"
                            },
                            "name": "length"
                          },
                          "computed": false
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 7484,
                          "end": 7608,
                          "loc": {
                            "start": {
                              "line": 216,
                              "column": 27
                            },
                            "end": {
                              "line": 219,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 7492,
                              "end": 7546,
                              "loc": {
                                "start": {
                                  "line": 217,
                                  "column": 6
                                },
                                "end": {
                                  "line": 217,
                                  "column": 60
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 7492,
                                "end": 7545,
                                "loc": {
                                  "start": {
                                    "line": 217,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 217,
                                    "column": 59
                                  }
                                },
                                "operator": "+=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 7492,
                                  "end": 7502,
                                  "loc": {
                                    "start": {
                                      "line": 217,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 217,
                                      "column": 16
                                    },
                                    "identifierName": "finalQuery"
                                  },
                                  "name": "finalQuery"
                                },
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 7506,
                                  "end": 7545,
                                  "loc": {
                                    "start": {
                                      "line": 217,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 217,
                                      "column": 59
                                    }
                                  },
                                  "left": {
                                    "type": "StringLiteral",
                                    "start": 7506,
                                    "end": 7521,
                                    "loc": {
                                      "start": {
                                        "line": 217,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 217,
                                        "column": 35
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "ALTER COLUMN ",
                                      "raw": "'ALTER COLUMN '"
                                    },
                                    "value": "ALTER COLUMN "
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 7524,
                                    "end": 7545,
                                    "loc": {
                                      "start": {
                                        "line": 217,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 217,
                                        "column": 59
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 7524,
                                      "end": 7539,
                                      "loc": {
                                        "start": {
                                          "line": 217,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 217,
                                          "column": 53
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 7524,
                                        "end": 7534,
                                        "loc": {
                                          "start": {
                                            "line": 217,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 217,
                                            "column": 48
                                          },
                                          "identifierName": "attrString"
                                        },
                                        "name": "attrString"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7535,
                                        "end": 7539,
                                        "loc": {
                                          "start": {
                                            "line": 217,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 217,
                                            "column": 53
                                          },
                                          "identifierName": "join"
                                        },
                                        "name": "join"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "StringLiteral",
                                        "start": 7540,
                                        "end": 7544,
                                        "loc": {
                                          "start": {
                                            "line": 217,
                                            "column": 54
                                          },
                                          "end": {
                                            "line": 217,
                                            "column": 58
                                          }
                                        },
                                        "extra": {
                                          "rawValue": ", ",
                                          "raw": "', '"
                                        },
                                        "value": ", "
                                      }
                                    ]
                                  }
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 7553,
                              "end": 7602,
                              "loc": {
                                "start": {
                                  "line": 218,
                                  "column": 6
                                },
                                "end": {
                                  "line": 218,
                                  "column": 55
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 7553,
                                "end": 7601,
                                "loc": {
                                  "start": {
                                    "line": 218,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 218,
                                    "column": 54
                                  }
                                },
                                "operator": "+=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 7553,
                                  "end": 7563,
                                  "loc": {
                                    "start": {
                                      "line": 218,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 218,
                                      "column": 16
                                    },
                                    "identifierName": "finalQuery"
                                  },
                                  "name": "finalQuery"
                                },
                                "right": {
                                  "type": "ConditionalExpression",
                                  "start": 7567,
                                  "end": 7601,
                                  "loc": {
                                    "start": {
                                      "line": 218,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 218,
                                      "column": 54
                                    }
                                  },
                                  "test": {
                                    "type": "MemberExpression",
                                    "start": 7567,
                                    "end": 7590,
                                    "loc": {
                                      "start": {
                                        "line": 218,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 218,
                                        "column": 43
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 7567,
                                      "end": 7583,
                                      "loc": {
                                        "start": {
                                          "line": 218,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 218,
                                          "column": 36
                                        },
                                        "identifierName": "constraintString"
                                      },
                                      "name": "constraintString"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7584,
                                      "end": 7590,
                                      "loc": {
                                        "start": {
                                          "line": 218,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 218,
                                          "column": 43
                                        },
                                        "identifierName": "length"
                                      },
                                      "name": "length"
                                    },
                                    "computed": false
                                  },
                                  "consequent": {
                                    "type": "StringLiteral",
                                    "start": 7593,
                                    "end": 7596,
                                    "loc": {
                                      "start": {
                                        "line": 218,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 218,
                                        "column": 49
                                      }
                                    },
                                    "extra": {
                                      "rawValue": " ",
                                      "raw": "' '"
                                    },
                                    "value": " "
                                  },
                                  "alternate": {
                                    "type": "StringLiteral",
                                    "start": 7599,
                                    "end": 7601,
                                    "loc": {
                                      "start": {
                                        "line": 218,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 218,
                                        "column": 54
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "",
                                      "raw": "''"
                                    },
                                    "value": ""
                                  }
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "IfStatement",
                        "start": 7613,
                        "end": 7718,
                        "loc": {
                          "start": {
                            "line": 220,
                            "column": 4
                          },
                          "end": {
                            "line": 222,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "MemberExpression",
                          "start": 7617,
                          "end": 7640,
                          "loc": {
                            "start": {
                              "line": 220,
                              "column": 8
                            },
                            "end": {
                              "line": 220,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 7617,
                            "end": 7633,
                            "loc": {
                              "start": {
                                "line": 220,
                                "column": 8
                              },
                              "end": {
                                "line": 220,
                                "column": 24
                              },
                              "identifierName": "constraintString"
                            },
                            "name": "constraintString"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7634,
                            "end": 7640,
                            "loc": {
                              "start": {
                                "line": 220,
                                "column": 25
                              },
                              "end": {
                                "line": 220,
                                "column": 31
                              },
                              "identifierName": "length"
                            },
                            "name": "length"
                          },
                          "computed": false
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 7642,
                          "end": 7718,
                          "loc": {
                            "start": {
                              "line": 220,
                              "column": 33
                            },
                            "end": {
                              "line": 222,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 7650,
                              "end": 7712,
                              "loc": {
                                "start": {
                                  "line": 221,
                                  "column": 6
                                },
                                "end": {
                                  "line": 221,
                                  "column": 68
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 7650,
                                "end": 7711,
                                "loc": {
                                  "start": {
                                    "line": 221,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 221,
                                    "column": 67
                                  }
                                },
                                "operator": "+=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 7650,
                                  "end": 7660,
                                  "loc": {
                                    "start": {
                                      "line": 221,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 221,
                                      "column": 16
                                    },
                                    "identifierName": "finalQuery"
                                  },
                                  "name": "finalQuery"
                                },
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 7664,
                                  "end": 7711,
                                  "loc": {
                                    "start": {
                                      "line": 221,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 221,
                                      "column": 67
                                    }
                                  },
                                  "left": {
                                    "type": "StringLiteral",
                                    "start": 7664,
                                    "end": 7681,
                                    "loc": {
                                      "start": {
                                        "line": 221,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 221,
                                        "column": 37
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "ADD CONSTRAINT ",
                                      "raw": "'ADD CONSTRAINT '"
                                    },
                                    "value": "ADD CONSTRAINT "
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 7684,
                                    "end": 7711,
                                    "loc": {
                                      "start": {
                                        "line": 221,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 221,
                                        "column": 67
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 7684,
                                      "end": 7705,
                                      "loc": {
                                        "start": {
                                          "line": 221,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 221,
                                          "column": 61
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 7684,
                                        "end": 7700,
                                        "loc": {
                                          "start": {
                                            "line": 221,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 221,
                                            "column": 56
                                          },
                                          "identifierName": "constraintString"
                                        },
                                        "name": "constraintString"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7701,
                                        "end": 7705,
                                        "loc": {
                                          "start": {
                                            "line": 221,
                                            "column": 57
                                          },
                                          "end": {
                                            "line": 221,
                                            "column": 61
                                          },
                                          "identifierName": "join"
                                        },
                                        "name": "join"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "StringLiteral",
                                        "start": 7706,
                                        "end": 7710,
                                        "loc": {
                                          "start": {
                                            "line": 221,
                                            "column": 62
                                          },
                                          "end": {
                                            "line": 221,
                                            "column": 66
                                          }
                                        },
                                        "extra": {
                                          "rawValue": ", ",
                                          "raw": "', '"
                                        },
                                        "value": ", "
                                      }
                                    ]
                                  }
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 7724,
                        "end": 7833,
                        "loc": {
                          "start": {
                            "line": 224,
                            "column": 4
                          },
                          "end": {
                            "line": 227,
                            "column": 7
                          }
                        },
                        "argument": {
                          "type": "CallExpression",
                          "start": 7731,
                          "end": 7832,
                          "loc": {
                            "start": {
                              "line": 224,
                              "column": 11
                            },
                            "end": {
                              "line": 227,
                              "column": 6
                            }
                          },
                          "callee": {
                            "type": "CallExpression",
                            "start": 7731,
                            "end": 7754,
                            "loc": {
                              "start": {
                                "line": 224,
                                "column": 11
                              },
                              "end": {
                                "line": 224,
                                "column": 34
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7731,
                              "end": 7747,
                              "loc": {
                                "start": {
                                  "line": 224,
                                  "column": 11
                                },
                                "end": {
                                  "line": 224,
                                  "column": 27
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 7731,
                                "end": 7738,
                                "loc": {
                                  "start": {
                                    "line": 224,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 224,
                                    "column": 18
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 7731,
                                  "end": 7736,
                                  "loc": {
                                    "start": {
                                      "line": 224,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 224,
                                      "column": 16
                                    },
                                    "identifierName": "Utils"
                                  },
                                  "name": "Utils"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7737,
                                  "end": 7738,
                                  "loc": {
                                    "start": {
                                      "line": 224,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 224,
                                      "column": 18
                                    },
                                    "identifierName": "_"
                                  },
                                  "name": "_"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7739,
                                "end": 7747,
                                "loc": {
                                  "start": {
                                    "line": 224,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 224,
                                    "column": 27
                                  },
                                  "identifierName": "template"
                                },
                                "name": "template"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 7748,
                                "end": 7753,
                                "loc": {
                                  "start": {
                                    "line": 224,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 224,
                                    "column": 33
                                  },
                                  "identifierName": "query"
                                },
                                "name": "query"
                              }
                            ]
                          },
                          "arguments": [
                            {
                              "type": "ObjectExpression",
                              "start": 7755,
                              "end": 7831,
                              "loc": {
                                "start": {
                                  "line": 224,
                                  "column": 35
                                },
                                "end": {
                                  "line": 227,
                                  "column": 5
                                }
                              },
                              "properties": [
                                {
                                  "type": "ObjectProperty",
                                  "start": 7763,
                                  "end": 7800,
                                  "loc": {
                                    "start": {
                                      "line": 225,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 225,
                                      "column": 43
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 7763,
                                    "end": 7772,
                                    "loc": {
                                      "start": {
                                        "line": 225,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 225,
                                        "column": 15
                                      },
                                      "identifierName": "tableName"
                                    },
                                    "name": "tableName"
                                  },
                                  "value": {
                                    "type": "CallExpression",
                                    "start": 7774,
                                    "end": 7800,
                                    "loc": {
                                      "start": {
                                        "line": 225,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 225,
                                        "column": 43
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 7774,
                                      "end": 7789,
                                      "loc": {
                                        "start": {
                                          "line": 225,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 225,
                                          "column": 32
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 7774,
                                        "end": 7778,
                                        "loc": {
                                          "start": {
                                            "line": 225,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 225,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7779,
                                        "end": 7789,
                                        "loc": {
                                          "start": {
                                            "line": 225,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 225,
                                            "column": 32
                                          },
                                          "identifierName": "quoteTable"
                                        },
                                        "name": "quoteTable"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 7790,
                                        "end": 7799,
                                        "loc": {
                                          "start": {
                                            "line": 225,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 225,
                                            "column": 42
                                          },
                                          "identifierName": "tableName"
                                        },
                                        "name": "tableName"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 7808,
                                  "end": 7825,
                                  "loc": {
                                    "start": {
                                      "line": 226,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 226,
                                      "column": 23
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 7808,
                                    "end": 7813,
                                    "loc": {
                                      "start": {
                                        "line": 226,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 226,
                                        "column": 11
                                      },
                                      "identifierName": "query"
                                    },
                                    "name": "query"
                                  },
                                  "value": {
                                    "type": "Identifier",
                                    "start": 7815,
                                    "end": 7825,
                                    "loc": {
                                      "start": {
                                        "line": 226,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 226,
                                        "column": 23
                                      },
                                      "identifierName": "finalQuery"
                                    },
                                    "name": "finalQuery"
                                  }
                                }
                              ]
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 7842,
                  "end": 8177,
                  "loc": {
                    "start": {
                      "line": 230,
                      "column": 2
                    },
                    "end": {
                      "line": 239,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 7842,
                    "end": 7859,
                    "loc": {
                      "start": {
                        "line": 230,
                        "column": 2
                      },
                      "end": {
                        "line": 230,
                        "column": 19
                      },
                      "identifierName": "renameColumnQuery"
                    },
                    "name": "renameColumnQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 7860,
                      "end": 7869,
                      "loc": {
                        "start": {
                          "line": 230,
                          "column": 20
                        },
                        "end": {
                          "line": 230,
                          "column": 29
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    },
                    {
                      "type": "Identifier",
                      "start": 7871,
                      "end": 7881,
                      "loc": {
                        "start": {
                          "line": 230,
                          "column": 31
                        },
                        "end": {
                          "line": 230,
                          "column": 41
                        },
                        "identifierName": "attrBefore"
                      },
                      "name": "attrBefore"
                    },
                    {
                      "type": "Identifier",
                      "start": 7883,
                      "end": 7893,
                      "loc": {
                        "start": {
                          "line": 230,
                          "column": 43
                        },
                        "end": {
                          "line": 230,
                          "column": 53
                        },
                        "identifierName": "attributes"
                      },
                      "name": "attributes"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 7895,
                    "end": 8177,
                    "loc": {
                      "start": {
                        "line": 230,
                        "column": 55
                      },
                      "end": {
                        "line": 239,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 7901,
                        "end": 8035,
                        "loc": {
                          "start": {
                            "line": 231,
                            "column": 4
                          },
                          "end": {
                            "line": 232,
                            "column": 45
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 7905,
                            "end": 7989,
                            "loc": {
                              "start": {
                                "line": 231,
                                "column": 8
                              },
                              "end": {
                                "line": 231,
                                "column": 92
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 7905,
                              "end": 7910,
                              "loc": {
                                "start": {
                                  "line": 231,
                                  "column": 8
                                },
                                "end": {
                                  "line": 231,
                                  "column": 13
                                },
                                "identifierName": "query"
                              },
                              "name": "query"
                            },
                            "init": {
                              "type": "StringLiteral",
                              "start": 7913,
                              "end": 7989,
                              "loc": {
                                "start": {
                                  "line": 231,
                                  "column": 16
                                },
                                "end": {
                                  "line": 231,
                                  "column": 92
                                }
                              },
                              "extra": {
                                "rawValue": "EXEC sp_rename '<%= tableName %>.<%= before %>', '<%= after %>', 'COLUMN';",
                                "raw": "\"EXEC sp_rename '<%= tableName %>.<%= before %>', '<%= after %>', 'COLUMN';\""
                              },
                              "value": "EXEC sp_rename '<%= tableName %>.<%= before %>', '<%= after %>', 'COLUMN';"
                            }
                          },
                          {
                            "type": "VariableDeclarator",
                            "start": 7998,
                            "end": 8034,
                            "loc": {
                              "start": {
                                "line": 232,
                                "column": 8
                              },
                              "end": {
                                "line": 232,
                                "column": 44
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 7998,
                              "end": 8005,
                              "loc": {
                                "start": {
                                  "line": 232,
                                  "column": 8
                                },
                                "end": {
                                  "line": 232,
                                  "column": 15
                                },
                                "identifierName": "newName"
                              },
                              "name": "newName"
                            },
                            "init": {
                              "type": "MemberExpression",
                              "start": 8008,
                              "end": 8034,
                              "loc": {
                                "start": {
                                  "line": 232,
                                  "column": 18
                                },
                                "end": {
                                  "line": 232,
                                  "column": 44
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 8008,
                                "end": 8031,
                                "loc": {
                                  "start": {
                                    "line": 232,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 232,
                                    "column": 41
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 8008,
                                  "end": 8019,
                                  "loc": {
                                    "start": {
                                      "line": 232,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 232,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 8008,
                                    "end": 8014,
                                    "loc": {
                                      "start": {
                                        "line": 232,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 232,
                                        "column": 24
                                      },
                                      "identifierName": "Object"
                                    },
                                    "name": "Object"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8015,
                                    "end": 8019,
                                    "loc": {
                                      "start": {
                                        "line": 232,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 232,
                                        "column": 29
                                      },
                                      "identifierName": "keys"
                                    },
                                    "name": "keys"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 8020,
                                    "end": 8030,
                                    "loc": {
                                      "start": {
                                        "line": 232,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 232,
                                        "column": 40
                                      },
                                      "identifierName": "attributes"
                                    },
                                    "name": "attributes"
                                  }
                                ]
                              },
                              "property": {
                                "type": "NumericLiteral",
                                "start": 8032,
                                "end": 8033,
                                "loc": {
                                  "start": {
                                    "line": 232,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 232,
                                    "column": 43
                                  }
                                },
                                "extra": {
                                  "rawValue": 0,
                                  "raw": "0"
                                },
                                "value": 0
                              },
                              "computed": true
                            }
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 8041,
                        "end": 8173,
                        "loc": {
                          "start": {
                            "line": 234,
                            "column": 4
                          },
                          "end": {
                            "line": 238,
                            "column": 7
                          }
                        },
                        "argument": {
                          "type": "CallExpression",
                          "start": 8048,
                          "end": 8172,
                          "loc": {
                            "start": {
                              "line": 234,
                              "column": 11
                            },
                            "end": {
                              "line": 238,
                              "column": 6
                            }
                          },
                          "callee": {
                            "type": "CallExpression",
                            "start": 8048,
                            "end": 8071,
                            "loc": {
                              "start": {
                                "line": 234,
                                "column": 11
                              },
                              "end": {
                                "line": 234,
                                "column": 34
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 8048,
                              "end": 8064,
                              "loc": {
                                "start": {
                                  "line": 234,
                                  "column": 11
                                },
                                "end": {
                                  "line": 234,
                                  "column": 27
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 8048,
                                "end": 8055,
                                "loc": {
                                  "start": {
                                    "line": 234,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 234,
                                    "column": 18
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 8048,
                                  "end": 8053,
                                  "loc": {
                                    "start": {
                                      "line": 234,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 234,
                                      "column": 16
                                    },
                                    "identifierName": "Utils"
                                  },
                                  "name": "Utils"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8054,
                                  "end": 8055,
                                  "loc": {
                                    "start": {
                                      "line": 234,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 234,
                                      "column": 18
                                    },
                                    "identifierName": "_"
                                  },
                                  "name": "_"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 8056,
                                "end": 8064,
                                "loc": {
                                  "start": {
                                    "line": 234,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 234,
                                    "column": 27
                                  },
                                  "identifierName": "template"
                                },
                                "name": "template"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 8065,
                                "end": 8070,
                                "loc": {
                                  "start": {
                                    "line": 234,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 234,
                                    "column": 33
                                  },
                                  "identifierName": "query"
                                },
                                "name": "query"
                              }
                            ]
                          },
                          "arguments": [
                            {
                              "type": "ObjectExpression",
                              "start": 8072,
                              "end": 8171,
                              "loc": {
                                "start": {
                                  "line": 234,
                                  "column": 35
                                },
                                "end": {
                                  "line": 238,
                                  "column": 5
                                }
                              },
                              "properties": [
                                {
                                  "type": "ObjectProperty",
                                  "start": 8080,
                                  "end": 8117,
                                  "loc": {
                                    "start": {
                                      "line": 235,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 235,
                                      "column": 43
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 8080,
                                    "end": 8089,
                                    "loc": {
                                      "start": {
                                        "line": 235,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 235,
                                        "column": 15
                                      },
                                      "identifierName": "tableName"
                                    },
                                    "name": "tableName"
                                  },
                                  "value": {
                                    "type": "CallExpression",
                                    "start": 8091,
                                    "end": 8117,
                                    "loc": {
                                      "start": {
                                        "line": 235,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 235,
                                        "column": 43
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 8091,
                                      "end": 8106,
                                      "loc": {
                                        "start": {
                                          "line": 235,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 235,
                                          "column": 32
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 8091,
                                        "end": 8095,
                                        "loc": {
                                          "start": {
                                            "line": 235,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 235,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8096,
                                        "end": 8106,
                                        "loc": {
                                          "start": {
                                            "line": 235,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 235,
                                            "column": 32
                                          },
                                          "identifierName": "quoteTable"
                                        },
                                        "name": "quoteTable"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 8107,
                                        "end": 8116,
                                        "loc": {
                                          "start": {
                                            "line": 235,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 235,
                                            "column": 42
                                          },
                                          "identifierName": "tableName"
                                        },
                                        "name": "tableName"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 8125,
                                  "end": 8143,
                                  "loc": {
                                    "start": {
                                      "line": 236,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 236,
                                      "column": 24
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 8125,
                                    "end": 8131,
                                    "loc": {
                                      "start": {
                                        "line": 236,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 236,
                                        "column": 12
                                      },
                                      "identifierName": "before"
                                    },
                                    "name": "before"
                                  },
                                  "value": {
                                    "type": "Identifier",
                                    "start": 8133,
                                    "end": 8143,
                                    "loc": {
                                      "start": {
                                        "line": 236,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 236,
                                        "column": 24
                                      },
                                      "identifierName": "attrBefore"
                                    },
                                    "name": "attrBefore"
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 8151,
                                  "end": 8165,
                                  "loc": {
                                    "start": {
                                      "line": 237,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 237,
                                      "column": 20
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 8151,
                                    "end": 8156,
                                    "loc": {
                                      "start": {
                                        "line": 237,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 237,
                                        "column": 11
                                      },
                                      "identifierName": "after"
                                    },
                                    "name": "after"
                                  },
                                  "value": {
                                    "type": "Identifier",
                                    "start": 8158,
                                    "end": 8165,
                                    "loc": {
                                      "start": {
                                        "line": 237,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 237,
                                        "column": 20
                                      },
                                      "identifierName": "newName"
                                    },
                                    "name": "newName"
                                  }
                                }
                              ]
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 8182,
                  "end": 10697,
                  "loc": {
                    "start": {
                      "line": 241,
                      "column": 2
                    },
                    "end": {
                      "line": 314,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 8182,
                    "end": 8197,
                    "loc": {
                      "start": {
                        "line": 241,
                        "column": 2
                      },
                      "end": {
                        "line": 241,
                        "column": 17
                      },
                      "identifierName": "bulkInsertQuery"
                    },
                    "name": "bulkInsertQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 8198,
                      "end": 8207,
                      "loc": {
                        "start": {
                          "line": 241,
                          "column": 18
                        },
                        "end": {
                          "line": 241,
                          "column": 27
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    },
                    {
                      "type": "Identifier",
                      "start": 8209,
                      "end": 8224,
                      "loc": {
                        "start": {
                          "line": 241,
                          "column": 29
                        },
                        "end": {
                          "line": 241,
                          "column": 44
                        },
                        "identifierName": "attrValueHashes"
                      },
                      "name": "attrValueHashes"
                    },
                    {
                      "type": "Identifier",
                      "start": 8226,
                      "end": 8233,
                      "loc": {
                        "start": {
                          "line": 241,
                          "column": 46
                        },
                        "end": {
                          "line": 241,
                          "column": 53
                        },
                        "identifierName": "options"
                      },
                      "name": "options"
                    },
                    {
                      "type": "Identifier",
                      "start": 8235,
                      "end": 8245,
                      "loc": {
                        "start": {
                          "line": 241,
                          "column": 55
                        },
                        "end": {
                          "line": 241,
                          "column": 65
                        },
                        "identifierName": "attributes"
                      },
                      "name": "attributes"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 8247,
                    "end": 10697,
                    "loc": {
                      "start": {
                        "line": 241,
                        "column": 67
                      },
                      "end": {
                        "line": 314,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ExpressionStatement",
                        "start": 8253,
                        "end": 8277,
                        "loc": {
                          "start": {
                            "line": 242,
                            "column": 4
                          },
                          "end": {
                            "line": 242,
                            "column": 28
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 8253,
                          "end": 8276,
                          "loc": {
                            "start": {
                              "line": 242,
                              "column": 4
                            },
                            "end": {
                              "line": 242,
                              "column": 27
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "Identifier",
                            "start": 8253,
                            "end": 8260,
                            "loc": {
                              "start": {
                                "line": 242,
                                "column": 4
                              },
                              "end": {
                                "line": 242,
                                "column": 11
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          "right": {
                            "type": "LogicalExpression",
                            "start": 8263,
                            "end": 8276,
                            "loc": {
                              "start": {
                                "line": 242,
                                "column": 14
                              },
                              "end": {
                                "line": 242,
                                "column": 27
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 8263,
                              "end": 8270,
                              "loc": {
                                "start": {
                                  "line": 242,
                                  "column": 14
                                },
                                "end": {
                                  "line": 242,
                                  "column": 21
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            "operator": "||",
                            "right": {
                              "type": "ObjectExpression",
                              "start": 8274,
                              "end": 8276,
                              "loc": {
                                "start": {
                                  "line": 242,
                                  "column": 25
                                },
                                "end": {
                                  "line": 242,
                                  "column": 27
                                }
                              },
                              "properties": []
                            }
                          }
                        }
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 8282,
                        "end": 8312,
                        "loc": {
                          "start": {
                            "line": 243,
                            "column": 4
                          },
                          "end": {
                            "line": 243,
                            "column": 34
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 8282,
                          "end": 8311,
                          "loc": {
                            "start": {
                              "line": 243,
                              "column": 4
                            },
                            "end": {
                              "line": 243,
                              "column": 33
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "Identifier",
                            "start": 8282,
                            "end": 8292,
                            "loc": {
                              "start": {
                                "line": 243,
                                "column": 4
                              },
                              "end": {
                                "line": 243,
                                "column": 14
                              },
                              "identifierName": "attributes"
                            },
                            "name": "attributes"
                          },
                          "right": {
                            "type": "LogicalExpression",
                            "start": 8295,
                            "end": 8311,
                            "loc": {
                              "start": {
                                "line": 243,
                                "column": 17
                              },
                              "end": {
                                "line": 243,
                                "column": 33
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 8295,
                              "end": 8305,
                              "loc": {
                                "start": {
                                  "line": 243,
                                  "column": 17
                                },
                                "end": {
                                  "line": 243,
                                  "column": 27
                                },
                                "identifierName": "attributes"
                              },
                              "name": "attributes"
                            },
                            "operator": "||",
                            "right": {
                              "type": "ObjectExpression",
                              "start": 8309,
                              "end": 8311,
                              "loc": {
                                "start": {
                                  "line": 243,
                                  "column": 31
                                },
                                "end": {
                                  "line": 243,
                                  "column": 33
                                }
                              },
                              "properties": []
                            }
                          }
                        }
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 8317,
                        "end": 8623,
                        "loc": {
                          "start": {
                            "line": 244,
                            "column": 4
                          },
                          "end": {
                            "line": 250,
                            "column": 23
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 8321,
                            "end": 8410,
                            "loc": {
                              "start": {
                                "line": 244,
                                "column": 8
                              },
                              "end": {
                                "line": 244,
                                "column": 97
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 8321,
                              "end": 8326,
                              "loc": {
                                "start": {
                                  "line": 244,
                                  "column": 8
                                },
                                "end": {
                                  "line": 244,
                                  "column": 13
                                },
                                "identifierName": "query"
                              },
                              "name": "query"
                            },
                            "init": {
                              "type": "StringLiteral",
                              "start": 8329,
                              "end": 8410,
                              "loc": {
                                "start": {
                                  "line": 244,
                                  "column": 16
                                },
                                "end": {
                                  "line": 244,
                                  "column": 97
                                }
                              },
                              "extra": {
                                "rawValue": "INSERT INTO <%= table %> (<%= attributes %>)<%= output %> VALUES <%= tuples %>;",
                                "raw": "'INSERT INTO <%= table %> (<%= attributes %>)<%= output %> VALUES <%= tuples %>;'"
                              },
                              "value": "INSERT INTO <%= table %> (<%= attributes %>)<%= output %> VALUES <%= tuples %>;"
                            }
                          },
                          {
                            "type": "VariableDeclarator",
                            "start": 8419,
                            "end": 8486,
                            "loc": {
                              "start": {
                                "line": 245,
                                "column": 8
                              },
                              "end": {
                                "line": 245,
                                "column": 75
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 8419,
                              "end": 8429,
                              "loc": {
                                "start": {
                                  "line": 245,
                                  "column": 8
                                },
                                "end": {
                                  "line": 245,
                                  "column": 18
                                },
                                "identifierName": "emptyQuery"
                              },
                              "name": "emptyQuery"
                            },
                            "init": {
                              "type": "StringLiteral",
                              "start": 8432,
                              "end": 8486,
                              "loc": {
                                "start": {
                                  "line": 245,
                                  "column": 21
                                },
                                "end": {
                                  "line": 245,
                                  "column": 75
                                }
                              },
                              "extra": {
                                "rawValue": "INSERT INTO <%= table %><%= output %> DEFAULT VALUES",
                                "raw": "'INSERT INTO <%= table %><%= output %> DEFAULT VALUES'"
                              },
                              "value": "INSERT INTO <%= table %><%= output %> DEFAULT VALUES"
                            }
                          },
                          {
                            "type": "VariableDeclarator",
                            "start": 8495,
                            "end": 8506,
                            "loc": {
                              "start": {
                                "line": 246,
                                "column": 8
                              },
                              "end": {
                                "line": 246,
                                "column": 19
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 8495,
                              "end": 8501,
                              "loc": {
                                "start": {
                                  "line": 246,
                                  "column": 8
                                },
                                "end": {
                                  "line": 246,
                                  "column": 14
                                },
                                "identifierName": "tuples"
                              },
                              "name": "tuples"
                            },
                            "init": {
                              "type": "ArrayExpression",
                              "start": 8504,
                              "end": 8506,
                              "loc": {
                                "start": {
                                  "line": 246,
                                  "column": 17
                                },
                                "end": {
                                  "line": 246,
                                  "column": 19
                                }
                              },
                              "elements": []
                            }
                          },
                          {
                            "type": "VariableDeclarator",
                            "start": 8515,
                            "end": 8533,
                            "loc": {
                              "start": {
                                "line": 247,
                                "column": 8
                              },
                              "end": {
                                "line": 247,
                                "column": 26
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 8515,
                              "end": 8528,
                              "loc": {
                                "start": {
                                  "line": 247,
                                  "column": 8
                                },
                                "end": {
                                  "line": 247,
                                  "column": 21
                                },
                                "identifierName": "allAttributes"
                              },
                              "name": "allAttributes"
                            },
                            "init": {
                              "type": "ArrayExpression",
                              "start": 8531,
                              "end": 8533,
                              "loc": {
                                "start": {
                                  "line": 247,
                                  "column": 24
                                },
                                "end": {
                                  "line": 247,
                                  "column": 26
                                }
                              },
                              "elements": []
                            }
                          },
                          {
                            "type": "VariableDeclarator",
                            "start": 8542,
                            "end": 8575,
                            "loc": {
                              "start": {
                                "line": 248,
                                "column": 8
                              },
                              "end": {
                                "line": 248,
                                "column": 41
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 8542,
                              "end": 8567,
                              "loc": {
                                "start": {
                                  "line": 248,
                                  "column": 8
                                },
                                "end": {
                                  "line": 248,
                                  "column": 33
                                },
                                "identifierName": "needIdentityInsertWrapper"
                              },
                              "name": "needIdentityInsertWrapper"
                            },
                            "init": {
                              "type": "BooleanLiteral",
                              "start": 8570,
                              "end": 8575,
                              "loc": {
                                "start": {
                                  "line": 248,
                                  "column": 36
                                },
                                "end": {
                                  "line": 248,
                                  "column": 41
                                }
                              },
                              "value": false
                            }
                          },
                          {
                            "type": "VariableDeclarator",
                            "start": 8584,
                            "end": 8599,
                            "loc": {
                              "start": {
                                "line": 249,
                                "column": 8
                              },
                              "end": {
                                "line": 249,
                                "column": 23
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 8584,
                              "end": 8594,
                              "loc": {
                                "start": {
                                  "line": 249,
                                  "column": 8
                                },
                                "end": {
                                  "line": 249,
                                  "column": 18
                                },
                                "identifierName": "allQueries"
                              },
                              "name": "allQueries"
                            },
                            "init": {
                              "type": "ArrayExpression",
                              "start": 8597,
                              "end": 8599,
                              "loc": {
                                "start": {
                                  "line": 249,
                                  "column": 21
                                },
                                "end": {
                                  "line": 249,
                                  "column": 23
                                }
                              },
                              "elements": []
                            }
                          },
                          {
                            "type": "VariableDeclarator",
                            "start": 8608,
                            "end": 8622,
                            "loc": {
                              "start": {
                                "line": 250,
                                "column": 8
                              },
                              "end": {
                                "line": 250,
                                "column": 22
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 8608,
                              "end": 8622,
                              "loc": {
                                "start": {
                                  "line": 250,
                                  "column": 8
                                },
                                "end": {
                                  "line": 250,
                                  "column": 22
                                },
                                "identifierName": "outputFragment"
                              },
                              "name": "outputFragment"
                            },
                            "init": null
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "IfStatement",
                        "start": 8629,
                        "end": 8704,
                        "loc": {
                          "start": {
                            "line": 252,
                            "column": 4
                          },
                          "end": {
                            "line": 254,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "MemberExpression",
                          "start": 8633,
                          "end": 8650,
                          "loc": {
                            "start": {
                              "line": 252,
                              "column": 8
                            },
                            "end": {
                              "line": 252,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 8633,
                            "end": 8640,
                            "loc": {
                              "start": {
                                "line": 252,
                                "column": 8
                              },
                              "end": {
                                "line": 252,
                                "column": 15
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 8641,
                            "end": 8650,
                            "loc": {
                              "start": {
                                "line": 252,
                                "column": 16
                              },
                              "end": {
                                "line": 252,
                                "column": 25
                              },
                              "identifierName": "returning"
                            },
                            "name": "returning"
                          },
                          "computed": false
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 8652,
                          "end": 8704,
                          "loc": {
                            "start": {
                              "line": 252,
                              "column": 27
                            },
                            "end": {
                              "line": 254,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 8660,
                              "end": 8698,
                              "loc": {
                                "start": {
                                  "line": 253,
                                  "column": 6
                                },
                                "end": {
                                  "line": 253,
                                  "column": 44
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 8660,
                                "end": 8697,
                                "loc": {
                                  "start": {
                                    "line": 253,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 253,
                                    "column": 43
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 8660,
                                  "end": 8674,
                                  "loc": {
                                    "start": {
                                      "line": 253,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 253,
                                      "column": 20
                                    },
                                    "identifierName": "outputFragment"
                                  },
                                  "name": "outputFragment"
                                },
                                "right": {
                                  "type": "StringLiteral",
                                  "start": 8677,
                                  "end": 8697,
                                  "loc": {
                                    "start": {
                                      "line": 253,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 253,
                                      "column": 43
                                    }
                                  },
                                  "extra": {
                                    "rawValue": " OUTPUT INSERTED.*",
                                    "raw": "' OUTPUT INSERTED.*'"
                                  },
                                  "value": " OUTPUT INSERTED.*"
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 8710,
                        "end": 9503,
                        "loc": {
                          "start": {
                            "line": 256,
                            "column": 4
                          },
                          "end": {
                            "line": 278,
                            "column": 7
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 8710,
                          "end": 9502,
                          "loc": {
                            "start": {
                              "line": 256,
                              "column": 4
                            },
                            "end": {
                              "line": 278,
                              "column": 6
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 8710,
                            "end": 8725,
                            "loc": {
                              "start": {
                                "line": 256,
                                "column": 4
                              },
                              "end": {
                                "line": 256,
                                "column": 19
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 8710,
                              "end": 8717,
                              "loc": {
                                "start": {
                                  "line": 256,
                                  "column": 4
                                },
                                "end": {
                                  "line": 256,
                                  "column": 11
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 8710,
                                "end": 8715,
                                "loc": {
                                  "start": {
                                    "line": 256,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 256,
                                    "column": 9
                                  },
                                  "identifierName": "Utils"
                                },
                                "name": "Utils"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 8716,
                                "end": 8717,
                                "loc": {
                                  "start": {
                                    "line": 256,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 256,
                                    "column": 11
                                  },
                                  "identifierName": "_"
                                },
                                "name": "_"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 8718,
                              "end": 8725,
                              "loc": {
                                "start": {
                                  "line": 256,
                                  "column": 12
                                },
                                "end": {
                                  "line": 256,
                                  "column": 19
                                },
                                "identifierName": "forEach"
                              },
                              "name": "forEach"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 8726,
                              "end": 8741,
                              "loc": {
                                "start": {
                                  "line": 256,
                                  "column": 20
                                },
                                "end": {
                                  "line": 256,
                                  "column": 35
                                },
                                "identifierName": "attrValueHashes"
                              },
                              "name": "attrValueHashes"
                            },
                            {
                              "type": "FunctionExpression",
                              "start": 8743,
                              "end": 9501,
                              "loc": {
                                "start": {
                                  "line": 256,
                                  "column": 37
                                },
                                "end": {
                                  "line": 278,
                                  "column": 5
                                }
                              },
                              "id": null,
                              "generator": false,
                              "expression": false,
                              "async": false,
                              "params": [
                                {
                                  "type": "Identifier",
                                  "start": 8752,
                                  "end": 8765,
                                  "loc": {
                                    "start": {
                                      "line": 256,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 256,
                                      "column": 59
                                    },
                                    "identifierName": "attrValueHash"
                                  },
                                  "name": "attrValueHash"
                                }
                              ],
                              "body": {
                                "type": "BlockStatement",
                                "start": 8767,
                                "end": 9501,
                                "loc": {
                                  "start": {
                                    "line": 256,
                                    "column": 61
                                  },
                                  "end": {
                                    "line": 278,
                                    "column": 5
                                  }
                                },
                                "body": [
                                  {
                                    "type": "VariableDeclaration",
                                    "start": 8833,
                                    "end": 8873,
                                    "loc": {
                                      "start": {
                                        "line": 258,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 258,
                                        "column": 46
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 8837,
                                        "end": 8872,
                                        "loc": {
                                          "start": {
                                            "line": 258,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 258,
                                            "column": 45
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 8837,
                                          "end": 8843,
                                          "loc": {
                                            "start": {
                                              "line": 258,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 258,
                                              "column": 16
                                            },
                                            "identifierName": "fields"
                                          },
                                          "name": "fields",
                                          "leadingComments": null
                                        },
                                        "init": {
                                          "type": "CallExpression",
                                          "start": 8846,
                                          "end": 8872,
                                          "loc": {
                                            "start": {
                                              "line": 258,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 258,
                                              "column": 45
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 8846,
                                            "end": 8857,
                                            "loc": {
                                              "start": {
                                                "line": 258,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 258,
                                                "column": 30
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 8846,
                                              "end": 8852,
                                              "loc": {
                                                "start": {
                                                  "line": 258,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 258,
                                                  "column": 25
                                                },
                                                "identifierName": "Object"
                                              },
                                              "name": "Object"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 8853,
                                              "end": 8857,
                                              "loc": {
                                                "start": {
                                                  "line": 258,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 258,
                                                  "column": 30
                                                },
                                                "identifierName": "keys"
                                              },
                                              "name": "keys"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 8858,
                                              "end": 8871,
                                              "loc": {
                                                "start": {
                                                  "line": 258,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 258,
                                                  "column": 44
                                                },
                                                "identifierName": "attrValueHash"
                                              },
                                              "name": "attrValueHash"
                                            }
                                          ]
                                        },
                                        "leadingComments": null
                                      }
                                    ],
                                    "kind": "let",
                                    "leadingComments": [
                                      {
                                        "type": "CommentLine",
                                        "value": " special case for empty objects with primary keys",
                                        "start": 8775,
                                        "end": 8826,
                                        "loc": {
                                          "start": {
                                            "line": 257,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 257,
                                            "column": 57
                                          }
                                        }
                                      }
                                    ]
                                  },
                                  {
                                    "type": "VariableDeclaration",
                                    "start": 8880,
                                    "end": 8918,
                                    "loc": {
                                      "start": {
                                        "line": 259,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 259,
                                        "column": 44
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 8884,
                                        "end": 8917,
                                        "loc": {
                                          "start": {
                                            "line": 259,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 259,
                                            "column": 43
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 8884,
                                          "end": 8893,
                                          "loc": {
                                            "start": {
                                              "line": 259,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 259,
                                              "column": 19
                                            },
                                            "identifierName": "firstAttr"
                                          },
                                          "name": "firstAttr"
                                        },
                                        "init": {
                                          "type": "MemberExpression",
                                          "start": 8896,
                                          "end": 8917,
                                          "loc": {
                                            "start": {
                                              "line": 259,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 259,
                                              "column": 43
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 8896,
                                            "end": 8906,
                                            "loc": {
                                              "start": {
                                                "line": 259,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 259,
                                                "column": 32
                                              },
                                              "identifierName": "attributes"
                                            },
                                            "name": "attributes"
                                          },
                                          "property": {
                                            "type": "MemberExpression",
                                            "start": 8907,
                                            "end": 8916,
                                            "loc": {
                                              "start": {
                                                "line": 259,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 259,
                                                "column": 42
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 8907,
                                              "end": 8913,
                                              "loc": {
                                                "start": {
                                                  "line": 259,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 259,
                                                  "column": 39
                                                },
                                                "identifierName": "fields"
                                              },
                                              "name": "fields"
                                            },
                                            "property": {
                                              "type": "NumericLiteral",
                                              "start": 8914,
                                              "end": 8915,
                                              "loc": {
                                                "start": {
                                                  "line": 259,
                                                  "column": 40
                                                },
                                                "end": {
                                                  "line": 259,
                                                  "column": 41
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 0,
                                                "raw": "0"
                                              },
                                              "value": 0
                                            },
                                            "computed": true
                                          },
                                          "computed": true
                                        }
                                      }
                                    ],
                                    "kind": "let"
                                  },
                                  {
                                    "type": "IfStatement",
                                    "start": 8925,
                                    "end": 9089,
                                    "loc": {
                                      "start": {
                                        "line": 260,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 263,
                                        "column": 7
                                      }
                                    },
                                    "test": {
                                      "type": "LogicalExpression",
                                      "start": 8929,
                                      "end": 9025,
                                      "loc": {
                                        "start": {
                                          "line": 260,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 260,
                                          "column": 106
                                        }
                                      },
                                      "left": {
                                        "type": "LogicalExpression",
                                        "start": 8929,
                                        "end": 8988,
                                        "loc": {
                                          "start": {
                                            "line": 260,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 260,
                                            "column": 69
                                          }
                                        },
                                        "left": {
                                          "type": "LogicalExpression",
                                          "start": 8929,
                                          "end": 8961,
                                          "loc": {
                                            "start": {
                                              "line": 260,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 260,
                                              "column": 42
                                            }
                                          },
                                          "left": {
                                            "type": "BinaryExpression",
                                            "start": 8929,
                                            "end": 8948,
                                            "loc": {
                                              "start": {
                                                "line": 260,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 260,
                                                "column": 29
                                              }
                                            },
                                            "left": {
                                              "type": "MemberExpression",
                                              "start": 8929,
                                              "end": 8942,
                                              "loc": {
                                                "start": {
                                                  "line": 260,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 260,
                                                  "column": 23
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 8929,
                                                "end": 8935,
                                                "loc": {
                                                  "start": {
                                                    "line": 260,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 260,
                                                    "column": 16
                                                  },
                                                  "identifierName": "fields"
                                                },
                                                "name": "fields"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 8936,
                                                "end": 8942,
                                                "loc": {
                                                  "start": {
                                                    "line": 260,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 260,
                                                    "column": 23
                                                  },
                                                  "identifierName": "length"
                                                },
                                                "name": "length"
                                              },
                                              "computed": false
                                            },
                                            "operator": "===",
                                            "right": {
                                              "type": "NumericLiteral",
                                              "start": 8947,
                                              "end": 8948,
                                              "loc": {
                                                "start": {
                                                  "line": 260,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 260,
                                                  "column": 29
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 1,
                                                "raw": "1"
                                              },
                                              "value": 1
                                            }
                                          },
                                          "operator": "&&",
                                          "right": {
                                            "type": "Identifier",
                                            "start": 8952,
                                            "end": 8961,
                                            "loc": {
                                              "start": {
                                                "line": 260,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 260,
                                                "column": 42
                                              },
                                              "identifierName": "firstAttr"
                                            },
                                            "name": "firstAttr"
                                          }
                                        },
                                        "operator": "&&",
                                        "right": {
                                          "type": "MemberExpression",
                                          "start": 8965,
                                          "end": 8988,
                                          "loc": {
                                            "start": {
                                              "line": 260,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 260,
                                              "column": 69
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 8965,
                                            "end": 8974,
                                            "loc": {
                                              "start": {
                                                "line": 260,
                                                "column": 46
                                              },
                                              "end": {
                                                "line": 260,
                                                "column": 55
                                              },
                                              "identifierName": "firstAttr"
                                            },
                                            "name": "firstAttr"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 8975,
                                            "end": 8988,
                                            "loc": {
                                              "start": {
                                                "line": 260,
                                                "column": 56
                                              },
                                              "end": {
                                                "line": 260,
                                                "column": 69
                                              },
                                              "identifierName": "autoIncrement"
                                            },
                                            "name": "autoIncrement"
                                          },
                                          "computed": false
                                        }
                                      },
                                      "operator": "&&",
                                      "right": {
                                        "type": "BinaryExpression",
                                        "start": 8992,
                                        "end": 9025,
                                        "loc": {
                                          "start": {
                                            "line": 260,
                                            "column": 73
                                          },
                                          "end": {
                                            "line": 260,
                                            "column": 106
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 8992,
                                          "end": 9016,
                                          "loc": {
                                            "start": {
                                              "line": 260,
                                              "column": 73
                                            },
                                            "end": {
                                              "line": 260,
                                              "column": 97
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 8992,
                                            "end": 9005,
                                            "loc": {
                                              "start": {
                                                "line": 260,
                                                "column": 73
                                              },
                                              "end": {
                                                "line": 260,
                                                "column": 86
                                              },
                                              "identifierName": "attrValueHash"
                                            },
                                            "name": "attrValueHash"
                                          },
                                          "property": {
                                            "type": "MemberExpression",
                                            "start": 9006,
                                            "end": 9015,
                                            "loc": {
                                              "start": {
                                                "line": 260,
                                                "column": 87
                                              },
                                              "end": {
                                                "line": 260,
                                                "column": 96
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 9006,
                                              "end": 9012,
                                              "loc": {
                                                "start": {
                                                  "line": 260,
                                                  "column": 87
                                                },
                                                "end": {
                                                  "line": 260,
                                                  "column": 93
                                                },
                                                "identifierName": "fields"
                                              },
                                              "name": "fields"
                                            },
                                            "property": {
                                              "type": "NumericLiteral",
                                              "start": 9013,
                                              "end": 9014,
                                              "loc": {
                                                "start": {
                                                  "line": 260,
                                                  "column": 94
                                                },
                                                "end": {
                                                  "line": 260,
                                                  "column": 95
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 0,
                                                "raw": "0"
                                              },
                                              "value": 0
                                            },
                                            "computed": true
                                          },
                                          "computed": true
                                        },
                                        "operator": "===",
                                        "right": {
                                          "type": "NullLiteral",
                                          "start": 9021,
                                          "end": 9025,
                                          "loc": {
                                            "start": {
                                              "line": 260,
                                              "column": 102
                                            },
                                            "end": {
                                              "line": 260,
                                              "column": 106
                                            }
                                          }
                                        }
                                      }
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "start": 9027,
                                      "end": 9089,
                                      "loc": {
                                        "start": {
                                          "line": 260,
                                          "column": 108
                                        },
                                        "end": {
                                          "line": 263,
                                          "column": 7
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 9037,
                                          "end": 9065,
                                          "loc": {
                                            "start": {
                                              "line": 261,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 261,
                                              "column": 36
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 9037,
                                            "end": 9064,
                                            "loc": {
                                              "start": {
                                                "line": 261,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 261,
                                                "column": 35
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 9037,
                                              "end": 9052,
                                              "loc": {
                                                "start": {
                                                  "line": 261,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 261,
                                                  "column": 23
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 9037,
                                                "end": 9047,
                                                "loc": {
                                                  "start": {
                                                    "line": 261,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 261,
                                                    "column": 18
                                                  },
                                                  "identifierName": "allQueries"
                                                },
                                                "name": "allQueries"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 9048,
                                                "end": 9052,
                                                "loc": {
                                                  "start": {
                                                    "line": 261,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 261,
                                                    "column": 23
                                                  },
                                                  "identifierName": "push"
                                                },
                                                "name": "push"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 9053,
                                                "end": 9063,
                                                "loc": {
                                                  "start": {
                                                    "line": 261,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 261,
                                                    "column": 34
                                                  },
                                                  "identifierName": "emptyQuery"
                                                },
                                                "name": "emptyQuery"
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "type": "ReturnStatement",
                                          "start": 9074,
                                          "end": 9081,
                                          "loc": {
                                            "start": {
                                              "line": 262,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 262,
                                              "column": 15
                                            }
                                          },
                                          "argument": null
                                        }
                                      ],
                                      "directives": [],
                                      "trailingComments": null
                                    },
                                    "alternate": null,
                                    "trailingComments": [
                                      {
                                        "type": "CommentLine",
                                        "value": " normal case",
                                        "start": 9097,
                                        "end": 9111,
                                        "loc": {
                                          "start": {
                                            "line": 265,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 265,
                                            "column": 20
                                          }
                                        }
                                      }
                                    ]
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 9118,
                                    "end": 9495,
                                    "loc": {
                                      "start": {
                                        "line": 266,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 277,
                                        "column": 9
                                      }
                                    },
                                    "expression": {
                                      "type": "CallExpression",
                                      "start": 9118,
                                      "end": 9494,
                                      "loc": {
                                        "start": {
                                          "line": 266,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 277,
                                          "column": 8
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 9118,
                                        "end": 9132,
                                        "loc": {
                                          "start": {
                                            "line": 266,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 266,
                                            "column": 20
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 9118,
                                          "end": 9125,
                                          "loc": {
                                            "start": {
                                              "line": 266,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 266,
                                              "column": 13
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 9118,
                                            "end": 9123,
                                            "loc": {
                                              "start": {
                                                "line": 266,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 266,
                                                "column": 11
                                              },
                                              "identifierName": "Utils"
                                            },
                                            "name": "Utils",
                                            "leadingComments": null
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 9124,
                                            "end": 9125,
                                            "loc": {
                                              "start": {
                                                "line": 266,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 266,
                                                "column": 13
                                              },
                                              "identifierName": "_"
                                            },
                                            "name": "_"
                                          },
                                          "computed": false,
                                          "leadingComments": null
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 9126,
                                          "end": 9132,
                                          "loc": {
                                            "start": {
                                              "line": 266,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 266,
                                              "column": 20
                                            },
                                            "identifierName": "forOwn"
                                          },
                                          "name": "forOwn"
                                        },
                                        "computed": false,
                                        "leadingComments": null
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 9133,
                                          "end": 9146,
                                          "loc": {
                                            "start": {
                                              "line": 266,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 266,
                                              "column": 34
                                            },
                                            "identifierName": "attrValueHash"
                                          },
                                          "name": "attrValueHash"
                                        },
                                        {
                                          "type": "FunctionExpression",
                                          "start": 9148,
                                          "end": 9493,
                                          "loc": {
                                            "start": {
                                              "line": 266,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 277,
                                              "column": 7
                                            }
                                          },
                                          "id": null,
                                          "generator": false,
                                          "expression": false,
                                          "async": false,
                                          "params": [
                                            {
                                              "type": "Identifier",
                                              "start": 9157,
                                              "end": 9162,
                                              "loc": {
                                                "start": {
                                                  "line": 266,
                                                  "column": 45
                                                },
                                                "end": {
                                                  "line": 266,
                                                  "column": 50
                                                },
                                                "identifierName": "value"
                                              },
                                              "name": "value"
                                            },
                                            {
                                              "type": "Identifier",
                                              "start": 9164,
                                              "end": 9167,
                                              "loc": {
                                                "start": {
                                                  "line": 266,
                                                  "column": 52
                                                },
                                                "end": {
                                                  "line": 266,
                                                  "column": 55
                                                },
                                                "identifierName": "key"
                                              },
                                              "name": "key"
                                            }
                                          ],
                                          "body": {
                                            "type": "BlockStatement",
                                            "start": 9169,
                                            "end": 9493,
                                            "loc": {
                                              "start": {
                                                "line": 266,
                                                "column": 57
                                              },
                                              "end": {
                                                "line": 277,
                                                "column": 7
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "IfStatement",
                                                "start": 9179,
                                                "end": 9306,
                                                "loc": {
                                                  "start": {
                                                    "line": 267,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 269,
                                                    "column": 9
                                                  }
                                                },
                                                "test": {
                                                  "type": "LogicalExpression",
                                                  "start": 9183,
                                                  "end": 9249,
                                                  "loc": {
                                                    "start": {
                                                      "line": 267,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 267,
                                                      "column": 78
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "LogicalExpression",
                                                    "start": 9183,
                                                    "end": 9216,
                                                    "loc": {
                                                      "start": {
                                                        "line": 267,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 267,
                                                        "column": 45
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "BinaryExpression",
                                                      "start": 9183,
                                                      "end": 9197,
                                                      "loc": {
                                                        "start": {
                                                          "line": 267,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 267,
                                                          "column": 26
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "Identifier",
                                                        "start": 9183,
                                                        "end": 9188,
                                                        "loc": {
                                                          "start": {
                                                            "line": 267,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 267,
                                                            "column": 17
                                                          },
                                                          "identifierName": "value"
                                                        },
                                                        "name": "value"
                                                      },
                                                      "operator": "!==",
                                                      "right": {
                                                        "type": "NullLiteral",
                                                        "start": 9193,
                                                        "end": 9197,
                                                        "loc": {
                                                          "start": {
                                                            "line": 267,
                                                            "column": 22
                                                          },
                                                          "end": {
                                                            "line": 267,
                                                            "column": 26
                                                          }
                                                        }
                                                      }
                                                    },
                                                    "operator": "&&",
                                                    "right": {
                                                      "type": "MemberExpression",
                                                      "start": 9201,
                                                      "end": 9216,
                                                      "loc": {
                                                        "start": {
                                                          "line": 267,
                                                          "column": 30
                                                        },
                                                        "end": {
                                                          "line": 267,
                                                          "column": 45
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 9201,
                                                        "end": 9211,
                                                        "loc": {
                                                          "start": {
                                                            "line": 267,
                                                            "column": 30
                                                          },
                                                          "end": {
                                                            "line": 267,
                                                            "column": 40
                                                          },
                                                          "identifierName": "attributes"
                                                        },
                                                        "name": "attributes"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 9212,
                                                        "end": 9215,
                                                        "loc": {
                                                          "start": {
                                                            "line": 267,
                                                            "column": 41
                                                          },
                                                          "end": {
                                                            "line": 267,
                                                            "column": 44
                                                          },
                                                          "identifierName": "key"
                                                        },
                                                        "name": "key"
                                                      },
                                                      "computed": true
                                                    }
                                                  },
                                                  "operator": "&&",
                                                  "right": {
                                                    "type": "MemberExpression",
                                                    "start": 9220,
                                                    "end": 9249,
                                                    "loc": {
                                                      "start": {
                                                        "line": 267,
                                                        "column": 49
                                                      },
                                                      "end": {
                                                        "line": 267,
                                                        "column": 78
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 9220,
                                                      "end": 9235,
                                                      "loc": {
                                                        "start": {
                                                          "line": 267,
                                                          "column": 49
                                                        },
                                                        "end": {
                                                          "line": 267,
                                                          "column": 64
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 9220,
                                                        "end": 9230,
                                                        "loc": {
                                                          "start": {
                                                            "line": 267,
                                                            "column": 49
                                                          },
                                                          "end": {
                                                            "line": 267,
                                                            "column": 59
                                                          },
                                                          "identifierName": "attributes"
                                                        },
                                                        "name": "attributes"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 9231,
                                                        "end": 9234,
                                                        "loc": {
                                                          "start": {
                                                            "line": 267,
                                                            "column": 60
                                                          },
                                                          "end": {
                                                            "line": 267,
                                                            "column": 63
                                                          },
                                                          "identifierName": "key"
                                                        },
                                                        "name": "key"
                                                      },
                                                      "computed": true
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 9236,
                                                      "end": 9249,
                                                      "loc": {
                                                        "start": {
                                                          "line": 267,
                                                          "column": 65
                                                        },
                                                        "end": {
                                                          "line": 267,
                                                          "column": 78
                                                        },
                                                        "identifierName": "autoIncrement"
                                                      },
                                                      "name": "autoIncrement"
                                                    },
                                                    "computed": false
                                                  }
                                                },
                                                "consequent": {
                                                  "type": "BlockStatement",
                                                  "start": 9251,
                                                  "end": 9306,
                                                  "loc": {
                                                    "start": {
                                                      "line": 267,
                                                      "column": 80
                                                    },
                                                    "end": {
                                                      "line": 269,
                                                      "column": 9
                                                    }
                                                  },
                                                  "body": [
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "start": 9263,
                                                      "end": 9296,
                                                      "loc": {
                                                        "start": {
                                                          "line": 268,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 268,
                                                          "column": 43
                                                        }
                                                      },
                                                      "expression": {
                                                        "type": "AssignmentExpression",
                                                        "start": 9263,
                                                        "end": 9295,
                                                        "loc": {
                                                          "start": {
                                                            "line": 268,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 268,
                                                            "column": 42
                                                          }
                                                        },
                                                        "operator": "=",
                                                        "left": {
                                                          "type": "Identifier",
                                                          "start": 9263,
                                                          "end": 9288,
                                                          "loc": {
                                                            "start": {
                                                              "line": 268,
                                                              "column": 10
                                                            },
                                                            "end": {
                                                              "line": 268,
                                                              "column": 35
                                                            },
                                                            "identifierName": "needIdentityInsertWrapper"
                                                          },
                                                          "name": "needIdentityInsertWrapper"
                                                        },
                                                        "right": {
                                                          "type": "BooleanLiteral",
                                                          "start": 9291,
                                                          "end": 9295,
                                                          "loc": {
                                                            "start": {
                                                              "line": 268,
                                                              "column": 38
                                                            },
                                                            "end": {
                                                              "line": 268,
                                                              "column": 42
                                                            }
                                                          },
                                                          "value": true
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "directives": []
                                                },
                                                "alternate": null
                                              },
                                              {
                                                "type": "IfStatement",
                                                "start": 9316,
                                                "end": 9485,
                                                "loc": {
                                                  "start": {
                                                    "line": 271,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 276,
                                                    "column": 9
                                                  }
                                                },
                                                "test": {
                                                  "type": "BinaryExpression",
                                                  "start": 9320,
                                                  "end": 9353,
                                                  "loc": {
                                                    "start": {
                                                      "line": 271,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 271,
                                                      "column": 45
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "CallExpression",
                                                    "start": 9320,
                                                    "end": 9346,
                                                    "loc": {
                                                      "start": {
                                                        "line": 271,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 271,
                                                        "column": 38
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 9320,
                                                      "end": 9341,
                                                      "loc": {
                                                        "start": {
                                                          "line": 271,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 271,
                                                          "column": 33
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 9320,
                                                        "end": 9333,
                                                        "loc": {
                                                          "start": {
                                                            "line": 271,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 271,
                                                            "column": 25
                                                          },
                                                          "identifierName": "allAttributes"
                                                        },
                                                        "name": "allAttributes"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 9334,
                                                        "end": 9341,
                                                        "loc": {
                                                          "start": {
                                                            "line": 271,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 271,
                                                            "column": 33
                                                          },
                                                          "identifierName": "indexOf"
                                                        },
                                                        "name": "indexOf"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 9342,
                                                        "end": 9345,
                                                        "loc": {
                                                          "start": {
                                                            "line": 271,
                                                            "column": 34
                                                          },
                                                          "end": {
                                                            "line": 271,
                                                            "column": 37
                                                          },
                                                          "identifierName": "key"
                                                        },
                                                        "name": "key"
                                                      }
                                                    ]
                                                  },
                                                  "operator": "===",
                                                  "right": {
                                                    "type": "UnaryExpression",
                                                    "start": 9351,
                                                    "end": 9353,
                                                    "loc": {
                                                      "start": {
                                                        "line": 271,
                                                        "column": 43
                                                      },
                                                      "end": {
                                                        "line": 271,
                                                        "column": 45
                                                      }
                                                    },
                                                    "operator": "-",
                                                    "prefix": true,
                                                    "argument": {
                                                      "type": "NumericLiteral",
                                                      "start": 9352,
                                                      "end": 9353,
                                                      "loc": {
                                                        "start": {
                                                          "line": 271,
                                                          "column": 44
                                                        },
                                                        "end": {
                                                          "line": 271,
                                                          "column": 45
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": 1,
                                                        "raw": "1"
                                                      },
                                                      "value": 1
                                                    },
                                                    "extra": {
                                                      "parenthesizedArgument": false
                                                    }
                                                  }
                                                },
                                                "consequent": {
                                                  "type": "BlockStatement",
                                                  "start": 9355,
                                                  "end": 9485,
                                                  "loc": {
                                                    "start": {
                                                      "line": 271,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 276,
                                                      "column": 9
                                                    }
                                                  },
                                                  "body": [
                                                    {
                                                      "type": "IfStatement",
                                                      "start": 9367,
                                                      "end": 9439,
                                                      "loc": {
                                                        "start": {
                                                          "line": 272,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 273,
                                                          "column": 19
                                                        }
                                                      },
                                                      "test": {
                                                        "type": "LogicalExpression",
                                                        "start": 9371,
                                                        "end": 9418,
                                                        "loc": {
                                                          "start": {
                                                            "line": 272,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 272,
                                                            "column": 61
                                                          }
                                                        },
                                                        "left": {
                                                          "type": "BinaryExpression",
                                                          "start": 9371,
                                                          "end": 9385,
                                                          "loc": {
                                                            "start": {
                                                              "line": 272,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 272,
                                                              "column": 28
                                                            }
                                                          },
                                                          "left": {
                                                            "type": "Identifier",
                                                            "start": 9371,
                                                            "end": 9376,
                                                            "loc": {
                                                              "start": {
                                                                "line": 272,
                                                                "column": 14
                                                              },
                                                              "end": {
                                                                "line": 272,
                                                                "column": 19
                                                              },
                                                              "identifierName": "value"
                                                            },
                                                            "name": "value"
                                                          },
                                                          "operator": "===",
                                                          "right": {
                                                            "type": "NullLiteral",
                                                            "start": 9381,
                                                            "end": 9385,
                                                            "loc": {
                                                              "start": {
                                                                "line": 272,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 272,
                                                                "column": 28
                                                              }
                                                            }
                                                          }
                                                        },
                                                        "operator": "&&",
                                                        "right": {
                                                          "type": "MemberExpression",
                                                          "start": 9389,
                                                          "end": 9418,
                                                          "loc": {
                                                            "start": {
                                                              "line": 272,
                                                              "column": 32
                                                            },
                                                            "end": {
                                                              "line": 272,
                                                              "column": 61
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 9389,
                                                            "end": 9404,
                                                            "loc": {
                                                              "start": {
                                                                "line": 272,
                                                                "column": 32
                                                              },
                                                              "end": {
                                                                "line": 272,
                                                                "column": 47
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 9389,
                                                              "end": 9399,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 272,
                                                                  "column": 32
                                                                },
                                                                "end": {
                                                                  "line": 272,
                                                                  "column": 42
                                                                },
                                                                "identifierName": "attributes"
                                                              },
                                                              "name": "attributes"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 9400,
                                                              "end": 9403,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 272,
                                                                  "column": 43
                                                                },
                                                                "end": {
                                                                  "line": 272,
                                                                  "column": 46
                                                                },
                                                                "identifierName": "key"
                                                              },
                                                              "name": "key"
                                                            },
                                                            "computed": true
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 9405,
                                                            "end": 9418,
                                                            "loc": {
                                                              "start": {
                                                                "line": 272,
                                                                "column": 48
                                                              },
                                                              "end": {
                                                                "line": 272,
                                                                "column": 61
                                                              },
                                                              "identifierName": "autoIncrement"
                                                            },
                                                            "name": "autoIncrement"
                                                          },
                                                          "computed": false
                                                        }
                                                      },
                                                      "consequent": {
                                                        "type": "ReturnStatement",
                                                        "start": 9432,
                                                        "end": 9439,
                                                        "loc": {
                                                          "start": {
                                                            "line": 273,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 273,
                                                            "column": 19
                                                          }
                                                        },
                                                        "argument": null
                                                      },
                                                      "alternate": null
                                                    },
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "start": 9451,
                                                      "end": 9475,
                                                      "loc": {
                                                        "start": {
                                                          "line": 275,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 275,
                                                          "column": 34
                                                        }
                                                      },
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "start": 9451,
                                                        "end": 9474,
                                                        "loc": {
                                                          "start": {
                                                            "line": 275,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 275,
                                                            "column": 33
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 9451,
                                                          "end": 9469,
                                                          "loc": {
                                                            "start": {
                                                              "line": 275,
                                                              "column": 10
                                                            },
                                                            "end": {
                                                              "line": 275,
                                                              "column": 28
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 9451,
                                                            "end": 9464,
                                                            "loc": {
                                                              "start": {
                                                                "line": 275,
                                                                "column": 10
                                                              },
                                                              "end": {
                                                                "line": 275,
                                                                "column": 23
                                                              },
                                                              "identifierName": "allAttributes"
                                                            },
                                                            "name": "allAttributes"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 9465,
                                                            "end": 9469,
                                                            "loc": {
                                                              "start": {
                                                                "line": 275,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 275,
                                                                "column": 28
                                                              },
                                                              "identifierName": "push"
                                                            },
                                                            "name": "push"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 9470,
                                                            "end": 9473,
                                                            "loc": {
                                                              "start": {
                                                                "line": 275,
                                                                "column": 29
                                                              },
                                                              "end": {
                                                                "line": 275,
                                                                "column": 32
                                                              },
                                                              "identifierName": "key"
                                                            },
                                                            "name": "key"
                                                          }
                                                        ]
                                                      }
                                                    }
                                                  ],
                                                  "directives": []
                                                },
                                                "alternate": null
                                              }
                                            ],
                                            "directives": []
                                          }
                                        }
                                      ],
                                      "leadingComments": null
                                    },
                                    "leadingComments": [
                                      {
                                        "type": "CommentLine",
                                        "value": " normal case",
                                        "start": 9097,
                                        "end": 9111,
                                        "loc": {
                                          "start": {
                                            "line": 265,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 265,
                                            "column": 20
                                          }
                                        }
                                      }
                                    ]
                                  }
                                ],
                                "directives": []
                              }
                            }
                          ]
                        }
                      },
                      {
                        "type": "IfStatement",
                        "start": 9509,
                        "end": 9795,
                        "loc": {
                          "start": {
                            "line": 280,
                            "column": 4
                          },
                          "end": {
                            "line": 289,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 9513,
                          "end": 9537,
                          "loc": {
                            "start": {
                              "line": 280,
                              "column": 8
                            },
                            "end": {
                              "line": 280,
                              "column": 32
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 9513,
                            "end": 9533,
                            "loc": {
                              "start": {
                                "line": 280,
                                "column": 8
                              },
                              "end": {
                                "line": 280,
                                "column": 28
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 9513,
                              "end": 9526,
                              "loc": {
                                "start": {
                                  "line": 280,
                                  "column": 8
                                },
                                "end": {
                                  "line": 280,
                                  "column": 21
                                },
                                "identifierName": "allAttributes"
                              },
                              "name": "allAttributes"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 9527,
                              "end": 9533,
                              "loc": {
                                "start": {
                                  "line": 280,
                                  "column": 22
                                },
                                "end": {
                                  "line": 280,
                                  "column": 28
                                },
                                "identifierName": "length"
                              },
                              "name": "length"
                            },
                            "computed": false
                          },
                          "operator": ">",
                          "right": {
                            "type": "NumericLiteral",
                            "start": 9536,
                            "end": 9537,
                            "loc": {
                              "start": {
                                "line": 280,
                                "column": 31
                              },
                              "end": {
                                "line": 280,
                                "column": 32
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 9539,
                          "end": 9795,
                          "loc": {
                            "start": {
                              "line": 280,
                              "column": 34
                            },
                            "end": {
                              "line": 289,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 9547,
                              "end": 9758,
                              "loc": {
                                "start": {
                                  "line": 281,
                                  "column": 6
                                },
                                "end": {
                                  "line": 286,
                                  "column": 20
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 9547,
                                "end": 9757,
                                "loc": {
                                  "start": {
                                    "line": 281,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 286,
                                    "column": 19
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 9547,
                                  "end": 9562,
                                  "loc": {
                                    "start": {
                                      "line": 281,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 281,
                                      "column": 21
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 9547,
                                    "end": 9554,
                                    "loc": {
                                      "start": {
                                        "line": 281,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 281,
                                        "column": 13
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 9547,
                                      "end": 9552,
                                      "loc": {
                                        "start": {
                                          "line": 281,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 281,
                                          "column": 11
                                        },
                                        "identifierName": "Utils"
                                      },
                                      "name": "Utils"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 9553,
                                      "end": 9554,
                                      "loc": {
                                        "start": {
                                          "line": 281,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 281,
                                          "column": 13
                                        },
                                        "identifierName": "_"
                                      },
                                      "name": "_"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 9555,
                                    "end": 9562,
                                    "loc": {
                                      "start": {
                                        "line": 281,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 281,
                                        "column": 21
                                      },
                                      "identifierName": "forEach"
                                    },
                                    "name": "forEach"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 9563,
                                    "end": 9578,
                                    "loc": {
                                      "start": {
                                        "line": 281,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 281,
                                        "column": 37
                                      },
                                      "identifierName": "attrValueHashes"
                                    },
                                    "name": "attrValueHashes"
                                  },
                                  {
                                    "type": "CallExpression",
                                    "start": 9580,
                                    "end": 9756,
                                    "loc": {
                                      "start": {
                                        "line": 281,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 286,
                                        "column": 18
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 9580,
                                      "end": 9750,
                                      "loc": {
                                        "start": {
                                          "line": 281,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 286,
                                          "column": 12
                                        }
                                      },
                                      "object": {
                                        "type": "FunctionExpression",
                                        "start": 9580,
                                        "end": 9745,
                                        "loc": {
                                          "start": {
                                            "line": 281,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 286,
                                            "column": 7
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": false,
                                        "async": false,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "start": 9589,
                                            "end": 9602,
                                            "loc": {
                                              "start": {
                                                "line": 281,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 281,
                                                "column": 61
                                              },
                                              "identifierName": "attrValueHash"
                                            },
                                            "name": "attrValueHash"
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "start": 9604,
                                          "end": 9745,
                                          "loc": {
                                            "start": {
                                              "line": 281,
                                              "column": 63
                                            },
                                            "end": {
                                              "line": 286,
                                              "column": 7
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 9614,
                                              "end": 9737,
                                              "loc": {
                                                "start": {
                                                  "line": 282,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 285,
                                                  "column": 13
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 9614,
                                                "end": 9736,
                                                "loc": {
                                                  "start": {
                                                    "line": 282,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 285,
                                                    "column": 12
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 9614,
                                                  "end": 9625,
                                                  "loc": {
                                                    "start": {
                                                      "line": 282,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 282,
                                                      "column": 19
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 9614,
                                                    "end": 9620,
                                                    "loc": {
                                                      "start": {
                                                        "line": 282,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 282,
                                                        "column": 14
                                                      },
                                                      "identifierName": "tuples"
                                                    },
                                                    "name": "tuples"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 9621,
                                                    "end": 9625,
                                                    "loc": {
                                                      "start": {
                                                        "line": 282,
                                                        "column": 15
                                                      },
                                                      "end": {
                                                        "line": 282,
                                                        "column": 19
                                                      },
                                                      "identifierName": "push"
                                                    },
                                                    "name": "push"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "BinaryExpression",
                                                    "start": 9626,
                                                    "end": 9735,
                                                    "loc": {
                                                      "start": {
                                                        "line": 282,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 285,
                                                        "column": 11
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "BinaryExpression",
                                                      "start": 9626,
                                                      "end": 9721,
                                                      "loc": {
                                                        "start": {
                                                          "line": 282,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 284,
                                                          "column": 54
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "StringLiteral",
                                                        "start": 9626,
                                                        "end": 9629,
                                                        "loc": {
                                                          "start": {
                                                            "line": 282,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 282,
                                                            "column": 23
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": "(",
                                                          "raw": "'('"
                                                        },
                                                        "value": "("
                                                      },
                                                      "operator": "+",
                                                      "right": {
                                                        "type": "CallExpression",
                                                        "start": 9642,
                                                        "end": 9721,
                                                        "loc": {
                                                          "start": {
                                                            "line": 283,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 284,
                                                            "column": 54
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 9642,
                                                          "end": 9716,
                                                          "loc": {
                                                            "start": {
                                                              "line": 283,
                                                              "column": 10
                                                            },
                                                            "end": {
                                                              "line": 284,
                                                              "column": 49
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "CallExpression",
                                                            "start": 9642,
                                                            "end": 9711,
                                                            "loc": {
                                                              "start": {
                                                                "line": 283,
                                                                "column": 10
                                                              },
                                                              "end": {
                                                                "line": 284,
                                                                "column": 44
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 9642,
                                                              "end": 9659,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 283,
                                                                  "column": 10
                                                                },
                                                                "end": {
                                                                  "line": 283,
                                                                  "column": 27
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 9642,
                                                                "end": 9655,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 283,
                                                                    "column": 10
                                                                  },
                                                                  "end": {
                                                                    "line": 283,
                                                                    "column": 23
                                                                  },
                                                                  "identifierName": "allAttributes"
                                                                },
                                                                "name": "allAttributes"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 9656,
                                                                "end": 9659,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 283,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 283,
                                                                    "column": 27
                                                                  },
                                                                  "identifierName": "map"
                                                                },
                                                                "name": "map"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "ArrowFunctionExpression",
                                                                "start": 9660,
                                                                "end": 9710,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 283,
                                                                    "column": 28
                                                                  },
                                                                  "end": {
                                                                    "line": 284,
                                                                    "column": 43
                                                                  }
                                                                },
                                                                "id": null,
                                                                "generator": false,
                                                                "expression": true,
                                                                "async": false,
                                                                "params": [
                                                                  {
                                                                    "type": "Identifier",
                                                                    "start": 9660,
                                                                    "end": 9663,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 283,
                                                                        "column": 28
                                                                      },
                                                                      "end": {
                                                                        "line": 283,
                                                                        "column": 31
                                                                      },
                                                                      "identifierName": "key"
                                                                    },
                                                                    "name": "key"
                                                                  }
                                                                ],
                                                                "body": {
                                                                  "type": "CallExpression",
                                                                  "start": 9679,
                                                                  "end": 9710,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 284,
                                                                      "column": 12
                                                                    },
                                                                    "end": {
                                                                      "line": 284,
                                                                      "column": 43
                                                                    }
                                                                  },
                                                                  "callee": {
                                                                    "type": "MemberExpression",
                                                                    "start": 9679,
                                                                    "end": 9690,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 284,
                                                                        "column": 12
                                                                      },
                                                                      "end": {
                                                                        "line": 284,
                                                                        "column": 23
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "ThisExpression",
                                                                      "start": 9679,
                                                                      "end": 9683,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 284,
                                                                          "column": 12
                                                                        },
                                                                        "end": {
                                                                          "line": 284,
                                                                          "column": 16
                                                                        }
                                                                      }
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 9684,
                                                                      "end": 9690,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 284,
                                                                          "column": 17
                                                                        },
                                                                        "end": {
                                                                          "line": 284,
                                                                          "column": 23
                                                                        },
                                                                        "identifierName": "escape"
                                                                      },
                                                                      "name": "escape"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "arguments": [
                                                                    {
                                                                      "type": "MemberExpression",
                                                                      "start": 9691,
                                                                      "end": 9709,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 284,
                                                                          "column": 24
                                                                        },
                                                                        "end": {
                                                                          "line": 284,
                                                                          "column": 42
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "start": 9691,
                                                                        "end": 9704,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 284,
                                                                            "column": 24
                                                                          },
                                                                          "end": {
                                                                            "line": 284,
                                                                            "column": 37
                                                                          },
                                                                          "identifierName": "attrValueHash"
                                                                        },
                                                                        "name": "attrValueHash"
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 9705,
                                                                        "end": 9708,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 284,
                                                                            "column": 38
                                                                          },
                                                                          "end": {
                                                                            "line": 284,
                                                                            "column": 41
                                                                          },
                                                                          "identifierName": "key"
                                                                        },
                                                                        "name": "key"
                                                                      },
                                                                      "computed": true
                                                                    }
                                                                  ]
                                                                }
                                                              }
                                                            ]
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 9712,
                                                            "end": 9716,
                                                            "loc": {
                                                              "start": {
                                                                "line": 284,
                                                                "column": 45
                                                              },
                                                              "end": {
                                                                "line": 284,
                                                                "column": 49
                                                              },
                                                              "identifierName": "join"
                                                            },
                                                            "name": "join"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "StringLiteral",
                                                            "start": 9717,
                                                            "end": 9720,
                                                            "loc": {
                                                              "start": {
                                                                "line": 284,
                                                                "column": 50
                                                              },
                                                              "end": {
                                                                "line": 284,
                                                                "column": 53
                                                              }
                                                            },
                                                            "extra": {
                                                              "rawValue": ",",
                                                              "raw": "','"
                                                            },
                                                            "value": ","
                                                          }
                                                        ]
                                                      }
                                                    },
                                                    "operator": "+",
                                                    "right": {
                                                      "type": "StringLiteral",
                                                      "start": 9732,
                                                      "end": 9735,
                                                      "loc": {
                                                        "start": {
                                                          "line": 285,
                                                          "column": 8
                                                        },
                                                        "end": {
                                                          "line": 285,
                                                          "column": 11
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": ")",
                                                        "raw": "')'"
                                                      },
                                                      "value": ")"
                                                    }
                                                  }
                                                ]
                                              }
                                            }
                                          ],
                                          "directives": []
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 9746,
                                        "end": 9750,
                                        "loc": {
                                          "start": {
                                            "line": 286,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 286,
                                            "column": 12
                                          },
                                          "identifierName": "bind"
                                        },
                                        "name": "bind"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "ThisExpression",
                                        "start": 9751,
                                        "end": 9755,
                                        "loc": {
                                          "start": {
                                            "line": 286,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 286,
                                            "column": 17
                                          }
                                        }
                                      }
                                    ]
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 9766,
                              "end": 9789,
                              "loc": {
                                "start": {
                                  "line": 288,
                                  "column": 6
                                },
                                "end": {
                                  "line": 288,
                                  "column": 29
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 9766,
                                "end": 9788,
                                "loc": {
                                  "start": {
                                    "line": 288,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 288,
                                    "column": 28
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 9766,
                                  "end": 9781,
                                  "loc": {
                                    "start": {
                                      "line": 288,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 288,
                                      "column": 21
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 9766,
                                    "end": 9776,
                                    "loc": {
                                      "start": {
                                        "line": 288,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 288,
                                        "column": 16
                                      },
                                      "identifierName": "allQueries"
                                    },
                                    "name": "allQueries"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 9777,
                                    "end": 9781,
                                    "loc": {
                                      "start": {
                                        "line": 288,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 288,
                                        "column": 21
                                      },
                                      "identifierName": "push"
                                    },
                                    "name": "push"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 9782,
                                    "end": 9787,
                                    "loc": {
                                      "start": {
                                        "line": 288,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 288,
                                        "column": 27
                                      },
                                      "identifierName": "query"
                                    },
                                    "name": "query"
                                  }
                                ]
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 9800,
                        "end": 9820,
                        "loc": {
                          "start": {
                            "line": 290,
                            "column": 4
                          },
                          "end": {
                            "line": 290,
                            "column": 24
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 9806,
                            "end": 9819,
                            "loc": {
                              "start": {
                                "line": 290,
                                "column": 10
                              },
                              "end": {
                                "line": 290,
                                "column": 23
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 9806,
                              "end": 9814,
                              "loc": {
                                "start": {
                                  "line": 290,
                                  "column": 10
                                },
                                "end": {
                                  "line": 290,
                                  "column": 18
                                },
                                "identifierName": "commands"
                              },
                              "name": "commands"
                            },
                            "init": {
                              "type": "ArrayExpression",
                              "start": 9817,
                              "end": 9819,
                              "loc": {
                                "start": {
                                  "line": 290,
                                  "column": 21
                                },
                                "end": {
                                  "line": 290,
                                  "column": 23
                                }
                              },
                              "elements": []
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 9825,
                        "end": 9840,
                        "loc": {
                          "start": {
                            "line": 291,
                            "column": 4
                          },
                          "end": {
                            "line": 291,
                            "column": 19
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 9829,
                            "end": 9839,
                            "loc": {
                              "start": {
                                "line": 291,
                                "column": 8
                              },
                              "end": {
                                "line": 291,
                                "column": 18
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 9829,
                              "end": 9835,
                              "loc": {
                                "start": {
                                  "line": 291,
                                  "column": 8
                                },
                                "end": {
                                  "line": 291,
                                  "column": 14
                                },
                                "identifierName": "offset"
                              },
                              "name": "offset"
                            },
                            "init": {
                              "type": "NumericLiteral",
                              "start": 9838,
                              "end": 9839,
                              "loc": {
                                "start": {
                                  "line": 291,
                                  "column": 17
                                },
                                "end": {
                                  "line": 291,
                                  "column": 18
                                }
                              },
                              "extra": {
                                "rawValue": 0,
                                "raw": "0"
                              },
                              "value": 0
                            }
                          }
                        ],
                        "kind": "let"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 9845,
                        "end": 9908,
                        "loc": {
                          "start": {
                            "line": 292,
                            "column": 4
                          },
                          "end": {
                            "line": 292,
                            "column": 67
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 9851,
                            "end": 9907,
                            "loc": {
                              "start": {
                                "line": 292,
                                "column": 10
                              },
                              "end": {
                                "line": 292,
                                "column": 66
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 9851,
                              "end": 9856,
                              "loc": {
                                "start": {
                                  "line": 292,
                                  "column": 10
                                },
                                "end": {
                                  "line": 292,
                                  "column": 15
                                },
                                "identifierName": "batch"
                              },
                              "name": "batch"
                            },
                            "init": {
                              "type": "BinaryExpression",
                              "start": 9859,
                              "end": 9907,
                              "loc": {
                                "start": {
                                  "line": 292,
                                  "column": 18
                                },
                                "end": {
                                  "line": 292,
                                  "column": 66
                                }
                              },
                              "left": {
                                "type": "CallExpression",
                                "start": 9859,
                                "end": 9903,
                                "loc": {
                                  "start": {
                                    "line": 292,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 292,
                                    "column": 62
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 9859,
                                  "end": 9869,
                                  "loc": {
                                    "start": {
                                      "line": 292,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 292,
                                      "column": 28
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 9859,
                                    "end": 9863,
                                    "loc": {
                                      "start": {
                                        "line": 292,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 292,
                                        "column": 22
                                      },
                                      "identifierName": "Math"
                                    },
                                    "name": "Math"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 9864,
                                    "end": 9869,
                                    "loc": {
                                      "start": {
                                        "line": 292,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 292,
                                        "column": 28
                                      },
                                      "identifierName": "floor"
                                    },
                                    "name": "floor"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "BinaryExpression",
                                    "start": 9870,
                                    "end": 9902,
                                    "loc": {
                                      "start": {
                                        "line": 292,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 292,
                                        "column": 61
                                      }
                                    },
                                    "left": {
                                      "type": "NumericLiteral",
                                      "start": 9870,
                                      "end": 9873,
                                      "loc": {
                                        "start": {
                                          "line": 292,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 292,
                                          "column": 32
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 250,
                                        "raw": "250"
                                      },
                                      "value": 250
                                    },
                                    "operator": "/",
                                    "right": {
                                      "type": "BinaryExpression",
                                      "start": 9877,
                                      "end": 9901,
                                      "loc": {
                                        "start": {
                                          "line": 292,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 292,
                                          "column": 60
                                        }
                                      },
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 9877,
                                        "end": 9897,
                                        "loc": {
                                          "start": {
                                            "line": 292,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 292,
                                            "column": 56
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 9877,
                                          "end": 9890,
                                          "loc": {
                                            "start": {
                                              "line": 292,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 292,
                                              "column": 49
                                            },
                                            "identifierName": "allAttributes"
                                          },
                                          "name": "allAttributes"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 9891,
                                          "end": 9897,
                                          "loc": {
                                            "start": {
                                              "line": 292,
                                              "column": 50
                                            },
                                            "end": {
                                              "line": 292,
                                              "column": 56
                                            },
                                            "identifierName": "length"
                                          },
                                          "name": "length"
                                        },
                                        "computed": false
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "NumericLiteral",
                                        "start": 9900,
                                        "end": 9901,
                                        "loc": {
                                          "start": {
                                            "line": 292,
                                            "column": 59
                                          },
                                          "end": {
                                            "line": 292,
                                            "column": 60
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 1,
                                          "raw": "1"
                                        },
                                        "value": 1
                                      },
                                      "extra": {
                                        "parenthesized": true,
                                        "parenStart": 9876
                                      }
                                    }
                                  }
                                ]
                              },
                              "operator": "+",
                              "right": {
                                "type": "NumericLiteral",
                                "start": 9906,
                                "end": 9907,
                                "loc": {
                                  "start": {
                                    "line": 292,
                                    "column": 65
                                  },
                                  "end": {
                                    "line": 292,
                                    "column": 66
                                  }
                                },
                                "extra": {
                                  "rawValue": 1,
                                  "raw": "1"
                                },
                                "value": 1
                              }
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "WhileStatement",
                        "start": 9913,
                        "end": 10662,
                        "loc": {
                          "start": {
                            "line": 293,
                            "column": 4
                          },
                          "end": {
                            "line": 312,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 9920,
                          "end": 9955,
                          "loc": {
                            "start": {
                              "line": 293,
                              "column": 11
                            },
                            "end": {
                              "line": 293,
                              "column": 46
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 9920,
                            "end": 9926,
                            "loc": {
                              "start": {
                                "line": 293,
                                "column": 11
                              },
                              "end": {
                                "line": 293,
                                "column": 17
                              },
                              "identifierName": "offset"
                            },
                            "name": "offset"
                          },
                          "operator": "<",
                          "right": {
                            "type": "CallExpression",
                            "start": 9929,
                            "end": 9955,
                            "loc": {
                              "start": {
                                "line": 293,
                                "column": 20
                              },
                              "end": {
                                "line": 293,
                                "column": 46
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 9929,
                              "end": 9937,
                              "loc": {
                                "start": {
                                  "line": 293,
                                  "column": 20
                                },
                                "end": {
                                  "line": 293,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 9929,
                                "end": 9933,
                                "loc": {
                                  "start": {
                                    "line": 293,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 293,
                                    "column": 24
                                  },
                                  "identifierName": "Math"
                                },
                                "name": "Math"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 9934,
                                "end": 9937,
                                "loc": {
                                  "start": {
                                    "line": 293,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 293,
                                    "column": 28
                                  },
                                  "identifierName": "max"
                                },
                                "name": "max"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 9938,
                                "end": 9951,
                                "loc": {
                                  "start": {
                                    "line": 293,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 293,
                                    "column": 42
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 9938,
                                  "end": 9944,
                                  "loc": {
                                    "start": {
                                      "line": 293,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 293,
                                      "column": 35
                                    },
                                    "identifierName": "tuples"
                                  },
                                  "name": "tuples"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 9945,
                                  "end": 9951,
                                  "loc": {
                                    "start": {
                                      "line": 293,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 293,
                                      "column": 42
                                    },
                                    "identifierName": "length"
                                  },
                                  "name": "length"
                                },
                                "computed": false
                              },
                              {
                                "type": "NumericLiteral",
                                "start": 9953,
                                "end": 9954,
                                "loc": {
                                  "start": {
                                    "line": 293,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 293,
                                    "column": 45
                                  }
                                },
                                "extra": {
                                  "rawValue": 1,
                                  "raw": "1"
                                },
                                "value": 1
                              }
                            ]
                          }
                        },
                        "body": {
                          "type": "BlockStatement",
                          "start": 9957,
                          "end": 10662,
                          "loc": {
                            "start": {
                              "line": 293,
                              "column": 48
                            },
                            "end": {
                              "line": 312,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "start": 9965,
                              "end": 10256,
                              "loc": {
                                "start": {
                                  "line": 294,
                                  "column": 6
                                },
                                "end": {
                                  "line": 300,
                                  "column": 8
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 9971,
                                  "end": 10255,
                                  "loc": {
                                    "start": {
                                      "line": 294,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 300,
                                      "column": 7
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 9971,
                                    "end": 9983,
                                    "loc": {
                                      "start": {
                                        "line": 294,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 294,
                                        "column": 24
                                      },
                                      "identifierName": "replacements"
                                    },
                                    "name": "replacements"
                                  },
                                  "init": {
                                    "type": "ObjectExpression",
                                    "start": 9986,
                                    "end": 10255,
                                    "loc": {
                                      "start": {
                                        "line": 294,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 300,
                                        "column": 7
                                      }
                                    },
                                    "properties": [
                                      {
                                        "type": "ObjectProperty",
                                        "start": 9996,
                                        "end": 10029,
                                        "loc": {
                                          "start": {
                                            "line": 295,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 295,
                                            "column": 41
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 9996,
                                          "end": 10001,
                                          "loc": {
                                            "start": {
                                              "line": 295,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 295,
                                              "column": 13
                                            },
                                            "identifierName": "table"
                                          },
                                          "name": "table"
                                        },
                                        "value": {
                                          "type": "CallExpression",
                                          "start": 10003,
                                          "end": 10029,
                                          "loc": {
                                            "start": {
                                              "line": 295,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 295,
                                              "column": 41
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 10003,
                                            "end": 10018,
                                            "loc": {
                                              "start": {
                                                "line": 295,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 295,
                                                "column": 30
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 10003,
                                              "end": 10007,
                                              "loc": {
                                                "start": {
                                                  "line": 295,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 295,
                                                  "column": 19
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 10008,
                                              "end": 10018,
                                              "loc": {
                                                "start": {
                                                  "line": 295,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 295,
                                                  "column": 30
                                                },
                                                "identifierName": "quoteTable"
                                              },
                                              "name": "quoteTable"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 10019,
                                              "end": 10028,
                                              "loc": {
                                                "start": {
                                                  "line": 295,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 295,
                                                  "column": 40
                                                },
                                                "identifierName": "tableName"
                                              },
                                              "name": "tableName"
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ObjectProperty",
                                        "start": 10039,
                                        "end": 10136,
                                        "loc": {
                                          "start": {
                                            "line": 296,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 297,
                                            "column": 59
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 10039,
                                          "end": 10049,
                                          "loc": {
                                            "start": {
                                              "line": 296,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 296,
                                              "column": 18
                                            },
                                            "identifierName": "attributes"
                                          },
                                          "name": "attributes"
                                        },
                                        "value": {
                                          "type": "CallExpression",
                                          "start": 10051,
                                          "end": 10136,
                                          "loc": {
                                            "start": {
                                              "line": 296,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 297,
                                              "column": 59
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 10051,
                                            "end": 10131,
                                            "loc": {
                                              "start": {
                                                "line": 296,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 297,
                                                "column": 54
                                              }
                                            },
                                            "object": {
                                              "type": "CallExpression",
                                              "start": 10051,
                                              "end": 10126,
                                              "loc": {
                                                "start": {
                                                  "line": 296,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 297,
                                                  "column": 49
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 10051,
                                                "end": 10068,
                                                "loc": {
                                                  "start": {
                                                    "line": 296,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 296,
                                                    "column": 37
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 10051,
                                                  "end": 10064,
                                                  "loc": {
                                                    "start": {
                                                      "line": 296,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 296,
                                                      "column": 33
                                                    },
                                                    "identifierName": "allAttributes"
                                                  },
                                                  "name": "allAttributes"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 10065,
                                                  "end": 10068,
                                                  "loc": {
                                                    "start": {
                                                      "line": 296,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 296,
                                                      "column": 37
                                                    },
                                                    "identifierName": "map"
                                                  },
                                                  "name": "map"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ArrowFunctionExpression",
                                                  "start": 10069,
                                                  "end": 10125,
                                                  "loc": {
                                                    "start": {
                                                      "line": 296,
                                                      "column": 38
                                                    },
                                                    "end": {
                                                      "line": 297,
                                                      "column": 48
                                                    }
                                                  },
                                                  "id": null,
                                                  "generator": false,
                                                  "expression": true,
                                                  "async": false,
                                                  "params": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 10069,
                                                      "end": 10073,
                                                      "loc": {
                                                        "start": {
                                                          "line": 296,
                                                          "column": 38
                                                        },
                                                        "end": {
                                                          "line": 296,
                                                          "column": 42
                                                        },
                                                        "identifierName": "attr"
                                                      },
                                                      "name": "attr"
                                                    }
                                                  ],
                                                  "body": {
                                                    "type": "CallExpression",
                                                    "start": 10099,
                                                    "end": 10125,
                                                    "loc": {
                                                      "start": {
                                                        "line": 297,
                                                        "column": 22
                                                      },
                                                      "end": {
                                                        "line": 297,
                                                        "column": 48
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 10099,
                                                      "end": 10119,
                                                      "loc": {
                                                        "start": {
                                                          "line": 297,
                                                          "column": 22
                                                        },
                                                        "end": {
                                                          "line": 297,
                                                          "column": 42
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "start": 10099,
                                                        "end": 10103,
                                                        "loc": {
                                                          "start": {
                                                            "line": 297,
                                                            "column": 22
                                                          },
                                                          "end": {
                                                            "line": 297,
                                                            "column": 26
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 10104,
                                                        "end": 10119,
                                                        "loc": {
                                                          "start": {
                                                            "line": 297,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 297,
                                                            "column": 42
                                                          },
                                                          "identifierName": "quoteIdentifier"
                                                        },
                                                        "name": "quoteIdentifier"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 10120,
                                                        "end": 10124,
                                                        "loc": {
                                                          "start": {
                                                            "line": 297,
                                                            "column": 43
                                                          },
                                                          "end": {
                                                            "line": 297,
                                                            "column": 47
                                                          },
                                                          "identifierName": "attr"
                                                        },
                                                        "name": "attr"
                                                      }
                                                    ]
                                                  }
                                                }
                                              ]
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 10127,
                                              "end": 10131,
                                              "loc": {
                                                "start": {
                                                  "line": 297,
                                                  "column": 50
                                                },
                                                "end": {
                                                  "line": 297,
                                                  "column": 54
                                                },
                                                "identifierName": "join"
                                              },
                                              "name": "join"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "StringLiteral",
                                              "start": 10132,
                                              "end": 10135,
                                              "loc": {
                                                "start": {
                                                  "line": 297,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 297,
                                                  "column": 58
                                                }
                                              },
                                              "extra": {
                                                "rawValue": ",",
                                                "raw": "','"
                                              },
                                              "value": ","
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ObjectProperty",
                                        "start": 10146,
                                        "end": 10215,
                                        "loc": {
                                          "start": {
                                            "line": 298,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 298,
                                            "column": 77
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 10146,
                                          "end": 10152,
                                          "loc": {
                                            "start": {
                                              "line": 298,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 298,
                                              "column": 14
                                            },
                                            "identifierName": "tuples"
                                          },
                                          "name": "tuples"
                                        },
                                        "value": {
                                          "type": "CallExpression",
                                          "start": 10154,
                                          "end": 10215,
                                          "loc": {
                                            "start": {
                                              "line": 298,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 298,
                                              "column": 77
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 10154,
                                            "end": 10166,
                                            "loc": {
                                              "start": {
                                                "line": 298,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 298,
                                                "column": 28
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 10154,
                                              "end": 10160,
                                              "loc": {
                                                "start": {
                                                  "line": 298,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 298,
                                                  "column": 22
                                                },
                                                "identifierName": "tuples"
                                              },
                                              "name": "tuples"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 10161,
                                              "end": 10166,
                                              "loc": {
                                                "start": {
                                                  "line": 298,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 298,
                                                  "column": 28
                                                },
                                                "identifierName": "slice"
                                              },
                                              "name": "slice"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 10167,
                                              "end": 10173,
                                              "loc": {
                                                "start": {
                                                  "line": 298,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 298,
                                                  "column": 35
                                                },
                                                "identifierName": "offset"
                                              },
                                              "name": "offset"
                                            },
                                            {
                                              "type": "CallExpression",
                                              "start": 10175,
                                              "end": 10214,
                                              "loc": {
                                                "start": {
                                                  "line": 298,
                                                  "column": 37
                                                },
                                                "end": {
                                                  "line": 298,
                                                  "column": 76
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 10175,
                                                "end": 10183,
                                                "loc": {
                                                  "start": {
                                                    "line": 298,
                                                    "column": 37
                                                  },
                                                  "end": {
                                                    "line": 298,
                                                    "column": 45
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 10175,
                                                  "end": 10179,
                                                  "loc": {
                                                    "start": {
                                                      "line": 298,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 298,
                                                      "column": 41
                                                    },
                                                    "identifierName": "Math"
                                                  },
                                                  "name": "Math"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 10180,
                                                  "end": 10183,
                                                  "loc": {
                                                    "start": {
                                                      "line": 298,
                                                      "column": 42
                                                    },
                                                    "end": {
                                                      "line": 298,
                                                      "column": 45
                                                    },
                                                    "identifierName": "min"
                                                  },
                                                  "name": "min"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 10184,
                                                  "end": 10197,
                                                  "loc": {
                                                    "start": {
                                                      "line": 298,
                                                      "column": 46
                                                    },
                                                    "end": {
                                                      "line": 298,
                                                      "column": 59
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 10184,
                                                    "end": 10190,
                                                    "loc": {
                                                      "start": {
                                                        "line": 298,
                                                        "column": 46
                                                      },
                                                      "end": {
                                                        "line": 298,
                                                        "column": 52
                                                      },
                                                      "identifierName": "tuples"
                                                    },
                                                    "name": "tuples"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 10191,
                                                    "end": 10197,
                                                    "loc": {
                                                      "start": {
                                                        "line": 298,
                                                        "column": 53
                                                      },
                                                      "end": {
                                                        "line": 298,
                                                        "column": 59
                                                      },
                                                      "identifierName": "length"
                                                    },
                                                    "name": "length"
                                                  },
                                                  "computed": false
                                                },
                                                {
                                                  "type": "BinaryExpression",
                                                  "start": 10199,
                                                  "end": 10213,
                                                  "loc": {
                                                    "start": {
                                                      "line": 298,
                                                      "column": 61
                                                    },
                                                    "end": {
                                                      "line": 298,
                                                      "column": 75
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "Identifier",
                                                    "start": 10199,
                                                    "end": 10205,
                                                    "loc": {
                                                      "start": {
                                                        "line": 298,
                                                        "column": 61
                                                      },
                                                      "end": {
                                                        "line": 298,
                                                        "column": 67
                                                      },
                                                      "identifierName": "offset"
                                                    },
                                                    "name": "offset"
                                                  },
                                                  "operator": "+",
                                                  "right": {
                                                    "type": "Identifier",
                                                    "start": 10208,
                                                    "end": 10213,
                                                    "loc": {
                                                      "start": {
                                                        "line": 298,
                                                        "column": 70
                                                      },
                                                      "end": {
                                                        "line": 298,
                                                        "column": 75
                                                      },
                                                      "identifierName": "batch"
                                                    },
                                                    "name": "batch"
                                                  }
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ObjectProperty",
                                        "start": 10225,
                                        "end": 10247,
                                        "loc": {
                                          "start": {
                                            "line": 299,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 299,
                                            "column": 30
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 10225,
                                          "end": 10231,
                                          "loc": {
                                            "start": {
                                              "line": 299,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 299,
                                              "column": 14
                                            },
                                            "identifierName": "output"
                                          },
                                          "name": "output"
                                        },
                                        "value": {
                                          "type": "Identifier",
                                          "start": 10233,
                                          "end": 10247,
                                          "loc": {
                                            "start": {
                                              "line": 299,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 299,
                                              "column": 30
                                            },
                                            "identifierName": "outputFragment"
                                          },
                                          "name": "outputFragment"
                                        }
                                      }
                                    ]
                                  }
                                }
                              ],
                              "kind": "const"
                            },
                            {
                              "type": "VariableDeclaration",
                              "start": 10264,
                              "end": 10338,
                              "loc": {
                                "start": {
                                  "line": 302,
                                  "column": 6
                                },
                                "end": {
                                  "line": 302,
                                  "column": 80
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 10268,
                                  "end": 10337,
                                  "loc": {
                                    "start": {
                                      "line": 302,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 302,
                                      "column": 79
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 10268,
                                    "end": 10282,
                                    "loc": {
                                      "start": {
                                        "line": 302,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 302,
                                        "column": 24
                                      },
                                      "identifierName": "generatedQuery"
                                    },
                                    "name": "generatedQuery"
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "start": 10285,
                                    "end": 10337,
                                    "loc": {
                                      "start": {
                                        "line": 302,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 302,
                                        "column": 79
                                      }
                                    },
                                    "callee": {
                                      "type": "CallExpression",
                                      "start": 10285,
                                      "end": 10323,
                                      "loc": {
                                        "start": {
                                          "line": 302,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 302,
                                          "column": 65
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 10285,
                                        "end": 10301,
                                        "loc": {
                                          "start": {
                                            "line": 302,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 302,
                                            "column": 43
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 10285,
                                          "end": 10292,
                                          "loc": {
                                            "start": {
                                              "line": 302,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 302,
                                              "column": 34
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 10285,
                                            "end": 10290,
                                            "loc": {
                                              "start": {
                                                "line": 302,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 302,
                                                "column": 32
                                              },
                                              "identifierName": "Utils"
                                            },
                                            "name": "Utils"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 10291,
                                            "end": 10292,
                                            "loc": {
                                              "start": {
                                                "line": 302,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 302,
                                                "column": 34
                                              },
                                              "identifierName": "_"
                                            },
                                            "name": "_"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 10293,
                                          "end": 10301,
                                          "loc": {
                                            "start": {
                                              "line": 302,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 302,
                                              "column": 43
                                            },
                                            "identifierName": "template"
                                          },
                                          "name": "template"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "CallExpression",
                                          "start": 10302,
                                          "end": 10322,
                                          "loc": {
                                            "start": {
                                              "line": 302,
                                              "column": 44
                                            },
                                            "end": {
                                              "line": 302,
                                              "column": 64
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 10302,
                                            "end": 10317,
                                            "loc": {
                                              "start": {
                                                "line": 302,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 302,
                                                "column": 59
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 10302,
                                              "end": 10312,
                                              "loc": {
                                                "start": {
                                                  "line": 302,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 302,
                                                  "column": 54
                                                },
                                                "identifierName": "allQueries"
                                              },
                                              "name": "allQueries"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 10313,
                                              "end": 10317,
                                              "loc": {
                                                "start": {
                                                  "line": 302,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 302,
                                                  "column": 59
                                                },
                                                "identifierName": "join"
                                              },
                                              "name": "join"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "StringLiteral",
                                              "start": 10318,
                                              "end": 10321,
                                              "loc": {
                                                "start": {
                                                  "line": 302,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 302,
                                                  "column": 63
                                                }
                                              },
                                              "extra": {
                                                "rawValue": ";",
                                                "raw": "';'"
                                              },
                                              "value": ";"
                                            }
                                          ]
                                        }
                                      ]
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 10324,
                                        "end": 10336,
                                        "loc": {
                                          "start": {
                                            "line": 302,
                                            "column": 66
                                          },
                                          "end": {
                                            "line": 302,
                                            "column": 78
                                          },
                                          "identifierName": "replacements"
                                        },
                                        "name": "replacements"
                                      }
                                    ]
                                  }
                                }
                              ],
                              "kind": "let"
                            },
                            {
                              "type": "IfStatement",
                              "start": 10345,
                              "end": 10596,
                              "loc": {
                                "start": {
                                  "line": 303,
                                  "column": 6
                                },
                                "end": {
                                  "line": 309,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "Identifier",
                                "start": 10349,
                                "end": 10374,
                                "loc": {
                                  "start": {
                                    "line": 303,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 303,
                                    "column": 35
                                  },
                                  "identifierName": "needIdentityInsertWrapper"
                                },
                                "name": "needIdentityInsertWrapper"
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 10376,
                                "end": 10596,
                                "loc": {
                                  "start": {
                                    "line": 303,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 309,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 10386,
                                    "end": 10588,
                                    "loc": {
                                      "start": {
                                        "line": 304,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 308,
                                        "column": 20
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 10386,
                                      "end": 10587,
                                      "loc": {
                                        "start": {
                                          "line": 304,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 308,
                                          "column": 19
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 10386,
                                        "end": 10400,
                                        "loc": {
                                          "start": {
                                            "line": 304,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 304,
                                            "column": 22
                                          },
                                          "identifierName": "generatedQuery"
                                        },
                                        "name": "generatedQuery"
                                      },
                                      "right": {
                                        "type": "CallExpression",
                                        "start": 10403,
                                        "end": 10587,
                                        "loc": {
                                          "start": {
                                            "line": 304,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 308,
                                            "column": 19
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 10403,
                                          "end": 10582,
                                          "loc": {
                                            "start": {
                                              "line": 304,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 308,
                                              "column": 14
                                            }
                                          },
                                          "object": {
                                            "type": "ArrayExpression",
                                            "start": 10403,
                                            "end": 10577,
                                            "loc": {
                                              "start": {
                                                "line": 304,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 308,
                                                "column": 9
                                              }
                                            },
                                            "elements": [
                                              {
                                                "type": "StringLiteral",
                                                "start": 10415,
                                                "end": 10436,
                                                "loc": {
                                                  "start": {
                                                    "line": 305,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 305,
                                                    "column": 31
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "SET IDENTITY_INSERT",
                                                  "raw": "'SET IDENTITY_INSERT'"
                                                },
                                                "value": "SET IDENTITY_INSERT"
                                              },
                                              {
                                                "type": "CallExpression",
                                                "start": 10438,
                                                "end": 10464,
                                                "loc": {
                                                  "start": {
                                                    "line": 305,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 305,
                                                    "column": 59
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 10438,
                                                  "end": 10453,
                                                  "loc": {
                                                    "start": {
                                                      "line": 305,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 305,
                                                      "column": 48
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 10438,
                                                    "end": 10442,
                                                    "loc": {
                                                      "start": {
                                                        "line": 305,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 305,
                                                        "column": 37
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 10443,
                                                    "end": 10453,
                                                    "loc": {
                                                      "start": {
                                                        "line": 305,
                                                        "column": 38
                                                      },
                                                      "end": {
                                                        "line": 305,
                                                        "column": 48
                                                      },
                                                      "identifierName": "quoteTable"
                                                    },
                                                    "name": "quoteTable"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 10454,
                                                    "end": 10463,
                                                    "loc": {
                                                      "start": {
                                                        "line": 305,
                                                        "column": 49
                                                      },
                                                      "end": {
                                                        "line": 305,
                                                        "column": 58
                                                      },
                                                      "identifierName": "tableName"
                                                    },
                                                    "name": "tableName"
                                                  }
                                                ]
                                              },
                                              {
                                                "type": "StringLiteral",
                                                "start": 10466,
                                                "end": 10471,
                                                "loc": {
                                                  "start": {
                                                    "line": 305,
                                                    "column": 61
                                                  },
                                                  "end": {
                                                    "line": 305,
                                                    "column": 66
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "ON;",
                                                  "raw": "'ON;'"
                                                },
                                                "value": "ON;"
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 10483,
                                                "end": 10497,
                                                "loc": {
                                                  "start": {
                                                    "line": 306,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 306,
                                                    "column": 24
                                                  },
                                                  "identifierName": "generatedQuery"
                                                },
                                                "name": "generatedQuery"
                                              },
                                              {
                                                "type": "StringLiteral",
                                                "start": 10509,
                                                "end": 10530,
                                                "loc": {
                                                  "start": {
                                                    "line": 307,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 307,
                                                    "column": 31
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "SET IDENTITY_INSERT",
                                                  "raw": "'SET IDENTITY_INSERT'"
                                                },
                                                "value": "SET IDENTITY_INSERT"
                                              },
                                              {
                                                "type": "CallExpression",
                                                "start": 10532,
                                                "end": 10558,
                                                "loc": {
                                                  "start": {
                                                    "line": 307,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 307,
                                                    "column": 59
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 10532,
                                                  "end": 10547,
                                                  "loc": {
                                                    "start": {
                                                      "line": 307,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 307,
                                                      "column": 48
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 10532,
                                                    "end": 10536,
                                                    "loc": {
                                                      "start": {
                                                        "line": 307,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 307,
                                                        "column": 37
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 10537,
                                                    "end": 10547,
                                                    "loc": {
                                                      "start": {
                                                        "line": 307,
                                                        "column": 38
                                                      },
                                                      "end": {
                                                        "line": 307,
                                                        "column": 48
                                                      },
                                                      "identifierName": "quoteTable"
                                                    },
                                                    "name": "quoteTable"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 10548,
                                                    "end": 10557,
                                                    "loc": {
                                                      "start": {
                                                        "line": 307,
                                                        "column": 49
                                                      },
                                                      "end": {
                                                        "line": 307,
                                                        "column": 58
                                                      },
                                                      "identifierName": "tableName"
                                                    },
                                                    "name": "tableName"
                                                  }
                                                ]
                                              },
                                              {
                                                "type": "StringLiteral",
                                                "start": 10560,
                                                "end": 10566,
                                                "loc": {
                                                  "start": {
                                                    "line": 307,
                                                    "column": 61
                                                  },
                                                  "end": {
                                                    "line": 307,
                                                    "column": 67
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "OFF;",
                                                  "raw": "'OFF;'"
                                                },
                                                "value": "OFF;"
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 10578,
                                            "end": 10582,
                                            "loc": {
                                              "start": {
                                                "line": 308,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 308,
                                                "column": 14
                                              },
                                              "identifierName": "join"
                                            },
                                            "name": "join"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "StringLiteral",
                                            "start": 10583,
                                            "end": 10586,
                                            "loc": {
                                              "start": {
                                                "line": 308,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 308,
                                                "column": 18
                                              }
                                            },
                                            "extra": {
                                              "rawValue": " ",
                                              "raw": "' '"
                                            },
                                            "value": " "
                                          }
                                        ]
                                      }
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": null
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 10603,
                              "end": 10633,
                              "loc": {
                                "start": {
                                  "line": 310,
                                  "column": 6
                                },
                                "end": {
                                  "line": 310,
                                  "column": 36
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 10603,
                                "end": 10632,
                                "loc": {
                                  "start": {
                                    "line": 310,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 310,
                                    "column": 35
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 10603,
                                  "end": 10616,
                                  "loc": {
                                    "start": {
                                      "line": 310,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 310,
                                      "column": 19
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 10603,
                                    "end": 10611,
                                    "loc": {
                                      "start": {
                                        "line": 310,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 310,
                                        "column": 14
                                      },
                                      "identifierName": "commands"
                                    },
                                    "name": "commands"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 10612,
                                    "end": 10616,
                                    "loc": {
                                      "start": {
                                        "line": 310,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 310,
                                        "column": 19
                                      },
                                      "identifierName": "push"
                                    },
                                    "name": "push"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 10617,
                                    "end": 10631,
                                    "loc": {
                                      "start": {
                                        "line": 310,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 310,
                                        "column": 34
                                      },
                                      "identifierName": "generatedQuery"
                                    },
                                    "name": "generatedQuery"
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 10640,
                              "end": 10656,
                              "loc": {
                                "start": {
                                  "line": 311,
                                  "column": 6
                                },
                                "end": {
                                  "line": 311,
                                  "column": 22
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 10640,
                                "end": 10655,
                                "loc": {
                                  "start": {
                                    "line": 311,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 311,
                                    "column": 21
                                  }
                                },
                                "operator": "+=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 10640,
                                  "end": 10646,
                                  "loc": {
                                    "start": {
                                      "line": 311,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 311,
                                      "column": 12
                                    },
                                    "identifierName": "offset"
                                  },
                                  "name": "offset"
                                },
                                "right": {
                                  "type": "Identifier",
                                  "start": 10650,
                                  "end": 10655,
                                  "loc": {
                                    "start": {
                                      "line": 311,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 311,
                                      "column": 21
                                    },
                                    "identifierName": "batch"
                                  },
                                  "name": "batch"
                                }
                              }
                            }
                          ],
                          "directives": []
                        }
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 10667,
                        "end": 10693,
                        "loc": {
                          "start": {
                            "line": 313,
                            "column": 4
                          },
                          "end": {
                            "line": 313,
                            "column": 30
                          }
                        },
                        "argument": {
                          "type": "CallExpression",
                          "start": 10674,
                          "end": 10692,
                          "loc": {
                            "start": {
                              "line": 313,
                              "column": 11
                            },
                            "end": {
                              "line": 313,
                              "column": 29
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 10674,
                            "end": 10687,
                            "loc": {
                              "start": {
                                "line": 313,
                                "column": 11
                              },
                              "end": {
                                "line": 313,
                                "column": 24
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 10674,
                              "end": 10682,
                              "loc": {
                                "start": {
                                  "line": 313,
                                  "column": 11
                                },
                                "end": {
                                  "line": 313,
                                  "column": 19
                                },
                                "identifierName": "commands"
                              },
                              "name": "commands"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 10683,
                              "end": 10687,
                              "loc": {
                                "start": {
                                  "line": 313,
                                  "column": 20
                                },
                                "end": {
                                  "line": 313,
                                  "column": 24
                                },
                                "identifierName": "join"
                              },
                              "name": "join"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 10688,
                              "end": 10691,
                              "loc": {
                                "start": {
                                  "line": 313,
                                  "column": 25
                                },
                                "end": {
                                  "line": 313,
                                  "column": 28
                                }
                              },
                              "extra": {
                                "rawValue": ";",
                                "raw": "';'"
                              },
                              "value": ";"
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 10702,
                  "end": 11024,
                  "loc": {
                    "start": {
                      "line": 316,
                      "column": 2
                    },
                    "end": {
                      "line": 323,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 10702,
                    "end": 10713,
                    "loc": {
                      "start": {
                        "line": 316,
                        "column": 2
                      },
                      "end": {
                        "line": 316,
                        "column": 13
                      },
                      "identifierName": "updateQuery"
                    },
                    "name": "updateQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 10714,
                      "end": 10723,
                      "loc": {
                        "start": {
                          "line": 316,
                          "column": 14
                        },
                        "end": {
                          "line": 316,
                          "column": 23
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    },
                    {
                      "type": "Identifier",
                      "start": 10725,
                      "end": 10738,
                      "loc": {
                        "start": {
                          "line": 316,
                          "column": 25
                        },
                        "end": {
                          "line": 316,
                          "column": 38
                        },
                        "identifierName": "attrValueHash"
                      },
                      "name": "attrValueHash"
                    },
                    {
                      "type": "Identifier",
                      "start": 10740,
                      "end": 10745,
                      "loc": {
                        "start": {
                          "line": 316,
                          "column": 40
                        },
                        "end": {
                          "line": 316,
                          "column": 45
                        },
                        "identifierName": "where"
                      },
                      "name": "where"
                    },
                    {
                      "type": "Identifier",
                      "start": 10747,
                      "end": 10754,
                      "loc": {
                        "start": {
                          "line": 316,
                          "column": 47
                        },
                        "end": {
                          "line": 316,
                          "column": 54
                        },
                        "identifierName": "options"
                      },
                      "name": "options"
                    },
                    {
                      "type": "Identifier",
                      "start": 10756,
                      "end": 10766,
                      "loc": {
                        "start": {
                          "line": 316,
                          "column": 56
                        },
                        "end": {
                          "line": 316,
                          "column": 66
                        },
                        "identifierName": "attributes"
                      },
                      "name": "attributes"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 10768,
                    "end": 11024,
                    "loc": {
                      "start": {
                        "line": 316,
                        "column": 68
                      },
                      "end": {
                        "line": 323,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 10774,
                        "end": 10856,
                        "loc": {
                          "start": {
                            "line": 317,
                            "column": 4
                          },
                          "end": {
                            "line": 317,
                            "column": 86
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 10778,
                            "end": 10855,
                            "loc": {
                              "start": {
                                "line": 317,
                                "column": 8
                              },
                              "end": {
                                "line": 317,
                                "column": 85
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 10778,
                              "end": 10781,
                              "loc": {
                                "start": {
                                  "line": 317,
                                  "column": 8
                                },
                                "end": {
                                  "line": 317,
                                  "column": 11
                                },
                                "identifierName": "sql"
                              },
                              "name": "sql"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 10784,
                              "end": 10855,
                              "loc": {
                                "start": {
                                  "line": 317,
                                  "column": 14
                                },
                                "end": {
                                  "line": 317,
                                  "column": 85
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 10784,
                                "end": 10801,
                                "loc": {
                                  "start": {
                                    "line": 317,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 317,
                                    "column": 31
                                  }
                                },
                                "object": {
                                  "type": "Super",
                                  "start": 10784,
                                  "end": 10789,
                                  "loc": {
                                    "start": {
                                      "line": 317,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 317,
                                      "column": 19
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 10790,
                                  "end": 10801,
                                  "loc": {
                                    "start": {
                                      "line": 317,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 317,
                                      "column": 31
                                    },
                                    "identifierName": "updateQuery"
                                  },
                                  "name": "updateQuery"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 10802,
                                  "end": 10811,
                                  "loc": {
                                    "start": {
                                      "line": 317,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 317,
                                      "column": 41
                                    },
                                    "identifierName": "tableName"
                                  },
                                  "name": "tableName"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 10813,
                                  "end": 10826,
                                  "loc": {
                                    "start": {
                                      "line": 317,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 317,
                                      "column": 56
                                    },
                                    "identifierName": "attrValueHash"
                                  },
                                  "name": "attrValueHash"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 10828,
                                  "end": 10833,
                                  "loc": {
                                    "start": {
                                      "line": 317,
                                      "column": 58
                                    },
                                    "end": {
                                      "line": 317,
                                      "column": 63
                                    },
                                    "identifierName": "where"
                                  },
                                  "name": "where"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 10835,
                                  "end": 10842,
                                  "loc": {
                                    "start": {
                                      "line": 317,
                                      "column": 65
                                    },
                                    "end": {
                                      "line": 317,
                                      "column": 72
                                    },
                                    "identifierName": "options"
                                  },
                                  "name": "options"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 10844,
                                  "end": 10854,
                                  "loc": {
                                    "start": {
                                      "line": 317,
                                      "column": 74
                                    },
                                    "end": {
                                      "line": 317,
                                      "column": 84
                                    },
                                    "identifierName": "attributes"
                                  },
                                  "name": "attributes"
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "let"
                      },
                      {
                        "type": "IfStatement",
                        "start": 10861,
                        "end": 11004,
                        "loc": {
                          "start": {
                            "line": 318,
                            "column": 4
                          },
                          "end": {
                            "line": 321,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "MemberExpression",
                          "start": 10865,
                          "end": 10878,
                          "loc": {
                            "start": {
                              "line": 318,
                              "column": 8
                            },
                            "end": {
                              "line": 318,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 10865,
                            "end": 10872,
                            "loc": {
                              "start": {
                                "line": 318,
                                "column": 8
                              },
                              "end": {
                                "line": 318,
                                "column": 15
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 10873,
                            "end": 10878,
                            "loc": {
                              "start": {
                                "line": 318,
                                "column": 16
                              },
                              "end": {
                                "line": 318,
                                "column": 21
                              },
                              "identifierName": "limit"
                            },
                            "name": "limit"
                          },
                          "computed": false
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 10880,
                          "end": 11004,
                          "loc": {
                            "start": {
                              "line": 318,
                              "column": 23
                            },
                            "end": {
                              "line": 321,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "start": 10888,
                              "end": 10951,
                              "loc": {
                                "start": {
                                  "line": 319,
                                  "column": 6
                                },
                                "end": {
                                  "line": 319,
                                  "column": 69
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 10894,
                                  "end": 10950,
                                  "loc": {
                                    "start": {
                                      "line": 319,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 319,
                                      "column": 68
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 10894,
                                    "end": 10904,
                                    "loc": {
                                      "start": {
                                        "line": 319,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 319,
                                        "column": 22
                                      },
                                      "identifierName": "updateArgs"
                                    },
                                    "name": "updateArgs"
                                  },
                                  "init": {
                                    "type": "TemplateLiteral",
                                    "start": 10907,
                                    "end": 10950,
                                    "loc": {
                                      "start": {
                                        "line": 319,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 319,
                                        "column": 68
                                      }
                                    },
                                    "expressions": [
                                      {
                                        "type": "CallExpression",
                                        "start": 10921,
                                        "end": 10947,
                                        "loc": {
                                          "start": {
                                            "line": 319,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 319,
                                            "column": 65
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 10921,
                                          "end": 10932,
                                          "loc": {
                                            "start": {
                                              "line": 319,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 319,
                                              "column": 50
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 10921,
                                            "end": 10925,
                                            "loc": {
                                              "start": {
                                                "line": 319,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 319,
                                                "column": 43
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 10926,
                                            "end": 10932,
                                            "loc": {
                                              "start": {
                                                "line": 319,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 319,
                                                "column": 50
                                              },
                                              "identifierName": "escape"
                                            },
                                            "name": "escape"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 10933,
                                            "end": 10946,
                                            "loc": {
                                              "start": {
                                                "line": 319,
                                                "column": 51
                                              },
                                              "end": {
                                                "line": 319,
                                                "column": 64
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 10933,
                                              "end": 10940,
                                              "loc": {
                                                "start": {
                                                  "line": 319,
                                                  "column": 51
                                                },
                                                "end": {
                                                  "line": 319,
                                                  "column": 58
                                                },
                                                "identifierName": "options"
                                              },
                                              "name": "options"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 10941,
                                              "end": 10946,
                                              "loc": {
                                                "start": {
                                                  "line": 319,
                                                  "column": 59
                                                },
                                                "end": {
                                                  "line": 319,
                                                  "column": 64
                                                },
                                                "identifierName": "limit"
                                              },
                                              "name": "limit"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      }
                                    ],
                                    "quasis": [
                                      {
                                        "type": "TemplateElement",
                                        "start": 10908,
                                        "end": 10919,
                                        "loc": {
                                          "start": {
                                            "line": 319,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 319,
                                            "column": 37
                                          }
                                        },
                                        "value": {
                                          "raw": "UPDATE TOP(",
                                          "cooked": "UPDATE TOP("
                                        },
                                        "tail": false
                                      },
                                      {
                                        "type": "TemplateElement",
                                        "start": 10948,
                                        "end": 10949,
                                        "loc": {
                                          "start": {
                                            "line": 319,
                                            "column": 66
                                          },
                                          "end": {
                                            "line": 319,
                                            "column": 67
                                          }
                                        },
                                        "value": {
                                          "raw": ")",
                                          "cooked": ")"
                                        },
                                        "tail": true
                                      }
                                    ]
                                  }
                                }
                              ],
                              "kind": "const"
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 10958,
                              "end": 10998,
                              "loc": {
                                "start": {
                                  "line": 320,
                                  "column": 6
                                },
                                "end": {
                                  "line": 320,
                                  "column": 46
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 10958,
                                "end": 10997,
                                "loc": {
                                  "start": {
                                    "line": 320,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 320,
                                    "column": 45
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 10958,
                                  "end": 10961,
                                  "loc": {
                                    "start": {
                                      "line": 320,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 320,
                                      "column": 9
                                    },
                                    "identifierName": "sql"
                                  },
                                  "name": "sql"
                                },
                                "right": {
                                  "type": "CallExpression",
                                  "start": 10964,
                                  "end": 10997,
                                  "loc": {
                                    "start": {
                                      "line": 320,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 320,
                                      "column": 45
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 10964,
                                    "end": 10975,
                                    "loc": {
                                      "start": {
                                        "line": 320,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 320,
                                        "column": 23
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 10964,
                                      "end": 10967,
                                      "loc": {
                                        "start": {
                                          "line": 320,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 320,
                                          "column": 15
                                        },
                                        "identifierName": "sql"
                                      },
                                      "name": "sql"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 10968,
                                      "end": 10975,
                                      "loc": {
                                        "start": {
                                          "line": 320,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 320,
                                          "column": 23
                                        },
                                        "identifierName": "replace"
                                      },
                                      "name": "replace"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "StringLiteral",
                                      "start": 10976,
                                      "end": 10984,
                                      "loc": {
                                        "start": {
                                          "line": 320,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 320,
                                          "column": 32
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "UPDATE",
                                        "raw": "'UPDATE'"
                                      },
                                      "value": "UPDATE"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 10986,
                                      "end": 10996,
                                      "loc": {
                                        "start": {
                                          "line": 320,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 320,
                                          "column": 44
                                        },
                                        "identifierName": "updateArgs"
                                      },
                                      "name": "updateArgs"
                                    }
                                  ]
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 11009,
                        "end": 11020,
                        "loc": {
                          "start": {
                            "line": 322,
                            "column": 4
                          },
                          "end": {
                            "line": 322,
                            "column": 15
                          }
                        },
                        "argument": {
                          "type": "Identifier",
                          "start": 11016,
                          "end": 11019,
                          "loc": {
                            "start": {
                              "line": 322,
                              "column": 11
                            },
                            "end": {
                              "line": 322,
                              "column": 14
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 11029,
                  "end": 14923,
                  "loc": {
                    "start": {
                      "line": 325,
                      "column": 2
                    },
                    "end": {
                      "line": 429,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 11029,
                    "end": 11040,
                    "loc": {
                      "start": {
                        "line": 325,
                        "column": 2
                      },
                      "end": {
                        "line": 325,
                        "column": 13
                      },
                      "identifierName": "upsertQuery"
                    },
                    "name": "upsertQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 11041,
                      "end": 11050,
                      "loc": {
                        "start": {
                          "line": 325,
                          "column": 14
                        },
                        "end": {
                          "line": 325,
                          "column": 23
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    },
                    {
                      "type": "Identifier",
                      "start": 11052,
                      "end": 11064,
                      "loc": {
                        "start": {
                          "line": 325,
                          "column": 25
                        },
                        "end": {
                          "line": 325,
                          "column": 37
                        },
                        "identifierName": "insertValues"
                      },
                      "name": "insertValues"
                    },
                    {
                      "type": "Identifier",
                      "start": 11066,
                      "end": 11078,
                      "loc": {
                        "start": {
                          "line": 325,
                          "column": 39
                        },
                        "end": {
                          "line": 325,
                          "column": 51
                        },
                        "identifierName": "updateValues"
                      },
                      "name": "updateValues"
                    },
                    {
                      "type": "Identifier",
                      "start": 11080,
                      "end": 11085,
                      "loc": {
                        "start": {
                          "line": 325,
                          "column": 53
                        },
                        "end": {
                          "line": 325,
                          "column": 58
                        },
                        "identifierName": "where"
                      },
                      "name": "where"
                    },
                    {
                      "type": "Identifier",
                      "start": 11087,
                      "end": 11100,
                      "loc": {
                        "start": {
                          "line": 325,
                          "column": 60
                        },
                        "end": {
                          "line": 325,
                          "column": 73
                        },
                        "identifierName": "rawAttributes"
                      },
                      "name": "rawAttributes"
                    },
                    {
                      "type": "Identifier",
                      "start": 11102,
                      "end": 11109,
                      "loc": {
                        "start": {
                          "line": 325,
                          "column": 75
                        },
                        "end": {
                          "line": 325,
                          "column": 82
                        },
                        "identifierName": "options"
                      },
                      "name": "options"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 11111,
                    "end": 14923,
                    "loc": {
                      "start": {
                        "line": 325,
                        "column": 84
                      },
                      "end": {
                        "line": 429,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 11117,
                        "end": 11181,
                        "loc": {
                          "start": {
                            "line": 326,
                            "column": 4
                          },
                          "end": {
                            "line": 326,
                            "column": 68
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 11123,
                            "end": 11180,
                            "loc": {
                              "start": {
                                "line": 326,
                                "column": 10
                              },
                              "end": {
                                "line": 326,
                                "column": 67
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 11123,
                              "end": 11139,
                              "loc": {
                                "start": {
                                  "line": 326,
                                  "column": 10
                                },
                                "end": {
                                  "line": 326,
                                  "column": 26
                                },
                                "identifierName": "targetTableAlias"
                              },
                              "name": "targetTableAlias"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 11142,
                              "end": 11180,
                              "loc": {
                                "start": {
                                  "line": 326,
                                  "column": 29
                                },
                                "end": {
                                  "line": 326,
                                  "column": 67
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 11142,
                                "end": 11157,
                                "loc": {
                                  "start": {
                                    "line": 326,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 326,
                                    "column": 44
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 11142,
                                  "end": 11146,
                                  "loc": {
                                    "start": {
                                      "line": 326,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 326,
                                      "column": 33
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 11147,
                                  "end": 11157,
                                  "loc": {
                                    "start": {
                                      "line": 326,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 326,
                                      "column": 44
                                    },
                                    "identifierName": "quoteTable"
                                  },
                                  "name": "quoteTable"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "TemplateLiteral",
                                  "start": 11158,
                                  "end": 11179,
                                  "loc": {
                                    "start": {
                                      "line": 326,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 326,
                                      "column": 66
                                    }
                                  },
                                  "expressions": [
                                    {
                                      "type": "Identifier",
                                      "start": 11161,
                                      "end": 11170,
                                      "loc": {
                                        "start": {
                                          "line": 326,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 326,
                                          "column": 57
                                        },
                                        "identifierName": "tableName"
                                      },
                                      "name": "tableName"
                                    }
                                  ],
                                  "quasis": [
                                    {
                                      "type": "TemplateElement",
                                      "start": 11159,
                                      "end": 11159,
                                      "loc": {
                                        "start": {
                                          "line": 326,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 326,
                                          "column": 46
                                        }
                                      },
                                      "value": {
                                        "raw": "",
                                        "cooked": ""
                                      },
                                      "tail": false
                                    },
                                    {
                                      "type": "TemplateElement",
                                      "start": 11171,
                                      "end": 11178,
                                      "loc": {
                                        "start": {
                                          "line": 326,
                                          "column": 58
                                        },
                                        "end": {
                                          "line": 326,
                                          "column": 65
                                        }
                                      },
                                      "value": {
                                        "raw": "_target",
                                        "cooked": "_target"
                                      },
                                      "tail": true
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 11186,
                        "end": 11250,
                        "loc": {
                          "start": {
                            "line": 327,
                            "column": 4
                          },
                          "end": {
                            "line": 327,
                            "column": 68
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 11192,
                            "end": 11249,
                            "loc": {
                              "start": {
                                "line": 327,
                                "column": 10
                              },
                              "end": {
                                "line": 327,
                                "column": 67
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 11192,
                              "end": 11208,
                              "loc": {
                                "start": {
                                  "line": 327,
                                  "column": 10
                                },
                                "end": {
                                  "line": 327,
                                  "column": 26
                                },
                                "identifierName": "sourceTableAlias"
                              },
                              "name": "sourceTableAlias"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 11211,
                              "end": 11249,
                              "loc": {
                                "start": {
                                  "line": 327,
                                  "column": 29
                                },
                                "end": {
                                  "line": 327,
                                  "column": 67
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 11211,
                                "end": 11226,
                                "loc": {
                                  "start": {
                                    "line": 327,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 327,
                                    "column": 44
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 11211,
                                  "end": 11215,
                                  "loc": {
                                    "start": {
                                      "line": 327,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 327,
                                      "column": 33
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 11216,
                                  "end": 11226,
                                  "loc": {
                                    "start": {
                                      "line": 327,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 327,
                                      "column": 44
                                    },
                                    "identifierName": "quoteTable"
                                  },
                                  "name": "quoteTable"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "TemplateLiteral",
                                  "start": 11227,
                                  "end": 11248,
                                  "loc": {
                                    "start": {
                                      "line": 327,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 327,
                                      "column": 66
                                    }
                                  },
                                  "expressions": [
                                    {
                                      "type": "Identifier",
                                      "start": 11230,
                                      "end": 11239,
                                      "loc": {
                                        "start": {
                                          "line": 327,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 327,
                                          "column": 57
                                        },
                                        "identifierName": "tableName"
                                      },
                                      "name": "tableName"
                                    }
                                  ],
                                  "quasis": [
                                    {
                                      "type": "TemplateElement",
                                      "start": 11228,
                                      "end": 11228,
                                      "loc": {
                                        "start": {
                                          "line": 327,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 327,
                                          "column": 46
                                        }
                                      },
                                      "value": {
                                        "raw": "",
                                        "cooked": ""
                                      },
                                      "tail": false
                                    },
                                    {
                                      "type": "TemplateElement",
                                      "start": 11240,
                                      "end": 11247,
                                      "loc": {
                                        "start": {
                                          "line": 327,
                                          "column": 58
                                        },
                                        "end": {
                                          "line": 327,
                                          "column": 65
                                        }
                                      },
                                      "value": {
                                        "raw": "_source",
                                        "cooked": "_source"
                                      },
                                      "tail": true
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 11255,
                        "end": 11283,
                        "loc": {
                          "start": {
                            "line": 328,
                            "column": 4
                          },
                          "end": {
                            "line": 328,
                            "column": 32
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 11261,
                            "end": 11282,
                            "loc": {
                              "start": {
                                "line": 328,
                                "column": 10
                              },
                              "end": {
                                "line": 328,
                                "column": 31
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 11261,
                              "end": 11277,
                              "loc": {
                                "start": {
                                  "line": 328,
                                  "column": 10
                                },
                                "end": {
                                  "line": 328,
                                  "column": 26
                                },
                                "identifierName": "primaryKeysAttrs"
                              },
                              "name": "primaryKeysAttrs"
                            },
                            "init": {
                              "type": "ArrayExpression",
                              "start": 11280,
                              "end": 11282,
                              "loc": {
                                "start": {
                                  "line": 328,
                                  "column": 29
                                },
                                "end": {
                                  "line": 328,
                                  "column": 31
                                }
                              },
                              "elements": []
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 11288,
                        "end": 11313,
                        "loc": {
                          "start": {
                            "line": 329,
                            "column": 4
                          },
                          "end": {
                            "line": 329,
                            "column": 29
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 11294,
                            "end": 11312,
                            "loc": {
                              "start": {
                                "line": 329,
                                "column": 10
                              },
                              "end": {
                                "line": 329,
                                "column": 28
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 11294,
                              "end": 11307,
                              "loc": {
                                "start": {
                                  "line": 329,
                                  "column": 10
                                },
                                "end": {
                                  "line": 329,
                                  "column": 23
                                },
                                "identifierName": "identityAttrs"
                              },
                              "name": "identityAttrs"
                            },
                            "init": {
                              "type": "ArrayExpression",
                              "start": 11310,
                              "end": 11312,
                              "loc": {
                                "start": {
                                  "line": 329,
                                  "column": 26
                                },
                                "end": {
                                  "line": 329,
                                  "column": 28
                                }
                              },
                              "elements": []
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 11318,
                        "end": 11341,
                        "loc": {
                          "start": {
                            "line": 330,
                            "column": 4
                          },
                          "end": {
                            "line": 330,
                            "column": 27
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 11324,
                            "end": 11340,
                            "loc": {
                              "start": {
                                "line": 330,
                                "column": 10
                              },
                              "end": {
                                "line": 330,
                                "column": 26
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 11324,
                              "end": 11335,
                              "loc": {
                                "start": {
                                  "line": 330,
                                  "column": 10
                                },
                                "end": {
                                  "line": 330,
                                  "column": 21
                                },
                                "identifierName": "uniqueAttrs"
                              },
                              "name": "uniqueAttrs"
                            },
                            "init": {
                              "type": "ArrayExpression",
                              "start": 11338,
                              "end": 11340,
                              "loc": {
                                "start": {
                                  "line": 330,
                                  "column": 24
                                },
                                "end": {
                                  "line": 330,
                                  "column": 26
                                }
                              },
                              "elements": []
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 11346,
                        "end": 11397,
                        "loc": {
                          "start": {
                            "line": 331,
                            "column": 4
                          },
                          "end": {
                            "line": 331,
                            "column": 55
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 11352,
                            "end": 11396,
                            "loc": {
                              "start": {
                                "line": 331,
                                "column": 10
                              },
                              "end": {
                                "line": 331,
                                "column": 54
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 11352,
                              "end": 11367,
                              "loc": {
                                "start": {
                                  "line": 331,
                                  "column": 10
                                },
                                "end": {
                                  "line": 331,
                                  "column": 25
                                },
                                "identifierName": "tableNameQuoted"
                              },
                              "name": "tableNameQuoted"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 11370,
                              "end": 11396,
                              "loc": {
                                "start": {
                                  "line": 331,
                                  "column": 28
                                },
                                "end": {
                                  "line": 331,
                                  "column": 54
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 11370,
                                "end": 11385,
                                "loc": {
                                  "start": {
                                    "line": 331,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 331,
                                    "column": 43
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 11370,
                                  "end": 11374,
                                  "loc": {
                                    "start": {
                                      "line": 331,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 331,
                                      "column": 32
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 11375,
                                  "end": 11385,
                                  "loc": {
                                    "start": {
                                      "line": 331,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 331,
                                      "column": 43
                                    },
                                    "identifierName": "quoteTable"
                                  },
                                  "name": "quoteTable"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 11386,
                                  "end": 11395,
                                  "loc": {
                                    "start": {
                                      "line": 331,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 331,
                                      "column": 53
                                    },
                                    "identifierName": "tableName"
                                  },
                                  "name": "tableName"
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 11402,
                        "end": 11440,
                        "loc": {
                          "start": {
                            "line": 332,
                            "column": 4
                          },
                          "end": {
                            "line": 332,
                            "column": 42
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 11406,
                            "end": 11439,
                            "loc": {
                              "start": {
                                "line": 332,
                                "column": 8
                              },
                              "end": {
                                "line": 332,
                                "column": 41
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 11406,
                              "end": 11431,
                              "loc": {
                                "start": {
                                  "line": 332,
                                  "column": 8
                                },
                                "end": {
                                  "line": 332,
                                  "column": 33
                                },
                                "identifierName": "needIdentityInsertWrapper"
                              },
                              "name": "needIdentityInsertWrapper"
                            },
                            "init": {
                              "type": "BooleanLiteral",
                              "start": 11434,
                              "end": 11439,
                              "loc": {
                                "start": {
                                  "line": 332,
                                  "column": 36
                                },
                                "end": {
                                  "line": 332,
                                  "column": 41
                                }
                              },
                              "value": false
                            }
                          }
                        ],
                        "kind": "let",
                        "trailingComments": [
                          {
                            "type": "CommentLine",
                            "value": "Obtain primaryKeys, uniquekeys and identity attrs from rawAttributes as model is not passed",
                            "start": 11447,
                            "end": 11540,
                            "loc": {
                              "start": {
                                "line": 335,
                                "column": 4
                              },
                              "end": {
                                "line": 335,
                                "column": 97
                              }
                            }
                          }
                        ]
                      },
                      {
                        "type": "ForInStatement",
                        "start": 11545,
                        "end": 11921,
                        "loc": {
                          "start": {
                            "line": 336,
                            "column": 4
                          },
                          "end": {
                            "line": 346,
                            "column": 5
                          }
                        },
                        "left": {
                          "type": "VariableDeclaration",
                          "start": 11550,
                          "end": 11559,
                          "loc": {
                            "start": {
                              "line": 336,
                              "column": 9
                            },
                            "end": {
                              "line": 336,
                              "column": 18
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 11556,
                              "end": 11559,
                              "loc": {
                                "start": {
                                  "line": 336,
                                  "column": 15
                                },
                                "end": {
                                  "line": 336,
                                  "column": 18
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 11556,
                                "end": 11559,
                                "loc": {
                                  "start": {
                                    "line": 336,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 336,
                                    "column": 18
                                  },
                                  "identifierName": "key"
                                },
                                "name": "key",
                                "leadingComments": null
                              },
                              "init": null,
                              "leadingComments": null
                            }
                          ],
                          "kind": "const",
                          "leadingComments": null
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 11563,
                          "end": 11576,
                          "loc": {
                            "start": {
                              "line": 336,
                              "column": 22
                            },
                            "end": {
                              "line": 336,
                              "column": 35
                            },
                            "identifierName": "rawAttributes"
                          },
                          "name": "rawAttributes"
                        },
                        "body": {
                          "type": "BlockStatement",
                          "start": 11578,
                          "end": 11921,
                          "loc": {
                            "start": {
                              "line": 336,
                              "column": 37
                            },
                            "end": {
                              "line": 346,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "IfStatement",
                              "start": 11586,
                              "end": 11694,
                              "loc": {
                                "start": {
                                  "line": 337,
                                  "column": 6
                                },
                                "end": {
                                  "line": 339,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "MemberExpression",
                                "start": 11590,
                                "end": 11619,
                                "loc": {
                                  "start": {
                                    "line": 337,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 337,
                                    "column": 39
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 11590,
                                  "end": 11608,
                                  "loc": {
                                    "start": {
                                      "line": 337,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 337,
                                      "column": 28
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 11590,
                                    "end": 11603,
                                    "loc": {
                                      "start": {
                                        "line": 337,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 337,
                                        "column": 23
                                      },
                                      "identifierName": "rawAttributes"
                                    },
                                    "name": "rawAttributes"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 11604,
                                    "end": 11607,
                                    "loc": {
                                      "start": {
                                        "line": 337,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 337,
                                        "column": 27
                                      },
                                      "identifierName": "key"
                                    },
                                    "name": "key"
                                  },
                                  "computed": true
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 11609,
                                  "end": 11619,
                                  "loc": {
                                    "start": {
                                      "line": 337,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 337,
                                      "column": 39
                                    },
                                    "identifierName": "primaryKey"
                                  },
                                  "name": "primaryKey"
                                },
                                "computed": false
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 11621,
                                "end": 11694,
                                "loc": {
                                  "start": {
                                    "line": 337,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 339,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 11631,
                                    "end": 11686,
                                    "loc": {
                                      "start": {
                                        "line": 338,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 338,
                                        "column": 63
                                      }
                                    },
                                    "expression": {
                                      "type": "CallExpression",
                                      "start": 11631,
                                      "end": 11685,
                                      "loc": {
                                        "start": {
                                          "line": 338,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 338,
                                          "column": 62
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 11631,
                                        "end": 11652,
                                        "loc": {
                                          "start": {
                                            "line": 338,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 338,
                                            "column": 29
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 11631,
                                          "end": 11647,
                                          "loc": {
                                            "start": {
                                              "line": 338,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 338,
                                              "column": 24
                                            },
                                            "identifierName": "primaryKeysAttrs"
                                          },
                                          "name": "primaryKeysAttrs"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 11648,
                                          "end": 11652,
                                          "loc": {
                                            "start": {
                                              "line": 338,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 338,
                                              "column": 29
                                            },
                                            "identifierName": "push"
                                          },
                                          "name": "push"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "LogicalExpression",
                                          "start": 11653,
                                          "end": 11684,
                                          "loc": {
                                            "start": {
                                              "line": 338,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 338,
                                              "column": 61
                                            }
                                          },
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 11653,
                                            "end": 11677,
                                            "loc": {
                                              "start": {
                                                "line": 338,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 338,
                                                "column": 54
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 11653,
                                              "end": 11671,
                                              "loc": {
                                                "start": {
                                                  "line": 338,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 338,
                                                  "column": 48
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 11653,
                                                "end": 11666,
                                                "loc": {
                                                  "start": {
                                                    "line": 338,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 338,
                                                    "column": 43
                                                  },
                                                  "identifierName": "rawAttributes"
                                                },
                                                "name": "rawAttributes"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 11667,
                                                "end": 11670,
                                                "loc": {
                                                  "start": {
                                                    "line": 338,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 338,
                                                    "column": 47
                                                  },
                                                  "identifierName": "key"
                                                },
                                                "name": "key"
                                              },
                                              "computed": true
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 11672,
                                              "end": 11677,
                                              "loc": {
                                                "start": {
                                                  "line": 338,
                                                  "column": 49
                                                },
                                                "end": {
                                                  "line": 338,
                                                  "column": 54
                                                },
                                                "identifierName": "field"
                                              },
                                              "name": "field"
                                            },
                                            "computed": false
                                          },
                                          "operator": "||",
                                          "right": {
                                            "type": "Identifier",
                                            "start": 11681,
                                            "end": 11684,
                                            "loc": {
                                              "start": {
                                                "line": 338,
                                                "column": 58
                                              },
                                              "end": {
                                                "line": 338,
                                                "column": 61
                                              },
                                              "identifierName": "key"
                                            },
                                            "name": "key"
                                          }
                                        }
                                      ]
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": null
                            },
                            {
                              "type": "IfStatement",
                              "start": 11701,
                              "end": 11800,
                              "loc": {
                                "start": {
                                  "line": 340,
                                  "column": 6
                                },
                                "end": {
                                  "line": 342,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "MemberExpression",
                                "start": 11705,
                                "end": 11730,
                                "loc": {
                                  "start": {
                                    "line": 340,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 340,
                                    "column": 35
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 11705,
                                  "end": 11723,
                                  "loc": {
                                    "start": {
                                      "line": 340,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 340,
                                      "column": 28
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 11705,
                                    "end": 11718,
                                    "loc": {
                                      "start": {
                                        "line": 340,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 340,
                                        "column": 23
                                      },
                                      "identifierName": "rawAttributes"
                                    },
                                    "name": "rawAttributes"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 11719,
                                    "end": 11722,
                                    "loc": {
                                      "start": {
                                        "line": 340,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 340,
                                        "column": 27
                                      },
                                      "identifierName": "key"
                                    },
                                    "name": "key"
                                  },
                                  "computed": true
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 11724,
                                  "end": 11730,
                                  "loc": {
                                    "start": {
                                      "line": 340,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 340,
                                      "column": 35
                                    },
                                    "identifierName": "unique"
                                  },
                                  "name": "unique"
                                },
                                "computed": false
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 11732,
                                "end": 11800,
                                "loc": {
                                  "start": {
                                    "line": 340,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 342,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 11742,
                                    "end": 11792,
                                    "loc": {
                                      "start": {
                                        "line": 341,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 341,
                                        "column": 58
                                      }
                                    },
                                    "expression": {
                                      "type": "CallExpression",
                                      "start": 11742,
                                      "end": 11791,
                                      "loc": {
                                        "start": {
                                          "line": 341,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 341,
                                          "column": 57
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 11742,
                                        "end": 11758,
                                        "loc": {
                                          "start": {
                                            "line": 341,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 341,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 11742,
                                          "end": 11753,
                                          "loc": {
                                            "start": {
                                              "line": 341,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 341,
                                              "column": 19
                                            },
                                            "identifierName": "uniqueAttrs"
                                          },
                                          "name": "uniqueAttrs"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 11754,
                                          "end": 11758,
                                          "loc": {
                                            "start": {
                                              "line": 341,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 341,
                                              "column": 24
                                            },
                                            "identifierName": "push"
                                          },
                                          "name": "push"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "LogicalExpression",
                                          "start": 11759,
                                          "end": 11790,
                                          "loc": {
                                            "start": {
                                              "line": 341,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 341,
                                              "column": 56
                                            }
                                          },
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 11759,
                                            "end": 11783,
                                            "loc": {
                                              "start": {
                                                "line": 341,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 341,
                                                "column": 49
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 11759,
                                              "end": 11777,
                                              "loc": {
                                                "start": {
                                                  "line": 341,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 341,
                                                  "column": 43
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 11759,
                                                "end": 11772,
                                                "loc": {
                                                  "start": {
                                                    "line": 341,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 341,
                                                    "column": 38
                                                  },
                                                  "identifierName": "rawAttributes"
                                                },
                                                "name": "rawAttributes"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 11773,
                                                "end": 11776,
                                                "loc": {
                                                  "start": {
                                                    "line": 341,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 341,
                                                    "column": 42
                                                  },
                                                  "identifierName": "key"
                                                },
                                                "name": "key"
                                              },
                                              "computed": true
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 11778,
                                              "end": 11783,
                                              "loc": {
                                                "start": {
                                                  "line": 341,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 341,
                                                  "column": 49
                                                },
                                                "identifierName": "field"
                                              },
                                              "name": "field"
                                            },
                                            "computed": false
                                          },
                                          "operator": "||",
                                          "right": {
                                            "type": "Identifier",
                                            "start": 11787,
                                            "end": 11790,
                                            "loc": {
                                              "start": {
                                                "line": 341,
                                                "column": 53
                                              },
                                              "end": {
                                                "line": 341,
                                                "column": 56
                                              },
                                              "identifierName": "key"
                                            },
                                            "name": "key"
                                          }
                                        }
                                      ]
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": null
                            },
                            {
                              "type": "IfStatement",
                              "start": 11807,
                              "end": 11915,
                              "loc": {
                                "start": {
                                  "line": 343,
                                  "column": 6
                                },
                                "end": {
                                  "line": 345,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "MemberExpression",
                                "start": 11811,
                                "end": 11843,
                                "loc": {
                                  "start": {
                                    "line": 343,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 343,
                                    "column": 42
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 11811,
                                  "end": 11829,
                                  "loc": {
                                    "start": {
                                      "line": 343,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 343,
                                      "column": 28
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 11811,
                                    "end": 11824,
                                    "loc": {
                                      "start": {
                                        "line": 343,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 343,
                                        "column": 23
                                      },
                                      "identifierName": "rawAttributes"
                                    },
                                    "name": "rawAttributes"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 11825,
                                    "end": 11828,
                                    "loc": {
                                      "start": {
                                        "line": 343,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 343,
                                        "column": 27
                                      },
                                      "identifierName": "key"
                                    },
                                    "name": "key"
                                  },
                                  "computed": true
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 11830,
                                  "end": 11843,
                                  "loc": {
                                    "start": {
                                      "line": 343,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 343,
                                      "column": 42
                                    },
                                    "identifierName": "autoIncrement"
                                  },
                                  "name": "autoIncrement"
                                },
                                "computed": false
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 11845,
                                "end": 11915,
                                "loc": {
                                  "start": {
                                    "line": 343,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 345,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 11855,
                                    "end": 11907,
                                    "loc": {
                                      "start": {
                                        "line": 344,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 344,
                                        "column": 60
                                      }
                                    },
                                    "expression": {
                                      "type": "CallExpression",
                                      "start": 11855,
                                      "end": 11906,
                                      "loc": {
                                        "start": {
                                          "line": 344,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 344,
                                          "column": 59
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 11855,
                                        "end": 11873,
                                        "loc": {
                                          "start": {
                                            "line": 344,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 344,
                                            "column": 26
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 11855,
                                          "end": 11868,
                                          "loc": {
                                            "start": {
                                              "line": 344,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 344,
                                              "column": 21
                                            },
                                            "identifierName": "identityAttrs"
                                          },
                                          "name": "identityAttrs"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 11869,
                                          "end": 11873,
                                          "loc": {
                                            "start": {
                                              "line": 344,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 344,
                                              "column": 26
                                            },
                                            "identifierName": "push"
                                          },
                                          "name": "push"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "LogicalExpression",
                                          "start": 11874,
                                          "end": 11905,
                                          "loc": {
                                            "start": {
                                              "line": 344,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 344,
                                              "column": 58
                                            }
                                          },
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 11874,
                                            "end": 11898,
                                            "loc": {
                                              "start": {
                                                "line": 344,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 344,
                                                "column": 51
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 11874,
                                              "end": 11892,
                                              "loc": {
                                                "start": {
                                                  "line": 344,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 344,
                                                  "column": 45
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 11874,
                                                "end": 11887,
                                                "loc": {
                                                  "start": {
                                                    "line": 344,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 344,
                                                    "column": 40
                                                  },
                                                  "identifierName": "rawAttributes"
                                                },
                                                "name": "rawAttributes"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 11888,
                                                "end": 11891,
                                                "loc": {
                                                  "start": {
                                                    "line": 344,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 344,
                                                    "column": 44
                                                  },
                                                  "identifierName": "key"
                                                },
                                                "name": "key"
                                              },
                                              "computed": true
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 11893,
                                              "end": 11898,
                                              "loc": {
                                                "start": {
                                                  "line": 344,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 344,
                                                  "column": 51
                                                },
                                                "identifierName": "field"
                                              },
                                              "name": "field"
                                            },
                                            "computed": false
                                          },
                                          "operator": "||",
                                          "right": {
                                            "type": "Identifier",
                                            "start": 11902,
                                            "end": 11905,
                                            "loc": {
                                              "start": {
                                                "line": 344,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 344,
                                                "column": 58
                                              },
                                              "identifierName": "key"
                                            },
                                            "name": "key"
                                          }
                                        }
                                      ]
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": null
                            }
                          ],
                          "directives": []
                        },
                        "leadingComments": [
                          {
                            "type": "CommentLine",
                            "value": "Obtain primaryKeys, uniquekeys and identity attrs from rawAttributes as model is not passed",
                            "start": 11447,
                            "end": 11540,
                            "loc": {
                              "start": {
                                "line": 335,
                                "column": 4
                              },
                              "end": {
                                "line": 335,
                                "column": 97
                              }
                            }
                          }
                        ]
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 11927,
                        "end": 11972,
                        "loc": {
                          "start": {
                            "line": 348,
                            "column": 4
                          },
                          "end": {
                            "line": 348,
                            "column": 49
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 11933,
                            "end": 11971,
                            "loc": {
                              "start": {
                                "line": 348,
                                "column": 10
                              },
                              "end": {
                                "line": 348,
                                "column": 48
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 11933,
                              "end": 11943,
                              "loc": {
                                "start": {
                                  "line": 348,
                                  "column": 10
                                },
                                "end": {
                                  "line": 348,
                                  "column": 20
                                },
                                "identifierName": "updateKeys"
                              },
                              "name": "updateKeys"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 11946,
                              "end": 11971,
                              "loc": {
                                "start": {
                                  "line": 348,
                                  "column": 23
                                },
                                "end": {
                                  "line": 348,
                                  "column": 48
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 11946,
                                "end": 11957,
                                "loc": {
                                  "start": {
                                    "line": 348,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 348,
                                    "column": 34
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 11946,
                                  "end": 11952,
                                  "loc": {
                                    "start": {
                                      "line": 348,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 348,
                                      "column": 29
                                    },
                                    "identifierName": "Object"
                                  },
                                  "name": "Object"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 11953,
                                  "end": 11957,
                                  "loc": {
                                    "start": {
                                      "line": 348,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 348,
                                      "column": 34
                                    },
                                    "identifierName": "keys"
                                  },
                                  "name": "keys"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 11958,
                                  "end": 11970,
                                  "loc": {
                                    "start": {
                                      "line": 348,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 348,
                                      "column": 47
                                    },
                                    "identifierName": "updateValues"
                                  },
                                  "name": "updateValues"
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 11977,
                        "end": 12022,
                        "loc": {
                          "start": {
                            "line": 349,
                            "column": 4
                          },
                          "end": {
                            "line": 349,
                            "column": 49
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 11983,
                            "end": 12021,
                            "loc": {
                              "start": {
                                "line": 349,
                                "column": 10
                              },
                              "end": {
                                "line": 349,
                                "column": 48
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 11983,
                              "end": 11993,
                              "loc": {
                                "start": {
                                  "line": 349,
                                  "column": 10
                                },
                                "end": {
                                  "line": 349,
                                  "column": 20
                                },
                                "identifierName": "insertKeys"
                              },
                              "name": "insertKeys"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 11996,
                              "end": 12021,
                              "loc": {
                                "start": {
                                  "line": 349,
                                  "column": 23
                                },
                                "end": {
                                  "line": 349,
                                  "column": 48
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 11996,
                                "end": 12007,
                                "loc": {
                                  "start": {
                                    "line": 349,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 349,
                                    "column": 34
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 11996,
                                  "end": 12002,
                                  "loc": {
                                    "start": {
                                      "line": 349,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 349,
                                      "column": 29
                                    },
                                    "identifierName": "Object"
                                  },
                                  "name": "Object"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12003,
                                  "end": 12007,
                                  "loc": {
                                    "start": {
                                      "line": 349,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 349,
                                      "column": 34
                                    },
                                    "identifierName": "keys"
                                  },
                                  "name": "keys"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 12008,
                                  "end": 12020,
                                  "loc": {
                                    "start": {
                                      "line": 349,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 349,
                                      "column": 47
                                    },
                                    "identifierName": "insertValues"
                                  },
                                  "name": "insertValues"
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 12027,
                        "end": 12112,
                        "loc": {
                          "start": {
                            "line": 350,
                            "column": 4
                          },
                          "end": {
                            "line": 350,
                            "column": 89
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 12033,
                            "end": 12111,
                            "loc": {
                              "start": {
                                "line": 350,
                                "column": 10
                              },
                              "end": {
                                "line": 350,
                                "column": 88
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 12033,
                              "end": 12049,
                              "loc": {
                                "start": {
                                  "line": 350,
                                  "column": 10
                                },
                                "end": {
                                  "line": 350,
                                  "column": 26
                                },
                                "identifierName": "insertKeysQuoted"
                              },
                              "name": "insertKeysQuoted"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 12052,
                              "end": 12111,
                              "loc": {
                                "start": {
                                  "line": 350,
                                  "column": 29
                                },
                                "end": {
                                  "line": 350,
                                  "column": 88
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 12052,
                                "end": 12105,
                                "loc": {
                                  "start": {
                                    "line": 350,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 350,
                                    "column": 82
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 12052,
                                  "end": 12100,
                                  "loc": {
                                    "start": {
                                      "line": 350,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 350,
                                      "column": 77
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 12052,
                                    "end": 12066,
                                    "loc": {
                                      "start": {
                                        "line": 350,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 350,
                                        "column": 43
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 12052,
                                      "end": 12062,
                                      "loc": {
                                        "start": {
                                          "line": 350,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 350,
                                          "column": 39
                                        },
                                        "identifierName": "insertKeys"
                                      },
                                      "name": "insertKeys"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 12063,
                                      "end": 12066,
                                      "loc": {
                                        "start": {
                                          "line": 350,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 350,
                                          "column": 43
                                        },
                                        "identifierName": "map"
                                      },
                                      "name": "map"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "ArrowFunctionExpression",
                                      "start": 12067,
                                      "end": 12099,
                                      "loc": {
                                        "start": {
                                          "line": 350,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 350,
                                          "column": 76
                                        }
                                      },
                                      "id": null,
                                      "generator": false,
                                      "expression": true,
                                      "async": false,
                                      "params": [
                                        {
                                          "type": "Identifier",
                                          "start": 12067,
                                          "end": 12070,
                                          "loc": {
                                            "start": {
                                              "line": 350,
                                              "column": 44
                                            },
                                            "end": {
                                              "line": 350,
                                              "column": 47
                                            },
                                            "identifierName": "key"
                                          },
                                          "name": "key"
                                        }
                                      ],
                                      "body": {
                                        "type": "CallExpression",
                                        "start": 12074,
                                        "end": 12099,
                                        "loc": {
                                          "start": {
                                            "line": 350,
                                            "column": 51
                                          },
                                          "end": {
                                            "line": 350,
                                            "column": 76
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 12074,
                                          "end": 12094,
                                          "loc": {
                                            "start": {
                                              "line": 350,
                                              "column": 51
                                            },
                                            "end": {
                                              "line": 350,
                                              "column": 71
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 12074,
                                            "end": 12078,
                                            "loc": {
                                              "start": {
                                                "line": 350,
                                                "column": 51
                                              },
                                              "end": {
                                                "line": 350,
                                                "column": 55
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 12079,
                                            "end": 12094,
                                            "loc": {
                                              "start": {
                                                "line": 350,
                                                "column": 56
                                              },
                                              "end": {
                                                "line": 350,
                                                "column": 71
                                              },
                                              "identifierName": "quoteIdentifier"
                                            },
                                            "name": "quoteIdentifier"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 12095,
                                            "end": 12098,
                                            "loc": {
                                              "start": {
                                                "line": 350,
                                                "column": 72
                                              },
                                              "end": {
                                                "line": 350,
                                                "column": 75
                                              },
                                              "identifierName": "key"
                                            },
                                            "name": "key"
                                          }
                                        ]
                                      }
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12101,
                                  "end": 12105,
                                  "loc": {
                                    "start": {
                                      "line": 350,
                                      "column": 78
                                    },
                                    "end": {
                                      "line": 350,
                                      "column": 82
                                    },
                                    "identifierName": "join"
                                  },
                                  "name": "join"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 12106,
                                  "end": 12110,
                                  "loc": {
                                    "start": {
                                      "line": 350,
                                      "column": 83
                                    },
                                    "end": {
                                      "line": 350,
                                      "column": 87
                                    }
                                  },
                                  "extra": {
                                    "rawValue": ", ",
                                    "raw": "', '"
                                  },
                                  "value": ", "
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 12117,
                        "end": 12210,
                        "loc": {
                          "start": {
                            "line": 351,
                            "column": 4
                          },
                          "end": {
                            "line": 351,
                            "column": 97
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 12123,
                            "end": 12209,
                            "loc": {
                              "start": {
                                "line": 351,
                                "column": 10
                              },
                              "end": {
                                "line": 351,
                                "column": 96
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 12123,
                              "end": 12142,
                              "loc": {
                                "start": {
                                  "line": 351,
                                  "column": 10
                                },
                                "end": {
                                  "line": 351,
                                  "column": 29
                                },
                                "identifierName": "insertValuesEscaped"
                              },
                              "name": "insertValuesEscaped"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 12145,
                              "end": 12209,
                              "loc": {
                                "start": {
                                  "line": 351,
                                  "column": 32
                                },
                                "end": {
                                  "line": 351,
                                  "column": 96
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 12145,
                                "end": 12203,
                                "loc": {
                                  "start": {
                                    "line": 351,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 351,
                                    "column": 90
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 12145,
                                  "end": 12198,
                                  "loc": {
                                    "start": {
                                      "line": 351,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 351,
                                      "column": 85
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 12145,
                                    "end": 12159,
                                    "loc": {
                                      "start": {
                                        "line": 351,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 351,
                                        "column": 46
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 12145,
                                      "end": 12155,
                                      "loc": {
                                        "start": {
                                          "line": 351,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 351,
                                          "column": 42
                                        },
                                        "identifierName": "insertKeys"
                                      },
                                      "name": "insertKeys"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 12156,
                                      "end": 12159,
                                      "loc": {
                                        "start": {
                                          "line": 351,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 351,
                                          "column": 46
                                        },
                                        "identifierName": "map"
                                      },
                                      "name": "map"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "ArrowFunctionExpression",
                                      "start": 12160,
                                      "end": 12197,
                                      "loc": {
                                        "start": {
                                          "line": 351,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 351,
                                          "column": 84
                                        }
                                      },
                                      "id": null,
                                      "generator": false,
                                      "expression": true,
                                      "async": false,
                                      "params": [
                                        {
                                          "type": "Identifier",
                                          "start": 12160,
                                          "end": 12163,
                                          "loc": {
                                            "start": {
                                              "line": 351,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 351,
                                              "column": 50
                                            },
                                            "identifierName": "key"
                                          },
                                          "name": "key"
                                        }
                                      ],
                                      "body": {
                                        "type": "CallExpression",
                                        "start": 12167,
                                        "end": 12197,
                                        "loc": {
                                          "start": {
                                            "line": 351,
                                            "column": 54
                                          },
                                          "end": {
                                            "line": 351,
                                            "column": 84
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 12167,
                                          "end": 12178,
                                          "loc": {
                                            "start": {
                                              "line": 351,
                                              "column": 54
                                            },
                                            "end": {
                                              "line": 351,
                                              "column": 65
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 12167,
                                            "end": 12171,
                                            "loc": {
                                              "start": {
                                                "line": 351,
                                                "column": 54
                                              },
                                              "end": {
                                                "line": 351,
                                                "column": 58
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 12172,
                                            "end": 12178,
                                            "loc": {
                                              "start": {
                                                "line": 351,
                                                "column": 59
                                              },
                                              "end": {
                                                "line": 351,
                                                "column": 65
                                              },
                                              "identifierName": "escape"
                                            },
                                            "name": "escape"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 12179,
                                            "end": 12196,
                                            "loc": {
                                              "start": {
                                                "line": 351,
                                                "column": 66
                                              },
                                              "end": {
                                                "line": 351,
                                                "column": 83
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 12179,
                                              "end": 12191,
                                              "loc": {
                                                "start": {
                                                  "line": 351,
                                                  "column": 66
                                                },
                                                "end": {
                                                  "line": 351,
                                                  "column": 78
                                                },
                                                "identifierName": "insertValues"
                                              },
                                              "name": "insertValues"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 12192,
                                              "end": 12195,
                                              "loc": {
                                                "start": {
                                                  "line": 351,
                                                  "column": 79
                                                },
                                                "end": {
                                                  "line": 351,
                                                  "column": 82
                                                },
                                                "identifierName": "key"
                                              },
                                              "name": "key"
                                            },
                                            "computed": true
                                          }
                                        ]
                                      }
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12199,
                                  "end": 12203,
                                  "loc": {
                                    "start": {
                                      "line": 351,
                                      "column": 86
                                    },
                                    "end": {
                                      "line": 351,
                                      "column": 90
                                    },
                                    "identifierName": "join"
                                  },
                                  "name": "join"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 12204,
                                  "end": 12208,
                                  "loc": {
                                    "start": {
                                      "line": 351,
                                      "column": 91
                                    },
                                    "end": {
                                      "line": 351,
                                      "column": 95
                                    }
                                  },
                                  "extra": {
                                    "rawValue": ", ",
                                    "raw": "', '"
                                  },
                                  "value": ", "
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 12215,
                        "end": 12273,
                        "loc": {
                          "start": {
                            "line": 352,
                            "column": 4
                          },
                          "end": {
                            "line": 352,
                            "column": 62
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 12221,
                            "end": 12272,
                            "loc": {
                              "start": {
                                "line": 352,
                                "column": 10
                              },
                              "end": {
                                "line": 352,
                                "column": 61
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 12221,
                              "end": 12237,
                              "loc": {
                                "start": {
                                  "line": 352,
                                  "column": 10
                                },
                                "end": {
                                  "line": 352,
                                  "column": 26
                                },
                                "identifierName": "sourceTableQuery"
                              },
                              "name": "sourceTableQuery"
                            },
                            "init": {
                              "type": "TemplateLiteral",
                              "start": 12240,
                              "end": 12272,
                              "loc": {
                                "start": {
                                  "line": 352,
                                  "column": 29
                                },
                                "end": {
                                  "line": 352,
                                  "column": 61
                                }
                              },
                              "expressions": [
                                {
                                  "type": "Identifier",
                                  "start": 12250,
                                  "end": 12269,
                                  "loc": {
                                    "start": {
                                      "line": 352,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 352,
                                      "column": 58
                                    },
                                    "identifierName": "insertValuesEscaped"
                                  },
                                  "name": "insertValuesEscaped"
                                }
                              ],
                              "quasis": [
                                {
                                  "type": "TemplateElement",
                                  "start": 12241,
                                  "end": 12248,
                                  "loc": {
                                    "start": {
                                      "line": 352,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 352,
                                      "column": 37
                                    }
                                  },
                                  "value": {
                                    "raw": "VALUES(",
                                    "cooked": "VALUES("
                                  },
                                  "tail": false
                                },
                                {
                                  "type": "TemplateElement",
                                  "start": 12270,
                                  "end": 12271,
                                  "loc": {
                                    "start": {
                                      "line": 352,
                                      "column": 59
                                    },
                                    "end": {
                                      "line": 352,
                                      "column": 60
                                    }
                                  },
                                  "value": {
                                    "raw": ")",
                                    "cooked": ")"
                                  },
                                  "tail": true
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "const",
                        "trailingComments": [
                          {
                            "type": "CommentLine",
                            "value": "Virtual Table",
                            "start": 12274,
                            "end": 12289,
                            "loc": {
                              "start": {
                                "line": 352,
                                "column": 63
                              },
                              "end": {
                                "line": 352,
                                "column": 78
                              }
                            }
                          }
                        ]
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 12294,
                        "end": 12312,
                        "loc": {
                          "start": {
                            "line": 353,
                            "column": 4
                          },
                          "end": {
                            "line": 353,
                            "column": 22
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 12298,
                            "end": 12311,
                            "loc": {
                              "start": {
                                "line": 353,
                                "column": 8
                              },
                              "end": {
                                "line": 353,
                                "column": 21
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 12298,
                              "end": 12311,
                              "loc": {
                                "start": {
                                  "line": 353,
                                  "column": 8
                                },
                                "end": {
                                  "line": 353,
                                  "column": 21
                                },
                                "identifierName": "joinCondition"
                              },
                              "name": "joinCondition",
                              "leadingComments": null
                            },
                            "init": null,
                            "leadingComments": null
                          }
                        ],
                        "kind": "let",
                        "leadingComments": [
                          {
                            "type": "CommentLine",
                            "value": "Virtual Table",
                            "start": 12274,
                            "end": 12289,
                            "loc": {
                              "start": {
                                "line": 352,
                                "column": 63
                              },
                              "end": {
                                "line": 352,
                                "column": 78
                              }
                            }
                          }
                        ],
                        "trailingComments": [
                          {
                            "type": "CommentLine",
                            "value": "IDENTITY_INSERT Condition",
                            "start": 12318,
                            "end": 12345,
                            "loc": {
                              "start": {
                                "line": 355,
                                "column": 4
                              },
                              "end": {
                                "line": 355,
                                "column": 31
                              }
                            }
                          }
                        ]
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 12350,
                        "end": 12644,
                        "loc": {
                          "start": {
                            "line": 356,
                            "column": 4
                          },
                          "end": {
                            "line": 364,
                            "column": 7
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 12350,
                          "end": 12643,
                          "loc": {
                            "start": {
                              "line": 356,
                              "column": 4
                            },
                            "end": {
                              "line": 364,
                              "column": 6
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 12350,
                            "end": 12371,
                            "loc": {
                              "start": {
                                "line": 356,
                                "column": 4
                              },
                              "end": {
                                "line": 356,
                                "column": 25
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 12350,
                              "end": 12363,
                              "loc": {
                                "start": {
                                  "line": 356,
                                  "column": 4
                                },
                                "end": {
                                  "line": 356,
                                  "column": 17
                                },
                                "identifierName": "identityAttrs"
                              },
                              "name": "identityAttrs",
                              "leadingComments": null
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 12364,
                              "end": 12371,
                              "loc": {
                                "start": {
                                  "line": 356,
                                  "column": 18
                                },
                                "end": {
                                  "line": 356,
                                  "column": 25
                                },
                                "identifierName": "forEach"
                              },
                              "name": "forEach"
                            },
                            "computed": false,
                            "leadingComments": null
                          },
                          "arguments": [
                            {
                              "type": "ArrowFunctionExpression",
                              "start": 12372,
                              "end": 12642,
                              "loc": {
                                "start": {
                                  "line": 356,
                                  "column": 26
                                },
                                "end": {
                                  "line": 364,
                                  "column": 5
                                }
                              },
                              "id": null,
                              "generator": false,
                              "expression": false,
                              "async": false,
                              "params": [
                                {
                                  "type": "Identifier",
                                  "start": 12372,
                                  "end": 12375,
                                  "loc": {
                                    "start": {
                                      "line": 356,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 356,
                                      "column": 29
                                    },
                                    "identifierName": "key"
                                  },
                                  "name": "key"
                                }
                              ],
                              "body": {
                                "type": "BlockStatement",
                                "start": 12379,
                                "end": 12642,
                                "loc": {
                                  "start": {
                                    "line": 356,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 364,
                                    "column": 5
                                  }
                                },
                                "body": [
                                  {
                                    "type": "IfStatement",
                                    "start": 12387,
                                    "end": 12636,
                                    "loc": {
                                      "start": {
                                        "line": 357,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 363,
                                        "column": 7
                                      }
                                    },
                                    "test": {
                                      "type": "LogicalExpression",
                                      "start": 12391,
                                      "end": 12438,
                                      "loc": {
                                        "start": {
                                          "line": 357,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 357,
                                          "column": 57
                                        }
                                      },
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 12391,
                                        "end": 12408,
                                        "loc": {
                                          "start": {
                                            "line": 357,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 357,
                                            "column": 27
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 12391,
                                          "end": 12403,
                                          "loc": {
                                            "start": {
                                              "line": 357,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 357,
                                              "column": 22
                                            },
                                            "identifierName": "updateValues"
                                          },
                                          "name": "updateValues"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 12404,
                                          "end": 12407,
                                          "loc": {
                                            "start": {
                                              "line": 357,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 357,
                                              "column": 26
                                            },
                                            "identifierName": "key"
                                          },
                                          "name": "key"
                                        },
                                        "computed": true
                                      },
                                      "operator": "&&",
                                      "right": {
                                        "type": "BinaryExpression",
                                        "start": 12412,
                                        "end": 12438,
                                        "loc": {
                                          "start": {
                                            "line": 357,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 357,
                                            "column": 57
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 12412,
                                          "end": 12429,
                                          "loc": {
                                            "start": {
                                              "line": 357,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 357,
                                              "column": 48
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 12412,
                                            "end": 12424,
                                            "loc": {
                                              "start": {
                                                "line": 357,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 357,
                                                "column": 43
                                              },
                                              "identifierName": "updateValues"
                                            },
                                            "name": "updateValues"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 12425,
                                            "end": 12428,
                                            "loc": {
                                              "start": {
                                                "line": 357,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 357,
                                                "column": 47
                                              },
                                              "identifierName": "key"
                                            },
                                            "name": "key"
                                          },
                                          "computed": true
                                        },
                                        "operator": "!==",
                                        "right": {
                                          "type": "NullLiteral",
                                          "start": 12434,
                                          "end": 12438,
                                          "loc": {
                                            "start": {
                                              "line": 357,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 357,
                                              "column": 57
                                            }
                                          }
                                        }
                                      }
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "start": 12440,
                                      "end": 12636,
                                      "loc": {
                                        "start": {
                                          "line": 357,
                                          "column": 59
                                        },
                                        "end": {
                                          "line": 363,
                                          "column": 7
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 12450,
                                          "end": 12483,
                                          "loc": {
                                            "start": {
                                              "line": 358,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 358,
                                              "column": 41
                                            }
                                          },
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "start": 12450,
                                            "end": 12482,
                                            "loc": {
                                              "start": {
                                                "line": 358,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 358,
                                                "column": 40
                                              }
                                            },
                                            "operator": "=",
                                            "left": {
                                              "type": "Identifier",
                                              "start": 12450,
                                              "end": 12475,
                                              "loc": {
                                                "start": {
                                                  "line": 358,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 358,
                                                  "column": 33
                                                },
                                                "identifierName": "needIdentityInsertWrapper"
                                              },
                                              "name": "needIdentityInsertWrapper"
                                            },
                                            "right": {
                                              "type": "BooleanLiteral",
                                              "start": 12478,
                                              "end": 12482,
                                              "loc": {
                                                "start": {
                                                  "line": 358,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 358,
                                                  "column": 40
                                                }
                                              },
                                              "value": true
                                            }
                                          },
                                          "trailingComments": [
                                            {
                                              "type": "CommentBlock",
                                              "value": "\n         * IDENTITY_INSERT Column Cannot be updated, only inserted\n         * http://stackoverflow.com/a/30176254/2254360\n         ",
                                              "start": 12492,
                                              "end": 12628,
                                              "loc": {
                                                "start": {
                                                  "line": 359,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 362,
                                                  "column": 11
                                                }
                                              }
                                            }
                                          ]
                                        }
                                      ],
                                      "directives": []
                                    },
                                    "alternate": null
                                  }
                                ],
                                "directives": []
                              }
                            }
                          ],
                          "leadingComments": null
                        },
                        "leadingComments": [
                          {
                            "type": "CommentLine",
                            "value": "IDENTITY_INSERT Condition",
                            "start": 12318,
                            "end": 12345,
                            "loc": {
                              "start": {
                                "line": 355,
                                "column": 4
                              },
                              "end": {
                                "line": 355,
                                "column": 31
                              }
                            }
                          }
                        ],
                        "trailingComments": [
                          {
                            "type": "CommentLine",
                            "value": "Filter NULL Clauses",
                            "start": 12650,
                            "end": 12671,
                            "loc": {
                              "start": {
                                "line": 366,
                                "column": 4
                              },
                              "end": {
                                "line": 366,
                                "column": 25
                              }
                            }
                          }
                        ]
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 12676,
                        "end": 13039,
                        "loc": {
                          "start": {
                            "line": 367,
                            "column": 4
                          },
                          "end": {
                            "line": 379,
                            "column": 7
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 12682,
                            "end": 13038,
                            "loc": {
                              "start": {
                                "line": 367,
                                "column": 10
                              },
                              "end": {
                                "line": 379,
                                "column": 6
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 12682,
                              "end": 12689,
                              "loc": {
                                "start": {
                                  "line": 367,
                                  "column": 10
                                },
                                "end": {
                                  "line": 367,
                                  "column": 17
                                },
                                "identifierName": "clauses"
                              },
                              "name": "clauses",
                              "leadingComments": null
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 12692,
                              "end": 13038,
                              "loc": {
                                "start": {
                                  "line": 367,
                                  "column": 20
                                },
                                "end": {
                                  "line": 379,
                                  "column": 6
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 12692,
                                "end": 12708,
                                "loc": {
                                  "start": {
                                    "line": 367,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 367,
                                    "column": 36
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 12692,
                                  "end": 12701,
                                  "loc": {
                                    "start": {
                                      "line": 367,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 367,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 12692,
                                    "end": 12697,
                                    "loc": {
                                      "start": {
                                        "line": 367,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 367,
                                        "column": 25
                                      },
                                      "identifierName": "where"
                                    },
                                    "name": "where"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 12698,
                                    "end": 12701,
                                    "loc": {
                                      "start": {
                                        "line": 367,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 367,
                                        "column": 29
                                      },
                                      "identifierName": "$or"
                                    },
                                    "name": "$or"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12702,
                                  "end": 12708,
                                  "loc": {
                                    "start": {
                                      "line": 367,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 367,
                                      "column": 36
                                    },
                                    "identifierName": "filter"
                                  },
                                  "name": "filter"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ArrowFunctionExpression",
                                  "start": 12709,
                                  "end": 13037,
                                  "loc": {
                                    "start": {
                                      "line": 367,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 379,
                                      "column": 5
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": false,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 12709,
                                      "end": 12715,
                                      "loc": {
                                        "start": {
                                          "line": 367,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 367,
                                          "column": 43
                                        },
                                        "identifierName": "clause"
                                      },
                                      "name": "clause"
                                    }
                                  ],
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 12719,
                                    "end": 13037,
                                    "loc": {
                                      "start": {
                                        "line": 367,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 379,
                                        "column": 5
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 12727,
                                        "end": 12744,
                                        "loc": {
                                          "start": {
                                            "line": 368,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 368,
                                            "column": 23
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 12731,
                                            "end": 12743,
                                            "loc": {
                                              "start": {
                                                "line": 368,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 368,
                                                "column": 22
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 12731,
                                              "end": 12736,
                                              "loc": {
                                                "start": {
                                                  "line": 368,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 368,
                                                  "column": 15
                                                },
                                                "identifierName": "valid"
                                              },
                                              "name": "valid"
                                            },
                                            "init": {
                                              "type": "BooleanLiteral",
                                              "start": 12739,
                                              "end": 12743,
                                              "loc": {
                                                "start": {
                                                  "line": 368,
                                                  "column": 18
                                                },
                                                "end": {
                                                  "line": 368,
                                                  "column": 22
                                                }
                                              },
                                              "value": true
                                            }
                                          }
                                        ],
                                        "kind": "let",
                                        "trailingComments": [
                                          {
                                            "type": "CommentBlock",
                                            "value": "\n       * Exclude NULL Composite PK/UK. Partial Composite clauses should also be excluded as it doesn't guarantee a single row\n       ",
                                            "start": 12751,
                                            "end": 12889,
                                            "loc": {
                                              "start": {
                                                "line": 369,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 371,
                                                "column": 9
                                              }
                                            }
                                          }
                                        ]
                                      },
                                      {
                                        "type": "ForInStatement",
                                        "start": 12896,
                                        "end": 13011,
                                        "loc": {
                                          "start": {
                                            "line": 372,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 377,
                                            "column": 7
                                          }
                                        },
                                        "left": {
                                          "type": "VariableDeclaration",
                                          "start": 12901,
                                          "end": 12910,
                                          "loc": {
                                            "start": {
                                              "line": 372,
                                              "column": 11
                                            },
                                            "end": {
                                              "line": 372,
                                              "column": 20
                                            }
                                          },
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "start": 12907,
                                              "end": 12910,
                                              "loc": {
                                                "start": {
                                                  "line": 372,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 372,
                                                  "column": 20
                                                }
                                              },
                                              "id": {
                                                "type": "Identifier",
                                                "start": 12907,
                                                "end": 12910,
                                                "loc": {
                                                  "start": {
                                                    "line": 372,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 372,
                                                    "column": 20
                                                  },
                                                  "identifierName": "key"
                                                },
                                                "name": "key",
                                                "leadingComments": null
                                              },
                                              "init": null,
                                              "leadingComments": null
                                            }
                                          ],
                                          "kind": "const",
                                          "leadingComments": null
                                        },
                                        "right": {
                                          "type": "Identifier",
                                          "start": 12914,
                                          "end": 12920,
                                          "loc": {
                                            "start": {
                                              "line": 372,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 372,
                                              "column": 30
                                            },
                                            "identifierName": "clause"
                                          },
                                          "name": "clause"
                                        },
                                        "body": {
                                          "type": "BlockStatement",
                                          "start": 12922,
                                          "end": 13011,
                                          "loc": {
                                            "start": {
                                              "line": 372,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 377,
                                              "column": 7
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "IfStatement",
                                              "start": 12932,
                                              "end": 13003,
                                              "loc": {
                                                "start": {
                                                  "line": 373,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 376,
                                                  "column": 9
                                                }
                                              },
                                              "test": {
                                                "type": "UnaryExpression",
                                                "start": 12936,
                                                "end": 12948,
                                                "loc": {
                                                  "start": {
                                                    "line": 373,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 373,
                                                    "column": 24
                                                  }
                                                },
                                                "operator": "!",
                                                "prefix": true,
                                                "argument": {
                                                  "type": "MemberExpression",
                                                  "start": 12937,
                                                  "end": 12948,
                                                  "loc": {
                                                    "start": {
                                                      "line": 373,
                                                      "column": 13
                                                    },
                                                    "end": {
                                                      "line": 373,
                                                      "column": 24
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 12937,
                                                    "end": 12943,
                                                    "loc": {
                                                      "start": {
                                                        "line": 373,
                                                        "column": 13
                                                      },
                                                      "end": {
                                                        "line": 373,
                                                        "column": 19
                                                      },
                                                      "identifierName": "clause"
                                                    },
                                                    "name": "clause"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 12944,
                                                    "end": 12947,
                                                    "loc": {
                                                      "start": {
                                                        "line": 373,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 373,
                                                        "column": 23
                                                      },
                                                      "identifierName": "key"
                                                    },
                                                    "name": "key"
                                                  },
                                                  "computed": true
                                                },
                                                "extra": {
                                                  "parenthesizedArgument": false
                                                }
                                              },
                                              "consequent": {
                                                "type": "BlockStatement",
                                                "start": 12950,
                                                "end": 13003,
                                                "loc": {
                                                  "start": {
                                                    "line": 373,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 376,
                                                    "column": 9
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 12962,
                                                    "end": 12976,
                                                    "loc": {
                                                      "start": {
                                                        "line": 374,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 374,
                                                        "column": 24
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "AssignmentExpression",
                                                      "start": 12962,
                                                      "end": 12975,
                                                      "loc": {
                                                        "start": {
                                                          "line": 374,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 374,
                                                          "column": 23
                                                        }
                                                      },
                                                      "operator": "=",
                                                      "left": {
                                                        "type": "Identifier",
                                                        "start": 12962,
                                                        "end": 12967,
                                                        "loc": {
                                                          "start": {
                                                            "line": 374,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 374,
                                                            "column": 15
                                                          },
                                                          "identifierName": "valid"
                                                        },
                                                        "name": "valid"
                                                      },
                                                      "right": {
                                                        "type": "BooleanLiteral",
                                                        "start": 12970,
                                                        "end": 12975,
                                                        "loc": {
                                                          "start": {
                                                            "line": 374,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 374,
                                                            "column": 23
                                                          }
                                                        },
                                                        "value": false
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "BreakStatement",
                                                    "start": 12987,
                                                    "end": 12993,
                                                    "loc": {
                                                      "start": {
                                                        "line": 375,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 375,
                                                        "column": 16
                                                      }
                                                    },
                                                    "label": null
                                                  }
                                                ],
                                                "directives": []
                                              },
                                              "alternate": null
                                            }
                                          ],
                                          "directives": []
                                        },
                                        "leadingComments": [
                                          {
                                            "type": "CommentBlock",
                                            "value": "\n       * Exclude NULL Composite PK/UK. Partial Composite clauses should also be excluded as it doesn't guarantee a single row\n       ",
                                            "start": 12751,
                                            "end": 12889,
                                            "loc": {
                                              "start": {
                                                "line": 369,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 371,
                                                "column": 9
                                              }
                                            }
                                          }
                                        ]
                                      },
                                      {
                                        "type": "ReturnStatement",
                                        "start": 13018,
                                        "end": 13031,
                                        "loc": {
                                          "start": {
                                            "line": 378,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 378,
                                            "column": 19
                                          }
                                        },
                                        "argument": {
                                          "type": "Identifier",
                                          "start": 13025,
                                          "end": 13030,
                                          "loc": {
                                            "start": {
                                              "line": 378,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 378,
                                              "column": 18
                                            },
                                            "identifierName": "valid"
                                          },
                                          "name": "valid"
                                        }
                                      }
                                    ],
                                    "directives": []
                                  }
                                }
                              ]
                            },
                            "leadingComments": null
                          }
                        ],
                        "kind": "const",
                        "leadingComments": [
                          {
                            "type": "CommentLine",
                            "value": "Filter NULL Clauses",
                            "start": 12650,
                            "end": 12671,
                            "loc": {
                              "start": {
                                "line": 366,
                                "column": 4
                              },
                              "end": {
                                "line": 366,
                                "column": 25
                              }
                            }
                          }
                        ],
                        "trailingComments": [
                          {
                            "type": "CommentBlock",
                            "value": "\n     * Generate ON condition using PK(s).\n     * If not, generate using UK(s). Else throw error\n     ",
                            "start": 13045,
                            "end": 13151,
                            "loc": {
                              "start": {
                                "line": 381,
                                "column": 4
                              },
                              "end": {
                                "line": 384,
                                "column": 7
                              }
                            }
                          }
                        ]
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 13156,
                        "end": 13353,
                        "loc": {
                          "start": {
                            "line": 385,
                            "column": 4
                          },
                          "end": {
                            "line": 390,
                            "column": 6
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 13162,
                            "end": 13352,
                            "loc": {
                              "start": {
                                "line": 385,
                                "column": 10
                              },
                              "end": {
                                "line": 390,
                                "column": 5
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 13162,
                              "end": 13176,
                              "loc": {
                                "start": {
                                  "line": 385,
                                  "column": 10
                                },
                                "end": {
                                  "line": 385,
                                  "column": 24
                                },
                                "identifierName": "getJoinSnippet"
                              },
                              "name": "getJoinSnippet",
                              "leadingComments": null
                            },
                            "init": {
                              "type": "ArrowFunctionExpression",
                              "start": 13179,
                              "end": 13352,
                              "loc": {
                                "start": {
                                  "line": 385,
                                  "column": 27
                                },
                                "end": {
                                  "line": 390,
                                  "column": 5
                                }
                              },
                              "id": null,
                              "generator": false,
                              "expression": false,
                              "async": false,
                              "params": [
                                {
                                  "type": "Identifier",
                                  "start": 13179,
                                  "end": 13184,
                                  "loc": {
                                    "start": {
                                      "line": 385,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 385,
                                      "column": 32
                                    },
                                    "identifierName": "array"
                                  },
                                  "name": "array"
                                }
                              ],
                              "body": {
                                "type": "BlockStatement",
                                "start": 13188,
                                "end": 13352,
                                "loc": {
                                  "start": {
                                    "line": 385,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 390,
                                    "column": 5
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ReturnStatement",
                                    "start": 13196,
                                    "end": 13346,
                                    "loc": {
                                      "start": {
                                        "line": 386,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 389,
                                        "column": 9
                                      }
                                    },
                                    "argument": {
                                      "type": "CallExpression",
                                      "start": 13203,
                                      "end": 13345,
                                      "loc": {
                                        "start": {
                                          "line": 386,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 389,
                                          "column": 8
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 13203,
                                        "end": 13212,
                                        "loc": {
                                          "start": {
                                            "line": 386,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 386,
                                            "column": 22
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 13203,
                                          "end": 13208,
                                          "loc": {
                                            "start": {
                                              "line": 386,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 386,
                                              "column": 18
                                            },
                                            "identifierName": "array"
                                          },
                                          "name": "array"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 13209,
                                          "end": 13212,
                                          "loc": {
                                            "start": {
                                              "line": 386,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 386,
                                              "column": 22
                                            },
                                            "identifierName": "map"
                                          },
                                          "name": "map"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "ArrowFunctionExpression",
                                          "start": 13213,
                                          "end": 13344,
                                          "loc": {
                                            "start": {
                                              "line": 386,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 389,
                                              "column": 7
                                            }
                                          },
                                          "id": null,
                                          "generator": false,
                                          "expression": false,
                                          "async": false,
                                          "params": [
                                            {
                                              "type": "Identifier",
                                              "start": 13213,
                                              "end": 13216,
                                              "loc": {
                                                "start": {
                                                  "line": 386,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 386,
                                                  "column": 26
                                                },
                                                "identifierName": "key"
                                              },
                                              "name": "key"
                                            }
                                          ],
                                          "body": {
                                            "type": "BlockStatement",
                                            "start": 13220,
                                            "end": 13344,
                                            "loc": {
                                              "start": {
                                                "line": 386,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 389,
                                                "column": 7
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 13230,
                                                "end": 13262,
                                                "loc": {
                                                  "start": {
                                                    "line": 387,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 387,
                                                    "column": 40
                                                  }
                                                },
                                                "expression": {
                                                  "type": "AssignmentExpression",
                                                  "start": 13230,
                                                  "end": 13261,
                                                  "loc": {
                                                    "start": {
                                                      "line": 387,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 387,
                                                      "column": 39
                                                    }
                                                  },
                                                  "operator": "=",
                                                  "left": {
                                                    "type": "Identifier",
                                                    "start": 13230,
                                                    "end": 13233,
                                                    "loc": {
                                                      "start": {
                                                        "line": 387,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 387,
                                                        "column": 11
                                                      },
                                                      "identifierName": "key"
                                                    },
                                                    "name": "key"
                                                  },
                                                  "right": {
                                                    "type": "CallExpression",
                                                    "start": 13236,
                                                    "end": 13261,
                                                    "loc": {
                                                      "start": {
                                                        "line": 387,
                                                        "column": 14
                                                      },
                                                      "end": {
                                                        "line": 387,
                                                        "column": 39
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 13236,
                                                      "end": 13256,
                                                      "loc": {
                                                        "start": {
                                                          "line": 387,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 387,
                                                          "column": 34
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "start": 13236,
                                                        "end": 13240,
                                                        "loc": {
                                                          "start": {
                                                            "line": 387,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 387,
                                                            "column": 18
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 13241,
                                                        "end": 13256,
                                                        "loc": {
                                                          "start": {
                                                            "line": 387,
                                                            "column": 19
                                                          },
                                                          "end": {
                                                            "line": 387,
                                                            "column": 34
                                                          },
                                                          "identifierName": "quoteIdentifier"
                                                        },
                                                        "name": "quoteIdentifier"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 13257,
                                                        "end": 13260,
                                                        "loc": {
                                                          "start": {
                                                            "line": 387,
                                                            "column": 35
                                                          },
                                                          "end": {
                                                            "line": 387,
                                                            "column": 38
                                                          },
                                                          "identifierName": "key"
                                                        },
                                                        "name": "key"
                                                      }
                                                    ]
                                                  }
                                                }
                                              },
                                              {
                                                "type": "ReturnStatement",
                                                "start": 13271,
                                                "end": 13336,
                                                "loc": {
                                                  "start": {
                                                    "line": 388,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 388,
                                                    "column": 73
                                                  }
                                                },
                                                "argument": {
                                                  "type": "TemplateLiteral",
                                                  "start": 13278,
                                                  "end": 13335,
                                                  "loc": {
                                                    "start": {
                                                      "line": 388,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 388,
                                                      "column": 72
                                                    }
                                                  },
                                                  "expressions": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 13281,
                                                      "end": 13297,
                                                      "loc": {
                                                        "start": {
                                                          "line": 388,
                                                          "column": 18
                                                        },
                                                        "end": {
                                                          "line": 388,
                                                          "column": 34
                                                        },
                                                        "identifierName": "targetTableAlias"
                                                      },
                                                      "name": "targetTableAlias"
                                                    },
                                                    {
                                                      "type": "Identifier",
                                                      "start": 13301,
                                                      "end": 13304,
                                                      "loc": {
                                                        "start": {
                                                          "line": 388,
                                                          "column": 38
                                                        },
                                                        "end": {
                                                          "line": 388,
                                                          "column": 41
                                                        },
                                                        "identifierName": "key"
                                                      },
                                                      "name": "key"
                                                    },
                                                    {
                                                      "type": "Identifier",
                                                      "start": 13310,
                                                      "end": 13326,
                                                      "loc": {
                                                        "start": {
                                                          "line": 388,
                                                          "column": 47
                                                        },
                                                        "end": {
                                                          "line": 388,
                                                          "column": 63
                                                        },
                                                        "identifierName": "sourceTableAlias"
                                                      },
                                                      "name": "sourceTableAlias"
                                                    },
                                                    {
                                                      "type": "Identifier",
                                                      "start": 13330,
                                                      "end": 13333,
                                                      "loc": {
                                                        "start": {
                                                          "line": 388,
                                                          "column": 67
                                                        },
                                                        "end": {
                                                          "line": 388,
                                                          "column": 70
                                                        },
                                                        "identifierName": "key"
                                                      },
                                                      "name": "key"
                                                    }
                                                  ],
                                                  "quasis": [
                                                    {
                                                      "type": "TemplateElement",
                                                      "start": 13279,
                                                      "end": 13279,
                                                      "loc": {
                                                        "start": {
                                                          "line": 388,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 388,
                                                          "column": 16
                                                        }
                                                      },
                                                      "value": {
                                                        "raw": "",
                                                        "cooked": ""
                                                      },
                                                      "tail": false
                                                    },
                                                    {
                                                      "type": "TemplateElement",
                                                      "start": 13298,
                                                      "end": 13299,
                                                      "loc": {
                                                        "start": {
                                                          "line": 388,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 388,
                                                          "column": 36
                                                        }
                                                      },
                                                      "value": {
                                                        "raw": ".",
                                                        "cooked": "."
                                                      },
                                                      "tail": false
                                                    },
                                                    {
                                                      "type": "TemplateElement",
                                                      "start": 13305,
                                                      "end": 13308,
                                                      "loc": {
                                                        "start": {
                                                          "line": 388,
                                                          "column": 42
                                                        },
                                                        "end": {
                                                          "line": 388,
                                                          "column": 45
                                                        }
                                                      },
                                                      "value": {
                                                        "raw": " = ",
                                                        "cooked": " = "
                                                      },
                                                      "tail": false
                                                    },
                                                    {
                                                      "type": "TemplateElement",
                                                      "start": 13327,
                                                      "end": 13328,
                                                      "loc": {
                                                        "start": {
                                                          "line": 388,
                                                          "column": 64
                                                        },
                                                        "end": {
                                                          "line": 388,
                                                          "column": 65
                                                        }
                                                      },
                                                      "value": {
                                                        "raw": ".",
                                                        "cooked": "."
                                                      },
                                                      "tail": false
                                                    },
                                                    {
                                                      "type": "TemplateElement",
                                                      "start": 13334,
                                                      "end": 13334,
                                                      "loc": {
                                                        "start": {
                                                          "line": 388,
                                                          "column": 71
                                                        },
                                                        "end": {
                                                          "line": 388,
                                                          "column": 71
                                                        }
                                                      },
                                                      "value": {
                                                        "raw": "",
                                                        "cooked": ""
                                                      },
                                                      "tail": true
                                                    }
                                                  ]
                                                }
                                              }
                                            ],
                                            "directives": []
                                          }
                                        }
                                      ]
                                    }
                                  }
                                ],
                                "directives": []
                              }
                            },
                            "leadingComments": null
                          }
                        ],
                        "kind": "const",
                        "leadingComments": [
                          {
                            "type": "CommentBlock",
                            "value": "\n     * Generate ON condition using PK(s).\n     * If not, generate using UK(s). Else throw error\n     ",
                            "start": 13045,
                            "end": 13151,
                            "loc": {
                              "start": {
                                "line": 381,
                                "column": 4
                              },
                              "end": {
                                "line": 384,
                                "column": 7
                              }
                            }
                          }
                        ]
                      },
                      {
                        "type": "IfStatement",
                        "start": 13359,
                        "end": 13937,
                        "loc": {
                          "start": {
                            "line": 392,
                            "column": 4
                          },
                          "end": {
                            "line": 406,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 13363,
                          "end": 13383,
                          "loc": {
                            "start": {
                              "line": 392,
                              "column": 8
                            },
                            "end": {
                              "line": 392,
                              "column": 28
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 13363,
                            "end": 13377,
                            "loc": {
                              "start": {
                                "line": 392,
                                "column": 8
                              },
                              "end": {
                                "line": 392,
                                "column": 22
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 13363,
                              "end": 13370,
                              "loc": {
                                "start": {
                                  "line": 392,
                                  "column": 8
                                },
                                "end": {
                                  "line": 392,
                                  "column": 15
                                },
                                "identifierName": "clauses"
                              },
                              "name": "clauses"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 13371,
                              "end": 13377,
                              "loc": {
                                "start": {
                                  "line": 392,
                                  "column": 16
                                },
                                "end": {
                                  "line": 392,
                                  "column": 22
                                },
                                "identifierName": "length"
                              },
                              "name": "length"
                            },
                            "computed": false
                          },
                          "operator": "===",
                          "right": {
                            "type": "NumericLiteral",
                            "start": 13382,
                            "end": 13383,
                            "loc": {
                              "start": {
                                "line": 392,
                                "column": 27
                              },
                              "end": {
                                "line": 392,
                                "column": 28
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 13385,
                          "end": 13477,
                          "loc": {
                            "start": {
                              "line": 392,
                              "column": 30
                            },
                            "end": {
                              "line": 394,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ThrowStatement",
                              "start": 13393,
                              "end": 13471,
                              "loc": {
                                "start": {
                                  "line": 393,
                                  "column": 6
                                },
                                "end": {
                                  "line": 393,
                                  "column": 84
                                }
                              },
                              "argument": {
                                "type": "NewExpression",
                                "start": 13399,
                                "end": 13470,
                                "loc": {
                                  "start": {
                                    "line": 393,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 393,
                                    "column": 83
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 13403,
                                  "end": 13408,
                                  "loc": {
                                    "start": {
                                      "line": 393,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 393,
                                      "column": 21
                                    },
                                    "identifierName": "Error"
                                  },
                                  "name": "Error"
                                },
                                "arguments": [
                                  {
                                    "type": "StringLiteral",
                                    "start": 13409,
                                    "end": 13469,
                                    "loc": {
                                      "start": {
                                        "line": 393,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 393,
                                        "column": 82
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "Primary Key or Unique key should be passed to upsert query",
                                      "raw": "'Primary Key or Unique key should be passed to upsert query'"
                                    },
                                    "value": "Primary Key or Unique key should be passed to upsert query"
                                  }
                                ]
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": {
                          "type": "BlockStatement",
                          "start": 13483,
                          "end": 13937,
                          "loc": {
                            "start": {
                              "line": 394,
                              "column": 11
                            },
                            "end": {
                              "line": 406,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ForInStatement",
                              "start": 13587,
                              "end": 13828,
                              "loc": {
                                "start": {
                                  "line": 396,
                                  "column": 6
                                },
                                "end": {
                                  "line": 402,
                                  "column": 7
                                }
                              },
                              "left": {
                                "type": "VariableDeclaration",
                                "start": 13592,
                                "end": 13601,
                                "loc": {
                                  "start": {
                                    "line": 396,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 396,
                                    "column": 20
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 13598,
                                    "end": 13601,
                                    "loc": {
                                      "start": {
                                        "line": 396,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 396,
                                        "column": 20
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 13598,
                                      "end": 13601,
                                      "loc": {
                                        "start": {
                                          "line": 396,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 396,
                                          "column": 20
                                        },
                                        "identifierName": "key"
                                      },
                                      "name": "key",
                                      "leadingComments": null
                                    },
                                    "init": null,
                                    "leadingComments": null
                                  }
                                ],
                                "kind": "const",
                                "leadingComments": null
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 13605,
                                "end": 13612,
                                "loc": {
                                  "start": {
                                    "line": 396,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 396,
                                    "column": 31
                                  },
                                  "identifierName": "clauses"
                                },
                                "name": "clauses"
                              },
                              "body": {
                                "type": "BlockStatement",
                                "start": 13614,
                                "end": 13828,
                                "loc": {
                                  "start": {
                                    "line": 396,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 402,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "VariableDeclaration",
                                    "start": 13624,
                                    "end": 13663,
                                    "loc": {
                                      "start": {
                                        "line": 397,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 397,
                                        "column": 47
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 13630,
                                        "end": 13662,
                                        "loc": {
                                          "start": {
                                            "line": 397,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 397,
                                            "column": 46
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 13630,
                                          "end": 13634,
                                          "loc": {
                                            "start": {
                                              "line": 397,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 397,
                                              "column": 18
                                            },
                                            "identifierName": "keys"
                                          },
                                          "name": "keys"
                                        },
                                        "init": {
                                          "type": "CallExpression",
                                          "start": 13637,
                                          "end": 13662,
                                          "loc": {
                                            "start": {
                                              "line": 397,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 397,
                                              "column": 46
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 13637,
                                            "end": 13648,
                                            "loc": {
                                              "start": {
                                                "line": 397,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 397,
                                                "column": 32
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 13637,
                                              "end": 13643,
                                              "loc": {
                                                "start": {
                                                  "line": 397,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 397,
                                                  "column": 27
                                                },
                                                "identifierName": "Object"
                                              },
                                              "name": "Object"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 13644,
                                              "end": 13648,
                                              "loc": {
                                                "start": {
                                                  "line": 397,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 397,
                                                  "column": 32
                                                },
                                                "identifierName": "keys"
                                              },
                                              "name": "keys"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 13649,
                                              "end": 13661,
                                              "loc": {
                                                "start": {
                                                  "line": 397,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 397,
                                                  "column": 45
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 13649,
                                                "end": 13656,
                                                "loc": {
                                                  "start": {
                                                    "line": 397,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 397,
                                                    "column": 40
                                                  },
                                                  "identifierName": "clauses"
                                                },
                                                "name": "clauses"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 13657,
                                                "end": 13660,
                                                "loc": {
                                                  "start": {
                                                    "line": 397,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 397,
                                                    "column": 44
                                                  },
                                                  "identifierName": "key"
                                                },
                                                "name": "key"
                                              },
                                              "computed": true
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "kind": "const"
                                  },
                                  {
                                    "type": "IfStatement",
                                    "start": 13672,
                                    "end": 13820,
                                    "loc": {
                                      "start": {
                                        "line": 398,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 401,
                                        "column": 9
                                      }
                                    },
                                    "test": {
                                      "type": "BinaryExpression",
                                      "start": 13676,
                                      "end": 13716,
                                      "loc": {
                                        "start": {
                                          "line": 398,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 398,
                                          "column": 52
                                        }
                                      },
                                      "left": {
                                        "type": "CallExpression",
                                        "start": 13676,
                                        "end": 13709,
                                        "loc": {
                                          "start": {
                                            "line": 398,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 398,
                                            "column": 45
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 13676,
                                          "end": 13700,
                                          "loc": {
                                            "start": {
                                              "line": 398,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 398,
                                              "column": 36
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 13676,
                                            "end": 13692,
                                            "loc": {
                                              "start": {
                                                "line": 398,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 398,
                                                "column": 28
                                              },
                                              "identifierName": "primaryKeysAttrs"
                                            },
                                            "name": "primaryKeysAttrs"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 13693,
                                            "end": 13700,
                                            "loc": {
                                              "start": {
                                                "line": 398,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 398,
                                                "column": 36
                                              },
                                              "identifierName": "indexOf"
                                            },
                                            "name": "indexOf"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 13701,
                                            "end": 13708,
                                            "loc": {
                                              "start": {
                                                "line": 398,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 398,
                                                "column": 44
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 13701,
                                              "end": 13705,
                                              "loc": {
                                                "start": {
                                                  "line": 398,
                                                  "column": 37
                                                },
                                                "end": {
                                                  "line": 398,
                                                  "column": 41
                                                },
                                                "identifierName": "keys"
                                              },
                                              "name": "keys"
                                            },
                                            "property": {
                                              "type": "NumericLiteral",
                                              "start": 13706,
                                              "end": 13707,
                                              "loc": {
                                                "start": {
                                                  "line": 398,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 398,
                                                  "column": 43
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 0,
                                                "raw": "0"
                                              },
                                              "value": 0
                                            },
                                            "computed": true
                                          }
                                        ]
                                      },
                                      "operator": "!==",
                                      "right": {
                                        "type": "UnaryExpression",
                                        "start": 13714,
                                        "end": 13716,
                                        "loc": {
                                          "start": {
                                            "line": 398,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 398,
                                            "column": 52
                                          }
                                        },
                                        "operator": "-",
                                        "prefix": true,
                                        "argument": {
                                          "type": "NumericLiteral",
                                          "start": 13715,
                                          "end": 13716,
                                          "loc": {
                                            "start": {
                                              "line": 398,
                                              "column": 51
                                            },
                                            "end": {
                                              "line": 398,
                                              "column": 52
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 1,
                                            "raw": "1"
                                          },
                                          "value": 1
                                        },
                                        "extra": {
                                          "parenthesizedArgument": false
                                        }
                                      }
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "start": 13718,
                                      "end": 13820,
                                      "loc": {
                                        "start": {
                                          "line": 398,
                                          "column": 54
                                        },
                                        "end": {
                                          "line": 401,
                                          "column": 9
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 13730,
                                          "end": 13793,
                                          "loc": {
                                            "start": {
                                              "line": 399,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 399,
                                              "column": 73
                                            }
                                          },
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "start": 13730,
                                            "end": 13792,
                                            "loc": {
                                              "start": {
                                                "line": 399,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 399,
                                                "column": 72
                                              }
                                            },
                                            "operator": "=",
                                            "left": {
                                              "type": "Identifier",
                                              "start": 13730,
                                              "end": 13743,
                                              "loc": {
                                                "start": {
                                                  "line": 399,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 399,
                                                  "column": 23
                                                },
                                                "identifierName": "joinCondition"
                                              },
                                              "name": "joinCondition"
                                            },
                                            "right": {
                                              "type": "CallExpression",
                                              "start": 13746,
                                              "end": 13792,
                                              "loc": {
                                                "start": {
                                                  "line": 399,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 399,
                                                  "column": 72
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 13746,
                                                "end": 13783,
                                                "loc": {
                                                  "start": {
                                                    "line": 399,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 399,
                                                    "column": 63
                                                  }
                                                },
                                                "object": {
                                                  "type": "CallExpression",
                                                  "start": 13746,
                                                  "end": 13778,
                                                  "loc": {
                                                    "start": {
                                                      "line": 399,
                                                      "column": 26
                                                    },
                                                    "end": {
                                                      "line": 399,
                                                      "column": 58
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "Identifier",
                                                    "start": 13746,
                                                    "end": 13760,
                                                    "loc": {
                                                      "start": {
                                                        "line": 399,
                                                        "column": 26
                                                      },
                                                      "end": {
                                                        "line": 399,
                                                        "column": 40
                                                      },
                                                      "identifierName": "getJoinSnippet"
                                                    },
                                                    "name": "getJoinSnippet"
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 13761,
                                                      "end": 13777,
                                                      "loc": {
                                                        "start": {
                                                          "line": 399,
                                                          "column": 41
                                                        },
                                                        "end": {
                                                          "line": 399,
                                                          "column": 57
                                                        },
                                                        "identifierName": "primaryKeysAttrs"
                                                      },
                                                      "name": "primaryKeysAttrs"
                                                    }
                                                  ]
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 13779,
                                                  "end": 13783,
                                                  "loc": {
                                                    "start": {
                                                      "line": 399,
                                                      "column": 59
                                                    },
                                                    "end": {
                                                      "line": 399,
                                                      "column": 63
                                                    },
                                                    "identifierName": "join"
                                                  },
                                                  "name": "join"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "StringLiteral",
                                                  "start": 13784,
                                                  "end": 13791,
                                                  "loc": {
                                                    "start": {
                                                      "line": 399,
                                                      "column": 64
                                                    },
                                                    "end": {
                                                      "line": 399,
                                                      "column": 71
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": " AND ",
                                                    "raw": "' AND '"
                                                  },
                                                  "value": " AND "
                                                }
                                              ]
                                            }
                                          }
                                        },
                                        {
                                          "type": "BreakStatement",
                                          "start": 13804,
                                          "end": 13810,
                                          "loc": {
                                            "start": {
                                              "line": 400,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 400,
                                              "column": 16
                                            }
                                          },
                                          "label": null
                                        }
                                      ],
                                      "directives": []
                                    },
                                    "alternate": null
                                  }
                                ],
                                "directives": []
                              },
                              "leadingComments": [
                                {
                                  "type": "CommentLine",
                                  "value": " Search for primary key attribute in clauses -- Model can have two separate unique keys",
                                  "start": 13491,
                                  "end": 13580,
                                  "loc": {
                                    "start": {
                                      "line": 395,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 395,
                                      "column": 95
                                    }
                                  }
                                }
                              ]
                            },
                            {
                              "type": "IfStatement",
                              "start": 13835,
                              "end": 13931,
                              "loc": {
                                "start": {
                                  "line": 403,
                                  "column": 6
                                },
                                "end": {
                                  "line": 405,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "UnaryExpression",
                                "start": 13839,
                                "end": 13853,
                                "loc": {
                                  "start": {
                                    "line": 403,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 403,
                                    "column": 24
                                  }
                                },
                                "operator": "!",
                                "prefix": true,
                                "argument": {
                                  "type": "Identifier",
                                  "start": 13840,
                                  "end": 13853,
                                  "loc": {
                                    "start": {
                                      "line": 403,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 403,
                                      "column": 24
                                    },
                                    "identifierName": "joinCondition"
                                  },
                                  "name": "joinCondition"
                                },
                                "extra": {
                                  "parenthesizedArgument": false
                                }
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 13855,
                                "end": 13931,
                                "loc": {
                                  "start": {
                                    "line": 403,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 405,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 13865,
                                    "end": 13923,
                                    "loc": {
                                      "start": {
                                        "line": 404,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 404,
                                        "column": 66
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 13865,
                                      "end": 13922,
                                      "loc": {
                                        "start": {
                                          "line": 404,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 404,
                                          "column": 65
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 13865,
                                        "end": 13878,
                                        "loc": {
                                          "start": {
                                            "line": 404,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 404,
                                            "column": 21
                                          },
                                          "identifierName": "joinCondition"
                                        },
                                        "name": "joinCondition"
                                      },
                                      "right": {
                                        "type": "CallExpression",
                                        "start": 13881,
                                        "end": 13922,
                                        "loc": {
                                          "start": {
                                            "line": 404,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 404,
                                            "column": 65
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 13881,
                                          "end": 13913,
                                          "loc": {
                                            "start": {
                                              "line": 404,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 404,
                                              "column": 56
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 13881,
                                            "end": 13908,
                                            "loc": {
                                              "start": {
                                                "line": 404,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 404,
                                                "column": 51
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 13881,
                                              "end": 13895,
                                              "loc": {
                                                "start": {
                                                  "line": 404,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 404,
                                                  "column": 38
                                                },
                                                "identifierName": "getJoinSnippet"
                                              },
                                              "name": "getJoinSnippet"
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 13896,
                                                "end": 13907,
                                                "loc": {
                                                  "start": {
                                                    "line": 404,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 404,
                                                    "column": 50
                                                  },
                                                  "identifierName": "uniqueAttrs"
                                                },
                                                "name": "uniqueAttrs"
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 13909,
                                            "end": 13913,
                                            "loc": {
                                              "start": {
                                                "line": 404,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 404,
                                                "column": 56
                                              },
                                              "identifierName": "join"
                                            },
                                            "name": "join"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "StringLiteral",
                                            "start": 13914,
                                            "end": 13921,
                                            "loc": {
                                              "start": {
                                                "line": 404,
                                                "column": 57
                                              },
                                              "end": {
                                                "line": 404,
                                                "column": 64
                                              }
                                            },
                                            "extra": {
                                              "rawValue": " AND ",
                                              "raw": "' AND '"
                                            },
                                            "value": " AND "
                                          }
                                        ]
                                      }
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": null
                            }
                          ],
                          "directives": [],
                          "trailingComments": null
                        },
                        "trailingComments": [
                          {
                            "type": "CommentLine",
                            "value": " Remove the IDENTITY_INSERT Column from update",
                            "start": 13943,
                            "end": 13991,
                            "loc": {
                              "start": {
                                "line": 408,
                                "column": 4
                              },
                              "end": {
                                "line": 408,
                                "column": 52
                              }
                            }
                          }
                        ]
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 13996,
                        "end": 14346,
                        "loc": {
                          "start": {
                            "line": 409,
                            "column": 4
                          },
                          "end": {
                            "line": 420,
                            "column": 18
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 14002,
                            "end": 14345,
                            "loc": {
                              "start": {
                                "line": 409,
                                "column": 10
                              },
                              "end": {
                                "line": 420,
                                "column": 17
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 14002,
                              "end": 14015,
                              "loc": {
                                "start": {
                                  "line": 409,
                                  "column": 10
                                },
                                "end": {
                                  "line": 409,
                                  "column": 23
                                },
                                "identifierName": "updateSnippet"
                              },
                              "name": "updateSnippet",
                              "leadingComments": null
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 14018,
                              "end": 14345,
                              "loc": {
                                "start": {
                                  "line": 409,
                                  "column": 26
                                },
                                "end": {
                                  "line": 420,
                                  "column": 17
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 14018,
                                "end": 14339,
                                "loc": {
                                  "start": {
                                    "line": 409,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 420,
                                    "column": 11
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 14018,
                                  "end": 14334,
                                  "loc": {
                                    "start": {
                                      "line": 409,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 420,
                                      "column": 6
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 14018,
                                    "end": 14173,
                                    "loc": {
                                      "start": {
                                        "line": 409,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 416,
                                        "column": 8
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 14018,
                                      "end": 14164,
                                      "loc": {
                                        "start": {
                                          "line": 409,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 415,
                                          "column": 6
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 14018,
                                        "end": 14035,
                                        "loc": {
                                          "start": {
                                            "line": 409,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 409,
                                            "column": 43
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 14018,
                                          "end": 14028,
                                          "loc": {
                                            "start": {
                                              "line": 409,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 409,
                                              "column": 36
                                            },
                                            "identifierName": "updateKeys"
                                          },
                                          "name": "updateKeys"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 14029,
                                          "end": 14035,
                                          "loc": {
                                            "start": {
                                              "line": 409,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 409,
                                              "column": 43
                                            },
                                            "identifierName": "filter"
                                          },
                                          "name": "filter"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "ArrowFunctionExpression",
                                          "start": 14036,
                                          "end": 14163,
                                          "loc": {
                                            "start": {
                                              "line": 409,
                                              "column": 44
                                            },
                                            "end": {
                                              "line": 415,
                                              "column": 5
                                            }
                                          },
                                          "id": null,
                                          "generator": false,
                                          "expression": false,
                                          "async": false,
                                          "params": [
                                            {
                                              "type": "Identifier",
                                              "start": 14036,
                                              "end": 14039,
                                              "loc": {
                                                "start": {
                                                  "line": 409,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 409,
                                                  "column": 47
                                                },
                                                "identifierName": "key"
                                              },
                                              "name": "key"
                                            }
                                          ],
                                          "body": {
                                            "type": "BlockStatement",
                                            "start": 14043,
                                            "end": 14163,
                                            "loc": {
                                              "start": {
                                                "line": 409,
                                                "column": 51
                                              },
                                              "end": {
                                                "line": 415,
                                                "column": 5
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "IfStatement",
                                                "start": 14051,
                                                "end": 14157,
                                                "loc": {
                                                  "start": {
                                                    "line": 410,
                                                    "column": 6
                                                  },
                                                  "end": {
                                                    "line": 414,
                                                    "column": 7
                                                  }
                                                },
                                                "test": {
                                                  "type": "BinaryExpression",
                                                  "start": 14055,
                                                  "end": 14088,
                                                  "loc": {
                                                    "start": {
                                                      "line": 410,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 410,
                                                      "column": 43
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "CallExpression",
                                                    "start": 14055,
                                                    "end": 14081,
                                                    "loc": {
                                                      "start": {
                                                        "line": 410,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 410,
                                                        "column": 36
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 14055,
                                                      "end": 14076,
                                                      "loc": {
                                                        "start": {
                                                          "line": 410,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 410,
                                                          "column": 31
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 14055,
                                                        "end": 14068,
                                                        "loc": {
                                                          "start": {
                                                            "line": 410,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 410,
                                                            "column": 23
                                                          },
                                                          "identifierName": "identityAttrs"
                                                        },
                                                        "name": "identityAttrs"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 14069,
                                                        "end": 14076,
                                                        "loc": {
                                                          "start": {
                                                            "line": 410,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 410,
                                                            "column": 31
                                                          },
                                                          "identifierName": "indexOf"
                                                        },
                                                        "name": "indexOf"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 14077,
                                                        "end": 14080,
                                                        "loc": {
                                                          "start": {
                                                            "line": 410,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 410,
                                                            "column": 35
                                                          },
                                                          "identifierName": "key"
                                                        },
                                                        "name": "key"
                                                      }
                                                    ]
                                                  },
                                                  "operator": "===",
                                                  "right": {
                                                    "type": "UnaryExpression",
                                                    "start": 14086,
                                                    "end": 14088,
                                                    "loc": {
                                                      "start": {
                                                        "line": 410,
                                                        "column": 41
                                                      },
                                                      "end": {
                                                        "line": 410,
                                                        "column": 43
                                                      }
                                                    },
                                                    "operator": "-",
                                                    "prefix": true,
                                                    "argument": {
                                                      "type": "NumericLiteral",
                                                      "start": 14087,
                                                      "end": 14088,
                                                      "loc": {
                                                        "start": {
                                                          "line": 410,
                                                          "column": 42
                                                        },
                                                        "end": {
                                                          "line": 410,
                                                          "column": 43
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": 1,
                                                        "raw": "1"
                                                      },
                                                      "value": 1
                                                    },
                                                    "extra": {
                                                      "parenthesizedArgument": false
                                                    }
                                                  }
                                                },
                                                "consequent": {
                                                  "type": "BlockStatement",
                                                  "start": 14090,
                                                  "end": 14120,
                                                  "loc": {
                                                    "start": {
                                                      "line": 410,
                                                      "column": 45
                                                    },
                                                    "end": {
                                                      "line": 412,
                                                      "column": 7
                                                    }
                                                  },
                                                  "body": [
                                                    {
                                                      "type": "ReturnStatement",
                                                      "start": 14100,
                                                      "end": 14112,
                                                      "loc": {
                                                        "start": {
                                                          "line": 411,
                                                          "column": 8
                                                        },
                                                        "end": {
                                                          "line": 411,
                                                          "column": 20
                                                        }
                                                      },
                                                      "argument": {
                                                        "type": "BooleanLiteral",
                                                        "start": 14107,
                                                        "end": 14111,
                                                        "loc": {
                                                          "start": {
                                                            "line": 411,
                                                            "column": 15
                                                          },
                                                          "end": {
                                                            "line": 411,
                                                            "column": 19
                                                          }
                                                        },
                                                        "value": true
                                                      }
                                                    }
                                                  ],
                                                  "directives": []
                                                },
                                                "alternate": {
                                                  "type": "BlockStatement",
                                                  "start": 14126,
                                                  "end": 14157,
                                                  "loc": {
                                                    "start": {
                                                      "line": 412,
                                                      "column": 13
                                                    },
                                                    "end": {
                                                      "line": 414,
                                                      "column": 7
                                                    }
                                                  },
                                                  "body": [
                                                    {
                                                      "type": "ReturnStatement",
                                                      "start": 14136,
                                                      "end": 14149,
                                                      "loc": {
                                                        "start": {
                                                          "line": 413,
                                                          "column": 8
                                                        },
                                                        "end": {
                                                          "line": 413,
                                                          "column": 21
                                                        }
                                                      },
                                                      "argument": {
                                                        "type": "BooleanLiteral",
                                                        "start": 14143,
                                                        "end": 14148,
                                                        "loc": {
                                                          "start": {
                                                            "line": 413,
                                                            "column": 15
                                                          },
                                                          "end": {
                                                            "line": 413,
                                                            "column": 20
                                                          }
                                                        },
                                                        "value": false
                                                      }
                                                    }
                                                  ],
                                                  "directives": []
                                                }
                                              }
                                            ],
                                            "directives": []
                                          }
                                        }
                                      ]
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 14170,
                                      "end": 14173,
                                      "loc": {
                                        "start": {
                                          "line": 416,
                                          "column": 5
                                        },
                                        "end": {
                                          "line": 416,
                                          "column": 8
                                        },
                                        "identifierName": "map"
                                      },
                                      "name": "map"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "ArrowFunctionExpression",
                                      "start": 14174,
                                      "end": 14333,
                                      "loc": {
                                        "start": {
                                          "line": 416,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 420,
                                          "column": 5
                                        }
                                      },
                                      "id": null,
                                      "generator": false,
                                      "expression": false,
                                      "async": false,
                                      "params": [
                                        {
                                          "type": "Identifier",
                                          "start": 14174,
                                          "end": 14177,
                                          "loc": {
                                            "start": {
                                              "line": 416,
                                              "column": 9
                                            },
                                            "end": {
                                              "line": 416,
                                              "column": 12
                                            },
                                            "identifierName": "key"
                                          },
                                          "name": "key"
                                        }
                                      ],
                                      "body": {
                                        "type": "BlockStatement",
                                        "start": 14181,
                                        "end": 14333,
                                        "loc": {
                                          "start": {
                                            "line": 416,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 420,
                                            "column": 5
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "VariableDeclaration",
                                            "start": 14189,
                                            "end": 14234,
                                            "loc": {
                                              "start": {
                                                "line": 417,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 417,
                                                "column": 51
                                              }
                                            },
                                            "declarations": [
                                              {
                                                "type": "VariableDeclarator",
                                                "start": 14195,
                                                "end": 14233,
                                                "loc": {
                                                  "start": {
                                                    "line": 417,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 417,
                                                    "column": 50
                                                  }
                                                },
                                                "id": {
                                                  "type": "Identifier",
                                                  "start": 14195,
                                                  "end": 14200,
                                                  "loc": {
                                                    "start": {
                                                      "line": 417,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 417,
                                                      "column": 17
                                                    },
                                                    "identifierName": "value"
                                                  },
                                                  "name": "value"
                                                },
                                                "init": {
                                                  "type": "CallExpression",
                                                  "start": 14203,
                                                  "end": 14233,
                                                  "loc": {
                                                    "start": {
                                                      "line": 417,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 417,
                                                      "column": 50
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 14203,
                                                    "end": 14214,
                                                    "loc": {
                                                      "start": {
                                                        "line": 417,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 417,
                                                        "column": 31
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 14203,
                                                      "end": 14207,
                                                      "loc": {
                                                        "start": {
                                                          "line": 417,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 417,
                                                          "column": 24
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 14208,
                                                      "end": 14214,
                                                      "loc": {
                                                        "start": {
                                                          "line": 417,
                                                          "column": 25
                                                        },
                                                        "end": {
                                                          "line": 417,
                                                          "column": 31
                                                        },
                                                        "identifierName": "escape"
                                                      },
                                                      "name": "escape"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "start": 14215,
                                                      "end": 14232,
                                                      "loc": {
                                                        "start": {
                                                          "line": 417,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 417,
                                                          "column": 49
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 14215,
                                                        "end": 14227,
                                                        "loc": {
                                                          "start": {
                                                            "line": 417,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 417,
                                                            "column": 44
                                                          },
                                                          "identifierName": "updateValues"
                                                        },
                                                        "name": "updateValues"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 14228,
                                                        "end": 14231,
                                                        "loc": {
                                                          "start": {
                                                            "line": 417,
                                                            "column": 45
                                                          },
                                                          "end": {
                                                            "line": 417,
                                                            "column": 48
                                                          },
                                                          "identifierName": "key"
                                                        },
                                                        "name": "key"
                                                      },
                                                      "computed": true
                                                    }
                                                  ]
                                                }
                                              }
                                            ],
                                            "kind": "const"
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 14241,
                                            "end": 14273,
                                            "loc": {
                                              "start": {
                                                "line": 418,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 418,
                                                "column": 38
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 14241,
                                              "end": 14272,
                                              "loc": {
                                                "start": {
                                                  "line": 418,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 418,
                                                  "column": 37
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "Identifier",
                                                "start": 14241,
                                                "end": 14244,
                                                "loc": {
                                                  "start": {
                                                    "line": 418,
                                                    "column": 6
                                                  },
                                                  "end": {
                                                    "line": 418,
                                                    "column": 9
                                                  },
                                                  "identifierName": "key"
                                                },
                                                "name": "key"
                                              },
                                              "right": {
                                                "type": "CallExpression",
                                                "start": 14247,
                                                "end": 14272,
                                                "loc": {
                                                  "start": {
                                                    "line": 418,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 418,
                                                    "column": 37
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 14247,
                                                  "end": 14267,
                                                  "loc": {
                                                    "start": {
                                                      "line": 418,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 418,
                                                      "column": 32
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 14247,
                                                    "end": 14251,
                                                    "loc": {
                                                      "start": {
                                                        "line": 418,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 418,
                                                        "column": 16
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 14252,
                                                    "end": 14267,
                                                    "loc": {
                                                      "start": {
                                                        "line": 418,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 418,
                                                        "column": 32
                                                      },
                                                      "identifierName": "quoteIdentifier"
                                                    },
                                                    "name": "quoteIdentifier"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 14268,
                                                    "end": 14271,
                                                    "loc": {
                                                      "start": {
                                                        "line": 418,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 418,
                                                        "column": 36
                                                      },
                                                      "identifierName": "key"
                                                    },
                                                    "name": "key"
                                                  }
                                                ]
                                              }
                                            }
                                          },
                                          {
                                            "type": "ReturnStatement",
                                            "start": 14280,
                                            "end": 14327,
                                            "loc": {
                                              "start": {
                                                "line": 419,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 419,
                                                "column": 53
                                              }
                                            },
                                            "argument": {
                                              "type": "TemplateLiteral",
                                              "start": 14287,
                                              "end": 14326,
                                              "loc": {
                                                "start": {
                                                  "line": 419,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 419,
                                                  "column": 52
                                                }
                                              },
                                              "expressions": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 14290,
                                                  "end": 14306,
                                                  "loc": {
                                                    "start": {
                                                      "line": 419,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 419,
                                                      "column": 32
                                                    },
                                                    "identifierName": "targetTableAlias"
                                                  },
                                                  "name": "targetTableAlias"
                                                },
                                                {
                                                  "type": "Identifier",
                                                  "start": 14310,
                                                  "end": 14313,
                                                  "loc": {
                                                    "start": {
                                                      "line": 419,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 419,
                                                      "column": 39
                                                    },
                                                    "identifierName": "key"
                                                  },
                                                  "name": "key"
                                                },
                                                {
                                                  "type": "Identifier",
                                                  "start": 14319,
                                                  "end": 14324,
                                                  "loc": {
                                                    "start": {
                                                      "line": 419,
                                                      "column": 45
                                                    },
                                                    "end": {
                                                      "line": 419,
                                                      "column": 50
                                                    },
                                                    "identifierName": "value"
                                                  },
                                                  "name": "value"
                                                }
                                              ],
                                              "quasis": [
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 14288,
                                                  "end": 14288,
                                                  "loc": {
                                                    "start": {
                                                      "line": 419,
                                                      "column": 14
                                                    },
                                                    "end": {
                                                      "line": 419,
                                                      "column": 14
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": "",
                                                    "cooked": ""
                                                  },
                                                  "tail": false
                                                },
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 14307,
                                                  "end": 14308,
                                                  "loc": {
                                                    "start": {
                                                      "line": 419,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 419,
                                                      "column": 34
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": ".",
                                                    "cooked": "."
                                                  },
                                                  "tail": false
                                                },
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 14314,
                                                  "end": 14317,
                                                  "loc": {
                                                    "start": {
                                                      "line": 419,
                                                      "column": 40
                                                    },
                                                    "end": {
                                                      "line": 419,
                                                      "column": 43
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": " = ",
                                                    "cooked": " = "
                                                  },
                                                  "tail": false
                                                },
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 14325,
                                                  "end": 14325,
                                                  "loc": {
                                                    "start": {
                                                      "line": 419,
                                                      "column": 51
                                                    },
                                                    "end": {
                                                      "line": 419,
                                                      "column": 51
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": "",
                                                    "cooked": ""
                                                  },
                                                  "tail": true
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "directives": []
                                      }
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 14335,
                                  "end": 14339,
                                  "loc": {
                                    "start": {
                                      "line": 420,
                                      "column": 7
                                    },
                                    "end": {
                                      "line": 420,
                                      "column": 11
                                    },
                                    "identifierName": "join"
                                  },
                                  "name": "join"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 14340,
                                  "end": 14344,
                                  "loc": {
                                    "start": {
                                      "line": 420,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 420,
                                      "column": 16
                                    }
                                  },
                                  "extra": {
                                    "rawValue": ", ",
                                    "raw": "', '"
                                  },
                                  "value": ", "
                                }
                              ]
                            },
                            "leadingComments": null
                          }
                        ],
                        "kind": "const",
                        "leadingComments": [
                          {
                            "type": "CommentLine",
                            "value": " Remove the IDENTITY_INSERT Column from update",
                            "start": 13943,
                            "end": 13991,
                            "loc": {
                              "start": {
                                "line": 408,
                                "column": 4
                              },
                              "end": {
                                "line": 408,
                                "column": 52
                              }
                            }
                          }
                        ]
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 14352,
                        "end": 14429,
                        "loc": {
                          "start": {
                            "line": 422,
                            "column": 4
                          },
                          "end": {
                            "line": 422,
                            "column": 81
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 14358,
                            "end": 14428,
                            "loc": {
                              "start": {
                                "line": 422,
                                "column": 10
                              },
                              "end": {
                                "line": 422,
                                "column": 80
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 14358,
                              "end": 14371,
                              "loc": {
                                "start": {
                                  "line": 422,
                                  "column": 10
                                },
                                "end": {
                                  "line": 422,
                                  "column": 23
                                },
                                "identifierName": "insertSnippet"
                              },
                              "name": "insertSnippet"
                            },
                            "init": {
                              "type": "TemplateLiteral",
                              "start": 14374,
                              "end": 14428,
                              "loc": {
                                "start": {
                                  "line": 422,
                                  "column": 26
                                },
                                "end": {
                                  "line": 422,
                                  "column": 80
                                }
                              },
                              "expressions": [
                                {
                                  "type": "Identifier",
                                  "start": 14378,
                                  "end": 14394,
                                  "loc": {
                                    "start": {
                                      "line": 422,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 422,
                                      "column": 46
                                    },
                                    "identifierName": "insertKeysQuoted"
                                  },
                                  "name": "insertKeysQuoted"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 14406,
                                  "end": 14425,
                                  "loc": {
                                    "start": {
                                      "line": 422,
                                      "column": 58
                                    },
                                    "end": {
                                      "line": 422,
                                      "column": 77
                                    },
                                    "identifierName": "insertValuesEscaped"
                                  },
                                  "name": "insertValuesEscaped"
                                }
                              ],
                              "quasis": [
                                {
                                  "type": "TemplateElement",
                                  "start": 14375,
                                  "end": 14376,
                                  "loc": {
                                    "start": {
                                      "line": 422,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 422,
                                      "column": 28
                                    }
                                  },
                                  "value": {
                                    "raw": "(",
                                    "cooked": "("
                                  },
                                  "tail": false
                                },
                                {
                                  "type": "TemplateElement",
                                  "start": 14395,
                                  "end": 14404,
                                  "loc": {
                                    "start": {
                                      "line": 422,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 422,
                                      "column": 56
                                    }
                                  },
                                  "value": {
                                    "raw": ") VALUES(",
                                    "cooked": ") VALUES("
                                  },
                                  "tail": false
                                },
                                {
                                  "type": "TemplateElement",
                                  "start": 14426,
                                  "end": 14427,
                                  "loc": {
                                    "start": {
                                      "line": 422,
                                      "column": 78
                                    },
                                    "end": {
                                      "line": 422,
                                      "column": 79
                                    }
                                  },
                                  "value": {
                                    "raw": ")",
                                    "cooked": ")"
                                  },
                                  "tail": true
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 14434,
                        "end": 14608,
                        "loc": {
                          "start": {
                            "line": 423,
                            "column": 4
                          },
                          "end": {
                            "line": 423,
                            "column": 178
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 14438,
                            "end": 14607,
                            "loc": {
                              "start": {
                                "line": 423,
                                "column": 8
                              },
                              "end": {
                                "line": 423,
                                "column": 177
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 14438,
                              "end": 14443,
                              "loc": {
                                "start": {
                                  "line": 423,
                                  "column": 8
                                },
                                "end": {
                                  "line": 423,
                                  "column": 13
                                },
                                "identifierName": "query"
                              },
                              "name": "query"
                            },
                            "init": {
                              "type": "TemplateLiteral",
                              "start": 14446,
                              "end": 14607,
                              "loc": {
                                "start": {
                                  "line": 423,
                                  "column": 16
                                },
                                "end": {
                                  "line": 423,
                                  "column": 177
                                }
                              },
                              "expressions": [
                                {
                                  "type": "Identifier",
                                  "start": 14460,
                                  "end": 14475,
                                  "loc": {
                                    "start": {
                                      "line": 423,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 423,
                                      "column": 45
                                    },
                                    "identifierName": "tableNameQuoted"
                                  },
                                  "name": "tableNameQuoted"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 14497,
                                  "end": 14513,
                                  "loc": {
                                    "start": {
                                      "line": 423,
                                      "column": 67
                                    },
                                    "end": {
                                      "line": 423,
                                      "column": 83
                                    },
                                    "identifierName": "targetTableAlias"
                                  },
                                  "name": "targetTableAlias"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 14524,
                                  "end": 14540,
                                  "loc": {
                                    "start": {
                                      "line": 423,
                                      "column": 94
                                    },
                                    "end": {
                                      "line": 423,
                                      "column": 110
                                    },
                                    "identifierName": "sourceTableQuery"
                                  },
                                  "name": "sourceTableQuery"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 14548,
                                  "end": 14564,
                                  "loc": {
                                    "start": {
                                      "line": 423,
                                      "column": 118
                                    },
                                    "end": {
                                      "line": 423,
                                      "column": 134
                                    },
                                    "identifierName": "sourceTableAlias"
                                  },
                                  "name": "sourceTableAlias"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 14568,
                                  "end": 14584,
                                  "loc": {
                                    "start": {
                                      "line": 423,
                                      "column": 138
                                    },
                                    "end": {
                                      "line": 423,
                                      "column": 154
                                    },
                                    "identifierName": "insertKeysQuoted"
                                  },
                                  "name": "insertKeysQuoted"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 14592,
                                  "end": 14605,
                                  "loc": {
                                    "start": {
                                      "line": 423,
                                      "column": 162
                                    },
                                    "end": {
                                      "line": 423,
                                      "column": 175
                                    },
                                    "identifierName": "joinCondition"
                                  },
                                  "name": "joinCondition"
                                }
                              ],
                              "quasis": [
                                {
                                  "type": "TemplateElement",
                                  "start": 14447,
                                  "end": 14458,
                                  "loc": {
                                    "start": {
                                      "line": 423,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 423,
                                      "column": 28
                                    }
                                  },
                                  "value": {
                                    "raw": "MERGE INTO ",
                                    "cooked": "MERGE INTO "
                                  },
                                  "tail": false
                                },
                                {
                                  "type": "TemplateElement",
                                  "start": 14476,
                                  "end": 14495,
                                  "loc": {
                                    "start": {
                                      "line": 423,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 423,
                                      "column": 65
                                    }
                                  },
                                  "value": {
                                    "raw": " WITH(HOLDLOCK) AS ",
                                    "cooked": " WITH(HOLDLOCK) AS "
                                  },
                                  "tail": false
                                },
                                {
                                  "type": "TemplateElement",
                                  "start": 14514,
                                  "end": 14522,
                                  "loc": {
                                    "start": {
                                      "line": 423,
                                      "column": 84
                                    },
                                    "end": {
                                      "line": 423,
                                      "column": 92
                                    }
                                  },
                                  "value": {
                                    "raw": " USING (",
                                    "cooked": " USING ("
                                  },
                                  "tail": false
                                },
                                {
                                  "type": "TemplateElement",
                                  "start": 14541,
                                  "end": 14546,
                                  "loc": {
                                    "start": {
                                      "line": 423,
                                      "column": 111
                                    },
                                    "end": {
                                      "line": 423,
                                      "column": 116
                                    }
                                  },
                                  "value": {
                                    "raw": ") AS ",
                                    "cooked": ") AS "
                                  },
                                  "tail": false
                                },
                                {
                                  "type": "TemplateElement",
                                  "start": 14565,
                                  "end": 14566,
                                  "loc": {
                                    "start": {
                                      "line": 423,
                                      "column": 135
                                    },
                                    "end": {
                                      "line": 423,
                                      "column": 136
                                    }
                                  },
                                  "value": {
                                    "raw": "(",
                                    "cooked": "("
                                  },
                                  "tail": false
                                },
                                {
                                  "type": "TemplateElement",
                                  "start": 14585,
                                  "end": 14590,
                                  "loc": {
                                    "start": {
                                      "line": 423,
                                      "column": 155
                                    },
                                    "end": {
                                      "line": 423,
                                      "column": 160
                                    }
                                  },
                                  "value": {
                                    "raw": ") ON ",
                                    "cooked": ") ON "
                                  },
                                  "tail": false
                                },
                                {
                                  "type": "TemplateElement",
                                  "start": 14606,
                                  "end": 14606,
                                  "loc": {
                                    "start": {
                                      "line": 423,
                                      "column": 176
                                    },
                                    "end": {
                                      "line": 423,
                                      "column": 176
                                    }
                                  },
                                  "value": {
                                    "raw": "",
                                    "cooked": ""
                                  },
                                  "tail": true
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "let"
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 14613,
                        "end": 14745,
                        "loc": {
                          "start": {
                            "line": 424,
                            "column": 4
                          },
                          "end": {
                            "line": 424,
                            "column": 136
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 14613,
                          "end": 14744,
                          "loc": {
                            "start": {
                              "line": 424,
                              "column": 4
                            },
                            "end": {
                              "line": 424,
                              "column": 135
                            }
                          },
                          "operator": "+=",
                          "left": {
                            "type": "Identifier",
                            "start": 14613,
                            "end": 14618,
                            "loc": {
                              "start": {
                                "line": 424,
                                "column": 4
                              },
                              "end": {
                                "line": 424,
                                "column": 9
                              },
                              "identifierName": "query"
                            },
                            "name": "query"
                          },
                          "right": {
                            "type": "TemplateLiteral",
                            "start": 14622,
                            "end": 14744,
                            "loc": {
                              "start": {
                                "line": 424,
                                "column": 13
                              },
                              "end": {
                                "line": 424,
                                "column": 135
                              }
                            },
                            "expressions": [
                              {
                                "type": "Identifier",
                                "start": 14655,
                                "end": 14668,
                                "loc": {
                                  "start": {
                                    "line": 424,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 424,
                                    "column": 59
                                  },
                                  "identifierName": "updateSnippet"
                                },
                                "name": "updateSnippet"
                              },
                              {
                                "type": "Identifier",
                                "start": 14701,
                                "end": 14714,
                                "loc": {
                                  "start": {
                                    "line": 424,
                                    "column": 92
                                  },
                                  "end": {
                                    "line": 424,
                                    "column": 105
                                  },
                                  "identifierName": "insertSnippet"
                                },
                                "name": "insertSnippet"
                              }
                            ],
                            "quasis": [
                              {
                                "type": "TemplateElement",
                                "start": 14623,
                                "end": 14653,
                                "loc": {
                                  "start": {
                                    "line": 424,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 424,
                                    "column": 44
                                  }
                                },
                                "value": {
                                  "raw": " WHEN MATCHED THEN UPDATE SET ",
                                  "cooked": " WHEN MATCHED THEN UPDATE SET "
                                },
                                "tail": false
                              },
                              {
                                "type": "TemplateElement",
                                "start": 14669,
                                "end": 14699,
                                "loc": {
                                  "start": {
                                    "line": 424,
                                    "column": 60
                                  },
                                  "end": {
                                    "line": 424,
                                    "column": 90
                                  }
                                },
                                "value": {
                                  "raw": " WHEN NOT MATCHED THEN INSERT ",
                                  "cooked": " WHEN NOT MATCHED THEN INSERT "
                                },
                                "tail": false
                              },
                              {
                                "type": "TemplateElement",
                                "start": 14715,
                                "end": 14743,
                                "loc": {
                                  "start": {
                                    "line": 424,
                                    "column": 106
                                  },
                                  "end": {
                                    "line": 424,
                                    "column": 134
                                  }
                                },
                                "value": {
                                  "raw": " OUTPUT $action, INSERTED.*;",
                                  "cooked": " OUTPUT $action, INSERTED.*;"
                                },
                                "tail": true
                              }
                            ]
                          }
                        }
                      },
                      {
                        "type": "IfStatement",
                        "start": 14750,
                        "end": 14901,
                        "loc": {
                          "start": {
                            "line": 425,
                            "column": 4
                          },
                          "end": {
                            "line": 427,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "Identifier",
                          "start": 14754,
                          "end": 14779,
                          "loc": {
                            "start": {
                              "line": 425,
                              "column": 8
                            },
                            "end": {
                              "line": 425,
                              "column": 33
                            },
                            "identifierName": "needIdentityInsertWrapper"
                          },
                          "name": "needIdentityInsertWrapper"
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 14781,
                          "end": 14901,
                          "loc": {
                            "start": {
                              "line": 425,
                              "column": 35
                            },
                            "end": {
                              "line": 427,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 14789,
                              "end": 14895,
                              "loc": {
                                "start": {
                                  "line": 426,
                                  "column": 6
                                },
                                "end": {
                                  "line": 426,
                                  "column": 112
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 14789,
                                "end": 14894,
                                "loc": {
                                  "start": {
                                    "line": 426,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 426,
                                    "column": 111
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 14789,
                                  "end": 14794,
                                  "loc": {
                                    "start": {
                                      "line": 426,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 426,
                                      "column": 11
                                    },
                                    "identifierName": "query"
                                  },
                                  "name": "query"
                                },
                                "right": {
                                  "type": "TemplateLiteral",
                                  "start": 14797,
                                  "end": 14894,
                                  "loc": {
                                    "start": {
                                      "line": 426,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 426,
                                      "column": 111
                                    }
                                  },
                                  "expressions": [
                                    {
                                      "type": "Identifier",
                                      "start": 14820,
                                      "end": 14835,
                                      "loc": {
                                        "start": {
                                          "line": 426,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 426,
                                          "column": 52
                                        },
                                        "identifierName": "tableNameQuoted"
                                      },
                                      "name": "tableNameQuoted"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 14843,
                                      "end": 14848,
                                      "loc": {
                                        "start": {
                                          "line": 426,
                                          "column": 60
                                        },
                                        "end": {
                                          "line": 426,
                                          "column": 65
                                        },
                                        "identifierName": "query"
                                      },
                                      "name": "query"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 14872,
                                      "end": 14887,
                                      "loc": {
                                        "start": {
                                          "line": 426,
                                          "column": 89
                                        },
                                        "end": {
                                          "line": 426,
                                          "column": 104
                                        },
                                        "identifierName": "tableNameQuoted"
                                      },
                                      "name": "tableNameQuoted"
                                    }
                                  ],
                                  "quasis": [
                                    {
                                      "type": "TemplateElement",
                                      "start": 14798,
                                      "end": 14818,
                                      "loc": {
                                        "start": {
                                          "line": 426,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 426,
                                          "column": 35
                                        }
                                      },
                                      "value": {
                                        "raw": "SET IDENTITY_INSERT ",
                                        "cooked": "SET IDENTITY_INSERT "
                                      },
                                      "tail": false
                                    },
                                    {
                                      "type": "TemplateElement",
                                      "start": 14836,
                                      "end": 14841,
                                      "loc": {
                                        "start": {
                                          "line": 426,
                                          "column": 53
                                        },
                                        "end": {
                                          "line": 426,
                                          "column": 58
                                        }
                                      },
                                      "value": {
                                        "raw": " ON; ",
                                        "cooked": " ON; "
                                      },
                                      "tail": false
                                    },
                                    {
                                      "type": "TemplateElement",
                                      "start": 14849,
                                      "end": 14870,
                                      "loc": {
                                        "start": {
                                          "line": 426,
                                          "column": 66
                                        },
                                        "end": {
                                          "line": 426,
                                          "column": 87
                                        }
                                      },
                                      "value": {
                                        "raw": " SET IDENTITY_INSERT ",
                                        "cooked": " SET IDENTITY_INSERT "
                                      },
                                      "tail": false
                                    },
                                    {
                                      "type": "TemplateElement",
                                      "start": 14888,
                                      "end": 14893,
                                      "loc": {
                                        "start": {
                                          "line": 426,
                                          "column": 105
                                        },
                                        "end": {
                                          "line": 426,
                                          "column": 110
                                        }
                                      },
                                      "value": {
                                        "raw": " OFF;",
                                        "cooked": " OFF;"
                                      },
                                      "tail": true
                                    }
                                  ]
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 14906,
                        "end": 14919,
                        "loc": {
                          "start": {
                            "line": 428,
                            "column": 4
                          },
                          "end": {
                            "line": 428,
                            "column": 17
                          }
                        },
                        "argument": {
                          "type": "Identifier",
                          "start": 14913,
                          "end": 14918,
                          "loc": {
                            "start": {
                              "line": 428,
                              "column": 11
                            },
                            "end": {
                              "line": 428,
                              "column": 16
                            },
                            "identifierName": "query"
                          },
                          "name": "query"
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 14928,
                  "end": 15755,
                  "loc": {
                    "start": {
                      "line": 431,
                      "column": 2
                    },
                    "end": {
                      "line": 464,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 14928,
                    "end": 14939,
                    "loc": {
                      "start": {
                        "line": 431,
                        "column": 2
                      },
                      "end": {
                        "line": 431,
                        "column": 13
                      },
                      "identifierName": "deleteQuery"
                    },
                    "name": "deleteQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 14940,
                      "end": 14949,
                      "loc": {
                        "start": {
                          "line": 431,
                          "column": 14
                        },
                        "end": {
                          "line": 431,
                          "column": 23
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    },
                    {
                      "type": "Identifier",
                      "start": 14951,
                      "end": 14956,
                      "loc": {
                        "start": {
                          "line": 431,
                          "column": 25
                        },
                        "end": {
                          "line": 431,
                          "column": 30
                        },
                        "identifierName": "where"
                      },
                      "name": "where"
                    },
                    {
                      "type": "Identifier",
                      "start": 14958,
                      "end": 14965,
                      "loc": {
                        "start": {
                          "line": 431,
                          "column": 32
                        },
                        "end": {
                          "line": 431,
                          "column": 39
                        },
                        "identifierName": "options"
                      },
                      "name": "options"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 14967,
                    "end": 15755,
                    "loc": {
                      "start": {
                        "line": 431,
                        "column": 41
                      },
                      "end": {
                        "line": 464,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ExpressionStatement",
                        "start": 14973,
                        "end": 14997,
                        "loc": {
                          "start": {
                            "line": 432,
                            "column": 4
                          },
                          "end": {
                            "line": 432,
                            "column": 28
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 14973,
                          "end": 14996,
                          "loc": {
                            "start": {
                              "line": 432,
                              "column": 4
                            },
                            "end": {
                              "line": 432,
                              "column": 27
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "Identifier",
                            "start": 14973,
                            "end": 14980,
                            "loc": {
                              "start": {
                                "line": 432,
                                "column": 4
                              },
                              "end": {
                                "line": 432,
                                "column": 11
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          "right": {
                            "type": "LogicalExpression",
                            "start": 14983,
                            "end": 14996,
                            "loc": {
                              "start": {
                                "line": 432,
                                "column": 14
                              },
                              "end": {
                                "line": 432,
                                "column": 27
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 14983,
                              "end": 14990,
                              "loc": {
                                "start": {
                                  "line": 432,
                                  "column": 14
                                },
                                "end": {
                                  "line": 432,
                                  "column": 21
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            "operator": "||",
                            "right": {
                              "type": "ObjectExpression",
                              "start": 14994,
                              "end": 14996,
                              "loc": {
                                "start": {
                                  "line": 432,
                                  "column": 25
                                },
                                "end": {
                                  "line": 432,
                                  "column": 27
                                }
                              },
                              "properties": []
                            }
                          }
                        }
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 15003,
                        "end": 15042,
                        "loc": {
                          "start": {
                            "line": 434,
                            "column": 4
                          },
                          "end": {
                            "line": 434,
                            "column": 43
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 15007,
                            "end": 15041,
                            "loc": {
                              "start": {
                                "line": 434,
                                "column": 8
                              },
                              "end": {
                                "line": 434,
                                "column": 42
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 15007,
                              "end": 15012,
                              "loc": {
                                "start": {
                                  "line": 434,
                                  "column": 8
                                },
                                "end": {
                                  "line": 434,
                                  "column": 13
                                },
                                "identifierName": "table"
                              },
                              "name": "table"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 15015,
                              "end": 15041,
                              "loc": {
                                "start": {
                                  "line": 434,
                                  "column": 16
                                },
                                "end": {
                                  "line": 434,
                                  "column": 42
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 15015,
                                "end": 15030,
                                "loc": {
                                  "start": {
                                    "line": 434,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 434,
                                    "column": 31
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 15015,
                                  "end": 15019,
                                  "loc": {
                                    "start": {
                                      "line": 434,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 434,
                                      "column": 20
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 15020,
                                  "end": 15030,
                                  "loc": {
                                    "start": {
                                      "line": 434,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 434,
                                      "column": 31
                                    },
                                    "identifierName": "quoteTable"
                                  },
                                  "name": "quoteTable"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 15031,
                                  "end": 15040,
                                  "loc": {
                                    "start": {
                                      "line": 434,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 434,
                                      "column": 41
                                    },
                                    "identifierName": "tableName"
                                  },
                                  "name": "tableName"
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "IfStatement",
                        "start": 15047,
                        "end": 15174,
                        "loc": {
                          "start": {
                            "line": 435,
                            "column": 4
                          },
                          "end": {
                            "line": 438,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 15051,
                          "end": 15076,
                          "loc": {
                            "start": {
                              "line": 435,
                              "column": 8
                            },
                            "end": {
                              "line": 435,
                              "column": 33
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 15051,
                            "end": 15067,
                            "loc": {
                              "start": {
                                "line": 435,
                                "column": 8
                              },
                              "end": {
                                "line": 435,
                                "column": 24
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 15051,
                              "end": 15058,
                              "loc": {
                                "start": {
                                  "line": 435,
                                  "column": 8
                                },
                                "end": {
                                  "line": 435,
                                  "column": 15
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 15059,
                              "end": 15067,
                              "loc": {
                                "start": {
                                  "line": 435,
                                  "column": 16
                                },
                                "end": {
                                  "line": 435,
                                  "column": 24
                                },
                                "identifierName": "truncate"
                              },
                              "name": "truncate"
                            },
                            "computed": false
                          },
                          "operator": "===",
                          "right": {
                            "type": "BooleanLiteral",
                            "start": 15072,
                            "end": 15076,
                            "loc": {
                              "start": {
                                "line": 435,
                                "column": 29
                              },
                              "end": {
                                "line": 435,
                                "column": 33
                              }
                            },
                            "value": true
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 15078,
                          "end": 15174,
                          "loc": {
                            "start": {
                              "line": 435,
                              "column": 35
                            },
                            "end": {
                              "line": 438,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ReturnStatement",
                              "start": 15135,
                              "end": 15168,
                              "loc": {
                                "start": {
                                  "line": 437,
                                  "column": 6
                                },
                                "end": {
                                  "line": 437,
                                  "column": 39
                                }
                              },
                              "argument": {
                                "type": "BinaryExpression",
                                "start": 15142,
                                "end": 15167,
                                "loc": {
                                  "start": {
                                    "line": 437,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 437,
                                    "column": 38
                                  }
                                },
                                "left": {
                                  "type": "StringLiteral",
                                  "start": 15142,
                                  "end": 15159,
                                  "loc": {
                                    "start": {
                                      "line": 437,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 437,
                                      "column": 30
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "TRUNCATE TABLE ",
                                    "raw": "'TRUNCATE TABLE '"
                                  },
                                  "value": "TRUNCATE TABLE ",
                                  "leadingComments": null
                                },
                                "operator": "+",
                                "right": {
                                  "type": "Identifier",
                                  "start": 15162,
                                  "end": 15167,
                                  "loc": {
                                    "start": {
                                      "line": 437,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 437,
                                      "column": 38
                                    },
                                    "identifierName": "table"
                                  },
                                  "name": "table"
                                },
                                "leadingComments": null
                              },
                              "leadingComments": [
                                {
                                  "type": "CommentLine",
                                  "value": " Truncate does not allow LIMIT and WHERE",
                                  "start": 15086,
                                  "end": 15128,
                                  "loc": {
                                    "start": {
                                      "line": 436,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 436,
                                      "column": 48
                                    }
                                  }
                                }
                              ]
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 15180,
                        "end": 15219,
                        "loc": {
                          "start": {
                            "line": 440,
                            "column": 4
                          },
                          "end": {
                            "line": 440,
                            "column": 43
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 15180,
                          "end": 15218,
                          "loc": {
                            "start": {
                              "line": 440,
                              "column": 4
                            },
                            "end": {
                              "line": 440,
                              "column": 42
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "Identifier",
                            "start": 15180,
                            "end": 15185,
                            "loc": {
                              "start": {
                                "line": 440,
                                "column": 4
                              },
                              "end": {
                                "line": 440,
                                "column": 9
                              },
                              "identifierName": "where"
                            },
                            "name": "where"
                          },
                          "right": {
                            "type": "CallExpression",
                            "start": 15188,
                            "end": 15218,
                            "loc": {
                              "start": {
                                "line": 440,
                                "column": 12
                              },
                              "end": {
                                "line": 440,
                                "column": 42
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 15188,
                              "end": 15211,
                              "loc": {
                                "start": {
                                  "line": 440,
                                  "column": 12
                                },
                                "end": {
                                  "line": 440,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 15188,
                                "end": 15192,
                                "loc": {
                                  "start": {
                                    "line": 440,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 440,
                                    "column": 16
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 15193,
                                "end": 15211,
                                "loc": {
                                  "start": {
                                    "line": 440,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 440,
                                    "column": 35
                                  },
                                  "identifierName": "getWhereConditions"
                                },
                                "name": "getWhereConditions"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 15212,
                                "end": 15217,
                                "loc": {
                                  "start": {
                                    "line": 440,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 440,
                                    "column": 41
                                  },
                                  "identifierName": "where"
                                },
                                "name": "where"
                              }
                            ]
                          }
                        }
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 15224,
                        "end": 15363,
                        "loc": {
                          "start": {
                            "line": 441,
                            "column": 4
                          },
                          "end": {
                            "line": 443,
                            "column": 53
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 15228,
                            "end": 15238,
                            "loc": {
                              "start": {
                                "line": 441,
                                "column": 8
                              },
                              "end": {
                                "line": 441,
                                "column": 18
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 15228,
                              "end": 15233,
                              "loc": {
                                "start": {
                                  "line": 441,
                                  "column": 8
                                },
                                "end": {
                                  "line": 441,
                                  "column": 13
                                },
                                "identifierName": "limit"
                              },
                              "name": "limit"
                            },
                            "init": {
                              "type": "StringLiteral",
                              "start": 15236,
                              "end": 15238,
                              "loc": {
                                "start": {
                                  "line": 441,
                                  "column": 16
                                },
                                "end": {
                                  "line": 441,
                                  "column": 18
                                }
                              },
                              "extra": {
                                "rawValue": "",
                                "raw": "''"
                              },
                              "value": ""
                            }
                          },
                          {
                            "type": "VariableDeclarator",
                            "start": 15247,
                            "end": 15362,
                            "loc": {
                              "start": {
                                "line": 442,
                                "column": 8
                              },
                              "end": {
                                "line": 443,
                                "column": 52
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 15247,
                              "end": 15252,
                              "loc": {
                                "start": {
                                  "line": 442,
                                  "column": 8
                                },
                                "end": {
                                  "line": 442,
                                  "column": 13
                                },
                                "identifierName": "query"
                              },
                              "name": "query"
                            },
                            "init": {
                              "type": "BinaryExpression",
                              "start": 15255,
                              "end": 15362,
                              "loc": {
                                "start": {
                                  "line": 442,
                                  "column": 16
                                },
                                "end": {
                                  "line": 443,
                                  "column": 52
                                }
                              },
                              "left": {
                                "type": "StringLiteral",
                                "start": 15255,
                                "end": 15307,
                                "loc": {
                                  "start": {
                                    "line": 442,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 442,
                                    "column": 68
                                  }
                                },
                                "extra": {
                                  "rawValue": "DELETE<%= limit %> FROM <%= table %><%= where %>; ",
                                  "raw": "'DELETE<%= limit %> FROM <%= table %><%= where %>; '"
                                },
                                "value": "DELETE<%= limit %> FROM <%= table %><%= where %>; "
                              },
                              "operator": "+",
                              "right": {
                                "type": "StringLiteral",
                                "start": 15326,
                                "end": 15362,
                                "loc": {
                                  "start": {
                                    "line": 443,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 443,
                                    "column": 52
                                  }
                                },
                                "extra": {
                                  "rawValue": "SELECT @@ROWCOUNT AS AFFECTEDROWS;",
                                  "raw": "'SELECT @@ROWCOUNT AS AFFECTEDROWS;'"
                                },
                                "value": "SELECT @@ROWCOUNT AS AFFECTEDROWS;"
                              }
                            }
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "IfStatement",
                        "start": 15369,
                        "end": 15441,
                        "loc": {
                          "start": {
                            "line": 445,
                            "column": 4
                          },
                          "end": {
                            "line": 447,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "CallExpression",
                          "start": 15373,
                          "end": 15407,
                          "loc": {
                            "start": {
                              "line": 445,
                              "column": 8
                            },
                            "end": {
                              "line": 445,
                              "column": 42
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 15373,
                            "end": 15392,
                            "loc": {
                              "start": {
                                "line": 445,
                                "column": 8
                              },
                              "end": {
                                "line": 445,
                                "column": 27
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 15373,
                              "end": 15380,
                              "loc": {
                                "start": {
                                  "line": 445,
                                  "column": 8
                                },
                                "end": {
                                  "line": 445,
                                  "column": 15
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 15373,
                                "end": 15378,
                                "loc": {
                                  "start": {
                                    "line": 445,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 445,
                                    "column": 13
                                  },
                                  "identifierName": "Utils"
                                },
                                "name": "Utils"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 15379,
                                "end": 15380,
                                "loc": {
                                  "start": {
                                    "line": 445,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 445,
                                    "column": 15
                                  },
                                  "identifierName": "_"
                                },
                                "name": "_"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 15381,
                              "end": 15392,
                              "loc": {
                                "start": {
                                  "line": 445,
                                  "column": 16
                                },
                                "end": {
                                  "line": 445,
                                  "column": 27
                                },
                                "identifierName": "isUndefined"
                              },
                              "name": "isUndefined"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "MemberExpression",
                              "start": 15393,
                              "end": 15406,
                              "loc": {
                                "start": {
                                  "line": 445,
                                  "column": 28
                                },
                                "end": {
                                  "line": 445,
                                  "column": 41
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 15393,
                                "end": 15400,
                                "loc": {
                                  "start": {
                                    "line": 445,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 445,
                                    "column": 35
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 15401,
                                "end": 15406,
                                "loc": {
                                  "start": {
                                    "line": 445,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 445,
                                    "column": 41
                                  },
                                  "identifierName": "limit"
                                },
                                "name": "limit"
                              },
                              "computed": false
                            }
                          ]
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 15409,
                          "end": 15441,
                          "loc": {
                            "start": {
                              "line": 445,
                              "column": 44
                            },
                            "end": {
                              "line": 447,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 15417,
                              "end": 15435,
                              "loc": {
                                "start": {
                                  "line": 446,
                                  "column": 6
                                },
                                "end": {
                                  "line": 446,
                                  "column": 24
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 15417,
                                "end": 15434,
                                "loc": {
                                  "start": {
                                    "line": 446,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 446,
                                    "column": 23
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 15417,
                                  "end": 15430,
                                  "loc": {
                                    "start": {
                                      "line": 446,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 446,
                                      "column": 19
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 15417,
                                    "end": 15424,
                                    "loc": {
                                      "start": {
                                        "line": 446,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 446,
                                        "column": 13
                                      },
                                      "identifierName": "options"
                                    },
                                    "name": "options"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 15425,
                                    "end": 15430,
                                    "loc": {
                                      "start": {
                                        "line": 446,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 446,
                                        "column": 19
                                      },
                                      "identifierName": "limit"
                                    },
                                    "name": "limit"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "NumericLiteral",
                                  "start": 15433,
                                  "end": 15434,
                                  "loc": {
                                    "start": {
                                      "line": 446,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 446,
                                      "column": 23
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 1,
                                    "raw": "1"
                                  },
                                  "value": 1
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "IfStatement",
                        "start": 15447,
                        "end": 15533,
                        "loc": {
                          "start": {
                            "line": 449,
                            "column": 4
                          },
                          "end": {
                            "line": 451,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "UnaryExpression",
                          "start": 15451,
                          "end": 15466,
                          "loc": {
                            "start": {
                              "line": 449,
                              "column": 8
                            },
                            "end": {
                              "line": 449,
                              "column": 23
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "UnaryExpression",
                            "start": 15452,
                            "end": 15466,
                            "loc": {
                              "start": {
                                "line": 449,
                                "column": 9
                              },
                              "end": {
                                "line": 449,
                                "column": 23
                              }
                            },
                            "operator": "!",
                            "prefix": true,
                            "argument": {
                              "type": "MemberExpression",
                              "start": 15453,
                              "end": 15466,
                              "loc": {
                                "start": {
                                  "line": 449,
                                  "column": 10
                                },
                                "end": {
                                  "line": 449,
                                  "column": 23
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 15453,
                                "end": 15460,
                                "loc": {
                                  "start": {
                                    "line": 449,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 449,
                                    "column": 17
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 15461,
                                "end": 15466,
                                "loc": {
                                  "start": {
                                    "line": 449,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 449,
                                    "column": 23
                                  },
                                  "identifierName": "limit"
                                },
                                "name": "limit"
                              },
                              "computed": false
                            },
                            "extra": {
                              "parenthesizedArgument": false
                            }
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 15468,
                          "end": 15533,
                          "loc": {
                            "start": {
                              "line": 449,
                              "column": 25
                            },
                            "end": {
                              "line": 451,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 15476,
                              "end": 15527,
                              "loc": {
                                "start": {
                                  "line": 450,
                                  "column": 6
                                },
                                "end": {
                                  "line": 450,
                                  "column": 57
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 15476,
                                "end": 15526,
                                "loc": {
                                  "start": {
                                    "line": 450,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 450,
                                    "column": 56
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 15476,
                                  "end": 15481,
                                  "loc": {
                                    "start": {
                                      "line": 450,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 450,
                                      "column": 11
                                    },
                                    "identifierName": "limit"
                                  },
                                  "name": "limit"
                                },
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 15484,
                                  "end": 15526,
                                  "loc": {
                                    "start": {
                                      "line": 450,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 450,
                                      "column": 56
                                    }
                                  },
                                  "left": {
                                    "type": "BinaryExpression",
                                    "start": 15484,
                                    "end": 15520,
                                    "loc": {
                                      "start": {
                                        "line": 450,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 450,
                                        "column": 50
                                      }
                                    },
                                    "left": {
                                      "type": "StringLiteral",
                                      "start": 15484,
                                      "end": 15491,
                                      "loc": {
                                        "start": {
                                          "line": 450,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 450,
                                          "column": 21
                                        }
                                      },
                                      "extra": {
                                        "rawValue": " TOP(",
                                        "raw": "' TOP('"
                                      },
                                      "value": " TOP("
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 15494,
                                      "end": 15520,
                                      "loc": {
                                        "start": {
                                          "line": 450,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 450,
                                          "column": 50
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 15494,
                                        "end": 15505,
                                        "loc": {
                                          "start": {
                                            "line": 450,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 450,
                                            "column": 35
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 15494,
                                          "end": 15498,
                                          "loc": {
                                            "start": {
                                              "line": 450,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 450,
                                              "column": 28
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 15499,
                                          "end": 15505,
                                          "loc": {
                                            "start": {
                                              "line": 450,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 450,
                                              "column": 35
                                            },
                                            "identifierName": "escape"
                                          },
                                          "name": "escape"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "start": 15506,
                                          "end": 15519,
                                          "loc": {
                                            "start": {
                                              "line": 450,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 450,
                                              "column": 49
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 15506,
                                            "end": 15513,
                                            "loc": {
                                              "start": {
                                                "line": 450,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 450,
                                                "column": 43
                                              },
                                              "identifierName": "options"
                                            },
                                            "name": "options"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 15514,
                                            "end": 15519,
                                            "loc": {
                                              "start": {
                                                "line": 450,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 450,
                                                "column": 49
                                              },
                                              "identifierName": "limit"
                                            },
                                            "name": "limit"
                                          },
                                          "computed": false
                                        }
                                      ]
                                    }
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 15523,
                                    "end": 15526,
                                    "loc": {
                                      "start": {
                                        "line": 450,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 450,
                                        "column": 56
                                      }
                                    },
                                    "extra": {
                                      "rawValue": ")",
                                      "raw": "')'"
                                    },
                                    "value": ")"
                                  }
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 15539,
                        "end": 15604,
                        "loc": {
                          "start": {
                            "line": 453,
                            "column": 4
                          },
                          "end": {
                            "line": 457,
                            "column": 6
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 15543,
                            "end": 15603,
                            "loc": {
                              "start": {
                                "line": 453,
                                "column": 8
                              },
                              "end": {
                                "line": 457,
                                "column": 5
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 15543,
                              "end": 15555,
                              "loc": {
                                "start": {
                                  "line": 453,
                                  "column": 8
                                },
                                "end": {
                                  "line": 453,
                                  "column": 20
                                },
                                "identifierName": "replacements"
                              },
                              "name": "replacements"
                            },
                            "init": {
                              "type": "ObjectExpression",
                              "start": 15558,
                              "end": 15603,
                              "loc": {
                                "start": {
                                  "line": 453,
                                  "column": 23
                                },
                                "end": {
                                  "line": 457,
                                  "column": 5
                                }
                              },
                              "properties": [
                                {
                                  "type": "ObjectProperty",
                                  "start": 15566,
                                  "end": 15571,
                                  "loc": {
                                    "start": {
                                      "line": 454,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 454,
                                      "column": 11
                                    }
                                  },
                                  "method": false,
                                  "shorthand": true,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 15566,
                                    "end": 15571,
                                    "loc": {
                                      "start": {
                                        "line": 454,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 454,
                                        "column": 11
                                      },
                                      "identifierName": "limit"
                                    },
                                    "name": "limit"
                                  },
                                  "value": {
                                    "type": "Identifier",
                                    "start": 15566,
                                    "end": 15571,
                                    "loc": {
                                      "start": {
                                        "line": 454,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 454,
                                        "column": 11
                                      },
                                      "identifierName": "limit"
                                    },
                                    "name": "limit"
                                  },
                                  "extra": {
                                    "shorthand": true
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 15579,
                                  "end": 15584,
                                  "loc": {
                                    "start": {
                                      "line": 455,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 455,
                                      "column": 11
                                    }
                                  },
                                  "method": false,
                                  "shorthand": true,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 15579,
                                    "end": 15584,
                                    "loc": {
                                      "start": {
                                        "line": 455,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 455,
                                        "column": 11
                                      },
                                      "identifierName": "table"
                                    },
                                    "name": "table"
                                  },
                                  "value": {
                                    "type": "Identifier",
                                    "start": 15579,
                                    "end": 15584,
                                    "loc": {
                                      "start": {
                                        "line": 455,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 455,
                                        "column": 11
                                      },
                                      "identifierName": "table"
                                    },
                                    "name": "table"
                                  },
                                  "extra": {
                                    "shorthand": true
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 15592,
                                  "end": 15597,
                                  "loc": {
                                    "start": {
                                      "line": 456,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 456,
                                      "column": 11
                                    }
                                  },
                                  "method": false,
                                  "shorthand": true,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 15592,
                                    "end": 15597,
                                    "loc": {
                                      "start": {
                                        "line": 456,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 456,
                                        "column": 11
                                      },
                                      "identifierName": "where"
                                    },
                                    "name": "where"
                                  },
                                  "value": {
                                    "type": "Identifier",
                                    "start": 15592,
                                    "end": 15597,
                                    "loc": {
                                      "start": {
                                        "line": 456,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 456,
                                        "column": 11
                                      },
                                      "identifierName": "where"
                                    },
                                    "name": "where"
                                  },
                                  "extra": {
                                    "shorthand": true
                                  }
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "IfStatement",
                        "start": 15610,
                        "end": 15700,
                        "loc": {
                          "start": {
                            "line": 459,
                            "column": 4
                          },
                          "end": {
                            "line": 461,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "MemberExpression",
                          "start": 15614,
                          "end": 15632,
                          "loc": {
                            "start": {
                              "line": 459,
                              "column": 8
                            },
                            "end": {
                              "line": 459,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 15614,
                            "end": 15626,
                            "loc": {
                              "start": {
                                "line": 459,
                                "column": 8
                              },
                              "end": {
                                "line": 459,
                                "column": 20
                              },
                              "identifierName": "replacements"
                            },
                            "name": "replacements"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 15627,
                            "end": 15632,
                            "loc": {
                              "start": {
                                "line": 459,
                                "column": 21
                              },
                              "end": {
                                "line": 459,
                                "column": 26
                              },
                              "identifierName": "where"
                            },
                            "name": "where"
                          },
                          "computed": false
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 15634,
                          "end": 15700,
                          "loc": {
                            "start": {
                              "line": 459,
                              "column": 28
                            },
                            "end": {
                              "line": 461,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 15642,
                              "end": 15694,
                              "loc": {
                                "start": {
                                  "line": 460,
                                  "column": 6
                                },
                                "end": {
                                  "line": 460,
                                  "column": 58
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 15642,
                                "end": 15693,
                                "loc": {
                                  "start": {
                                    "line": 460,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 460,
                                    "column": 57
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 15642,
                                  "end": 15660,
                                  "loc": {
                                    "start": {
                                      "line": 460,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 460,
                                      "column": 24
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 15642,
                                    "end": 15654,
                                    "loc": {
                                      "start": {
                                        "line": 460,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 460,
                                        "column": 18
                                      },
                                      "identifierName": "replacements"
                                    },
                                    "name": "replacements"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 15655,
                                    "end": 15660,
                                    "loc": {
                                      "start": {
                                        "line": 460,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 460,
                                        "column": 24
                                      },
                                      "identifierName": "where"
                                    },
                                    "name": "where"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 15663,
                                  "end": 15693,
                                  "loc": {
                                    "start": {
                                      "line": 460,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 460,
                                      "column": 57
                                    }
                                  },
                                  "left": {
                                    "type": "StringLiteral",
                                    "start": 15663,
                                    "end": 15672,
                                    "loc": {
                                      "start": {
                                        "line": 460,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 460,
                                        "column": 36
                                      }
                                    },
                                    "extra": {
                                      "rawValue": " WHERE ",
                                      "raw": "' WHERE '"
                                    },
                                    "value": " WHERE "
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 15675,
                                    "end": 15693,
                                    "loc": {
                                      "start": {
                                        "line": 460,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 460,
                                        "column": 57
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 15675,
                                      "end": 15687,
                                      "loc": {
                                        "start": {
                                          "line": 460,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 460,
                                          "column": 51
                                        },
                                        "identifierName": "replacements"
                                      },
                                      "name": "replacements"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 15688,
                                      "end": 15693,
                                      "loc": {
                                        "start": {
                                          "line": 460,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 460,
                                          "column": 57
                                        },
                                        "identifierName": "where"
                                      },
                                      "name": "where"
                                    },
                                    "computed": false
                                  }
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 15706,
                        "end": 15751,
                        "loc": {
                          "start": {
                            "line": 463,
                            "column": 4
                          },
                          "end": {
                            "line": 463,
                            "column": 49
                          }
                        },
                        "argument": {
                          "type": "CallExpression",
                          "start": 15713,
                          "end": 15750,
                          "loc": {
                            "start": {
                              "line": 463,
                              "column": 11
                            },
                            "end": {
                              "line": 463,
                              "column": 48
                            }
                          },
                          "callee": {
                            "type": "CallExpression",
                            "start": 15713,
                            "end": 15736,
                            "loc": {
                              "start": {
                                "line": 463,
                                "column": 11
                              },
                              "end": {
                                "line": 463,
                                "column": 34
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 15713,
                              "end": 15729,
                              "loc": {
                                "start": {
                                  "line": 463,
                                  "column": 11
                                },
                                "end": {
                                  "line": 463,
                                  "column": 27
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 15713,
                                "end": 15720,
                                "loc": {
                                  "start": {
                                    "line": 463,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 463,
                                    "column": 18
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 15713,
                                  "end": 15718,
                                  "loc": {
                                    "start": {
                                      "line": 463,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 463,
                                      "column": 16
                                    },
                                    "identifierName": "Utils"
                                  },
                                  "name": "Utils"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 15719,
                                  "end": 15720,
                                  "loc": {
                                    "start": {
                                      "line": 463,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 463,
                                      "column": 18
                                    },
                                    "identifierName": "_"
                                  },
                                  "name": "_"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 15721,
                                "end": 15729,
                                "loc": {
                                  "start": {
                                    "line": 463,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 463,
                                    "column": 27
                                  },
                                  "identifierName": "template"
                                },
                                "name": "template"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 15730,
                                "end": 15735,
                                "loc": {
                                  "start": {
                                    "line": 463,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 463,
                                    "column": 33
                                  },
                                  "identifierName": "query"
                                },
                                "name": "query"
                              }
                            ]
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 15737,
                              "end": 15749,
                              "loc": {
                                "start": {
                                  "line": 463,
                                  "column": 35
                                },
                                "end": {
                                  "line": 463,
                                  "column": 47
                                },
                                "identifierName": "replacements"
                              },
                              "name": "replacements"
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 15760,
                  "end": 15951,
                  "loc": {
                    "start": {
                      "line": 466,
                      "column": 2
                    },
                    "end": {
                      "line": 471,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 15760,
                    "end": 15776,
                    "loc": {
                      "start": {
                        "line": 466,
                        "column": 2
                      },
                      "end": {
                        "line": 466,
                        "column": 18
                      },
                      "identifierName": "showIndexesQuery"
                    },
                    "name": "showIndexesQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 15777,
                      "end": 15786,
                      "loc": {
                        "start": {
                          "line": 466,
                          "column": 19
                        },
                        "end": {
                          "line": 466,
                          "column": 28
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 15788,
                    "end": 15951,
                    "loc": {
                      "start": {
                        "line": 466,
                        "column": 30
                      },
                      "end": {
                        "line": 471,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 15794,
                        "end": 15860,
                        "loc": {
                          "start": {
                            "line": 467,
                            "column": 4
                          },
                          "end": {
                            "line": 467,
                            "column": 70
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 15798,
                            "end": 15859,
                            "loc": {
                              "start": {
                                "line": 467,
                                "column": 8
                              },
                              "end": {
                                "line": 467,
                                "column": 69
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 15798,
                              "end": 15801,
                              "loc": {
                                "start": {
                                  "line": 467,
                                  "column": 8
                                },
                                "end": {
                                  "line": 467,
                                  "column": 11
                                },
                                "identifierName": "sql"
                              },
                              "name": "sql"
                            },
                            "init": {
                              "type": "StringLiteral",
                              "start": 15804,
                              "end": 15859,
                              "loc": {
                                "start": {
                                  "line": 467,
                                  "column": 14
                                },
                                "end": {
                                  "line": 467,
                                  "column": 69
                                }
                              },
                              "extra": {
                                "rawValue": "EXEC sys.sp_helpindex @objname = N'<%= tableName %>';",
                                "raw": "\"EXEC sys.sp_helpindex @objname = N'<%= tableName %>';\""
                              },
                              "value": "EXEC sys.sp_helpindex @objname = N'<%= tableName %>';"
                            }
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 15865,
                        "end": 15947,
                        "loc": {
                          "start": {
                            "line": 468,
                            "column": 4
                          },
                          "end": {
                            "line": 470,
                            "column": 7
                          }
                        },
                        "argument": {
                          "type": "CallExpression",
                          "start": 15872,
                          "end": 15946,
                          "loc": {
                            "start": {
                              "line": 468,
                              "column": 11
                            },
                            "end": {
                              "line": 470,
                              "column": 6
                            }
                          },
                          "callee": {
                            "type": "CallExpression",
                            "start": 15872,
                            "end": 15893,
                            "loc": {
                              "start": {
                                "line": 468,
                                "column": 11
                              },
                              "end": {
                                "line": 468,
                                "column": 32
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 15872,
                              "end": 15888,
                              "loc": {
                                "start": {
                                  "line": 468,
                                  "column": 11
                                },
                                "end": {
                                  "line": 468,
                                  "column": 27
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 15872,
                                "end": 15879,
                                "loc": {
                                  "start": {
                                    "line": 468,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 468,
                                    "column": 18
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 15872,
                                  "end": 15877,
                                  "loc": {
                                    "start": {
                                      "line": 468,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 468,
                                      "column": 16
                                    },
                                    "identifierName": "Utils"
                                  },
                                  "name": "Utils"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 15878,
                                  "end": 15879,
                                  "loc": {
                                    "start": {
                                      "line": 468,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 468,
                                      "column": 18
                                    },
                                    "identifierName": "_"
                                  },
                                  "name": "_"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 15880,
                                "end": 15888,
                                "loc": {
                                  "start": {
                                    "line": 468,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 468,
                                    "column": 27
                                  },
                                  "identifierName": "template"
                                },
                                "name": "template"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 15889,
                                "end": 15892,
                                "loc": {
                                  "start": {
                                    "line": 468,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 468,
                                    "column": 31
                                  },
                                  "identifierName": "sql"
                                },
                                "name": "sql"
                              }
                            ]
                          },
                          "arguments": [
                            {
                              "type": "ObjectExpression",
                              "start": 15894,
                              "end": 15945,
                              "loc": {
                                "start": {
                                  "line": 468,
                                  "column": 33
                                },
                                "end": {
                                  "line": 470,
                                  "column": 5
                                }
                              },
                              "properties": [
                                {
                                  "type": "ObjectProperty",
                                  "start": 15902,
                                  "end": 15939,
                                  "loc": {
                                    "start": {
                                      "line": 469,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 469,
                                      "column": 43
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 15902,
                                    "end": 15911,
                                    "loc": {
                                      "start": {
                                        "line": 469,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 469,
                                        "column": 15
                                      },
                                      "identifierName": "tableName"
                                    },
                                    "name": "tableName"
                                  },
                                  "value": {
                                    "type": "CallExpression",
                                    "start": 15913,
                                    "end": 15939,
                                    "loc": {
                                      "start": {
                                        "line": 469,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 469,
                                        "column": 43
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 15913,
                                      "end": 15928,
                                      "loc": {
                                        "start": {
                                          "line": 469,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 469,
                                          "column": 32
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 15913,
                                        "end": 15917,
                                        "loc": {
                                          "start": {
                                            "line": 469,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 469,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 15918,
                                        "end": 15928,
                                        "loc": {
                                          "start": {
                                            "line": 469,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 469,
                                            "column": 32
                                          },
                                          "identifierName": "quoteTable"
                                        },
                                        "name": "quoteTable"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 15929,
                                        "end": 15938,
                                        "loc": {
                                          "start": {
                                            "line": 469,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 469,
                                            "column": 42
                                          },
                                          "identifierName": "tableName"
                                        },
                                        "name": "tableName"
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 15956,
                  "end": 16425,
                  "loc": {
                    "start": {
                      "line": 473,
                      "column": 2
                    },
                    "end": {
                      "line": 487,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 15956,
                    "end": 15972,
                    "loc": {
                      "start": {
                        "line": 473,
                        "column": 2
                      },
                      "end": {
                        "line": 473,
                        "column": 18
                      },
                      "identifierName": "removeIndexQuery"
                    },
                    "name": "removeIndexQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 15973,
                      "end": 15982,
                      "loc": {
                        "start": {
                          "line": 473,
                          "column": 19
                        },
                        "end": {
                          "line": 473,
                          "column": 28
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    },
                    {
                      "type": "Identifier",
                      "start": 15984,
                      "end": 16005,
                      "loc": {
                        "start": {
                          "line": 473,
                          "column": 30
                        },
                        "end": {
                          "line": 473,
                          "column": 51
                        },
                        "identifierName": "indexNameOrAttributes"
                      },
                      "name": "indexNameOrAttributes"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 16007,
                    "end": 16425,
                    "loc": {
                      "start": {
                        "line": 473,
                        "column": 53
                      },
                      "end": {
                        "line": 487,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 16013,
                        "end": 16115,
                        "loc": {
                          "start": {
                            "line": 474,
                            "column": 4
                          },
                          "end": {
                            "line": 475,
                            "column": 42
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 16017,
                            "end": 16072,
                            "loc": {
                              "start": {
                                "line": 474,
                                "column": 8
                              },
                              "end": {
                                "line": 474,
                                "column": 63
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 16017,
                              "end": 16020,
                              "loc": {
                                "start": {
                                  "line": 474,
                                  "column": 8
                                },
                                "end": {
                                  "line": 474,
                                  "column": 11
                                },
                                "identifierName": "sql"
                              },
                              "name": "sql"
                            },
                            "init": {
                              "type": "StringLiteral",
                              "start": 16023,
                              "end": 16072,
                              "loc": {
                                "start": {
                                  "line": 474,
                                  "column": 14
                                },
                                "end": {
                                  "line": 474,
                                  "column": 63
                                }
                              },
                              "extra": {
                                "rawValue": "DROP INDEX <%= indexName %> ON <%= tableName %>",
                                "raw": "'DROP INDEX <%= indexName %> ON <%= tableName %>'"
                              },
                              "value": "DROP INDEX <%= indexName %> ON <%= tableName %>"
                            }
                          },
                          {
                            "type": "VariableDeclarator",
                            "start": 16081,
                            "end": 16114,
                            "loc": {
                              "start": {
                                "line": 475,
                                "column": 8
                              },
                              "end": {
                                "line": 475,
                                "column": 41
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 16081,
                              "end": 16090,
                              "loc": {
                                "start": {
                                  "line": 475,
                                  "column": 8
                                },
                                "end": {
                                  "line": 475,
                                  "column": 17
                                },
                                "identifierName": "indexName"
                              },
                              "name": "indexName"
                            },
                            "init": {
                              "type": "Identifier",
                              "start": 16093,
                              "end": 16114,
                              "loc": {
                                "start": {
                                  "line": 475,
                                  "column": 20
                                },
                                "end": {
                                  "line": 475,
                                  "column": 41
                                },
                                "identifierName": "indexNameOrAttributes"
                              },
                              "name": "indexNameOrAttributes"
                            }
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "IfStatement",
                        "start": 16121,
                        "end": 16250,
                        "loc": {
                          "start": {
                            "line": 477,
                            "column": 4
                          },
                          "end": {
                            "line": 479,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 16125,
                          "end": 16154,
                          "loc": {
                            "start": {
                              "line": 477,
                              "column": 8
                            },
                            "end": {
                              "line": 477,
                              "column": 37
                            }
                          },
                          "left": {
                            "type": "UnaryExpression",
                            "start": 16125,
                            "end": 16141,
                            "loc": {
                              "start": {
                                "line": 477,
                                "column": 8
                              },
                              "end": {
                                "line": 477,
                                "column": 24
                              }
                            },
                            "operator": "typeof",
                            "prefix": true,
                            "argument": {
                              "type": "Identifier",
                              "start": 16132,
                              "end": 16141,
                              "loc": {
                                "start": {
                                  "line": 477,
                                  "column": 15
                                },
                                "end": {
                                  "line": 477,
                                  "column": 24
                                },
                                "identifierName": "indexName"
                              },
                              "name": "indexName"
                            },
                            "extra": {
                              "parenthesizedArgument": false
                            }
                          },
                          "operator": "!==",
                          "right": {
                            "type": "StringLiteral",
                            "start": 16146,
                            "end": 16154,
                            "loc": {
                              "start": {
                                "line": 477,
                                "column": 29
                              },
                              "end": {
                                "line": 477,
                                "column": 37
                              }
                            },
                            "extra": {
                              "rawValue": "string",
                              "raw": "'string'"
                            },
                            "value": "string"
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 16156,
                          "end": 16250,
                          "loc": {
                            "start": {
                              "line": 477,
                              "column": 39
                            },
                            "end": {
                              "line": 479,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 16164,
                              "end": 16244,
                              "loc": {
                                "start": {
                                  "line": 478,
                                  "column": 6
                                },
                                "end": {
                                  "line": 478,
                                  "column": 86
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 16164,
                                "end": 16243,
                                "loc": {
                                  "start": {
                                    "line": 478,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 478,
                                    "column": 85
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 16164,
                                  "end": 16173,
                                  "loc": {
                                    "start": {
                                      "line": 478,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 478,
                                      "column": 15
                                    },
                                    "identifierName": "indexName"
                                  },
                                  "name": "indexName"
                                },
                                "right": {
                                  "type": "CallExpression",
                                  "start": 16176,
                                  "end": 16243,
                                  "loc": {
                                    "start": {
                                      "line": 478,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 478,
                                      "column": 85
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 16176,
                                    "end": 16192,
                                    "loc": {
                                      "start": {
                                        "line": 478,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 478,
                                        "column": 34
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 16176,
                                      "end": 16181,
                                      "loc": {
                                        "start": {
                                          "line": 478,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 478,
                                          "column": 23
                                        },
                                        "identifierName": "Utils"
                                      },
                                      "name": "Utils"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 16182,
                                      "end": 16192,
                                      "loc": {
                                        "start": {
                                          "line": 478,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 478,
                                          "column": 34
                                        },
                                        "identifierName": "underscore"
                                      },
                                      "name": "underscore"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "BinaryExpression",
                                      "start": 16193,
                                      "end": 16242,
                                      "loc": {
                                        "start": {
                                          "line": 478,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 478,
                                          "column": 84
                                        }
                                      },
                                      "left": {
                                        "type": "BinaryExpression",
                                        "start": 16193,
                                        "end": 16208,
                                        "loc": {
                                          "start": {
                                            "line": 478,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 478,
                                            "column": 50
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 16193,
                                          "end": 16202,
                                          "loc": {
                                            "start": {
                                              "line": 478,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 478,
                                              "column": 44
                                            },
                                            "identifierName": "tableName"
                                          },
                                          "name": "tableName"
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "StringLiteral",
                                          "start": 16205,
                                          "end": 16208,
                                          "loc": {
                                            "start": {
                                              "line": 478,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 478,
                                              "column": 50
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "_",
                                            "raw": "'_'"
                                          },
                                          "value": "_"
                                        }
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "CallExpression",
                                        "start": 16211,
                                        "end": 16242,
                                        "loc": {
                                          "start": {
                                            "line": 478,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 478,
                                            "column": 84
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 16211,
                                          "end": 16237,
                                          "loc": {
                                            "start": {
                                              "line": 478,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 478,
                                              "column": 79
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 16211,
                                            "end": 16232,
                                            "loc": {
                                              "start": {
                                                "line": 478,
                                                "column": 53
                                              },
                                              "end": {
                                                "line": 478,
                                                "column": 74
                                              },
                                              "identifierName": "indexNameOrAttributes"
                                            },
                                            "name": "indexNameOrAttributes"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 16233,
                                            "end": 16237,
                                            "loc": {
                                              "start": {
                                                "line": 478,
                                                "column": 75
                                              },
                                              "end": {
                                                "line": 478,
                                                "column": 79
                                              },
                                              "identifierName": "join"
                                            },
                                            "name": "join"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "StringLiteral",
                                            "start": 16238,
                                            "end": 16241,
                                            "loc": {
                                              "start": {
                                                "line": 478,
                                                "column": 80
                                              },
                                              "end": {
                                                "line": 478,
                                                "column": 83
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "_",
                                              "raw": "'_'"
                                            },
                                            "value": "_"
                                          }
                                        ]
                                      }
                                    }
                                  ]
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 16256,
                        "end": 16378,
                        "loc": {
                          "start": {
                            "line": 481,
                            "column": 4
                          },
                          "end": {
                            "line": 484,
                            "column": 6
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 16260,
                            "end": 16377,
                            "loc": {
                              "start": {
                                "line": 481,
                                "column": 8
                              },
                              "end": {
                                "line": 484,
                                "column": 5
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 16260,
                              "end": 16266,
                              "loc": {
                                "start": {
                                  "line": 481,
                                  "column": 8
                                },
                                "end": {
                                  "line": 481,
                                  "column": 14
                                },
                                "identifierName": "values"
                              },
                              "name": "values"
                            },
                            "init": {
                              "type": "ObjectExpression",
                              "start": 16269,
                              "end": 16377,
                              "loc": {
                                "start": {
                                  "line": 481,
                                  "column": 17
                                },
                                "end": {
                                  "line": 484,
                                  "column": 5
                                }
                              },
                              "properties": [
                                {
                                  "type": "ObjectProperty",
                                  "start": 16277,
                                  "end": 16320,
                                  "loc": {
                                    "start": {
                                      "line": 482,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 482,
                                      "column": 49
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 16277,
                                    "end": 16286,
                                    "loc": {
                                      "start": {
                                        "line": 482,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 482,
                                        "column": 15
                                      },
                                      "identifierName": "tableName"
                                    },
                                    "name": "tableName"
                                  },
                                  "value": {
                                    "type": "CallExpression",
                                    "start": 16288,
                                    "end": 16320,
                                    "loc": {
                                      "start": {
                                        "line": 482,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 482,
                                        "column": 49
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 16288,
                                      "end": 16309,
                                      "loc": {
                                        "start": {
                                          "line": 482,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 482,
                                          "column": 38
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 16288,
                                        "end": 16292,
                                        "loc": {
                                          "start": {
                                            "line": 482,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 482,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 16293,
                                        "end": 16309,
                                        "loc": {
                                          "start": {
                                            "line": 482,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 482,
                                            "column": 38
                                          },
                                          "identifierName": "quoteIdentifiers"
                                        },
                                        "name": "quoteIdentifiers"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 16310,
                                        "end": 16319,
                                        "loc": {
                                          "start": {
                                            "line": 482,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 482,
                                            "column": 48
                                          },
                                          "identifierName": "tableName"
                                        },
                                        "name": "tableName"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 16328,
                                  "end": 16371,
                                  "loc": {
                                    "start": {
                                      "line": 483,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 483,
                                      "column": 49
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 16328,
                                    "end": 16337,
                                    "loc": {
                                      "start": {
                                        "line": 483,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 483,
                                        "column": 15
                                      },
                                      "identifierName": "indexName"
                                    },
                                    "name": "indexName"
                                  },
                                  "value": {
                                    "type": "CallExpression",
                                    "start": 16339,
                                    "end": 16371,
                                    "loc": {
                                      "start": {
                                        "line": 483,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 483,
                                        "column": 49
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 16339,
                                      "end": 16360,
                                      "loc": {
                                        "start": {
                                          "line": 483,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 483,
                                          "column": 38
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 16339,
                                        "end": 16343,
                                        "loc": {
                                          "start": {
                                            "line": 483,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 483,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 16344,
                                        "end": 16360,
                                        "loc": {
                                          "start": {
                                            "line": 483,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 483,
                                            "column": 38
                                          },
                                          "identifierName": "quoteIdentifiers"
                                        },
                                        "name": "quoteIdentifiers"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 16361,
                                        "end": 16370,
                                        "loc": {
                                          "start": {
                                            "line": 483,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 483,
                                            "column": 48
                                          },
                                          "identifierName": "indexName"
                                        },
                                        "name": "indexName"
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 16384,
                        "end": 16421,
                        "loc": {
                          "start": {
                            "line": 486,
                            "column": 4
                          },
                          "end": {
                            "line": 486,
                            "column": 41
                          }
                        },
                        "argument": {
                          "type": "CallExpression",
                          "start": 16391,
                          "end": 16420,
                          "loc": {
                            "start": {
                              "line": 486,
                              "column": 11
                            },
                            "end": {
                              "line": 486,
                              "column": 40
                            }
                          },
                          "callee": {
                            "type": "CallExpression",
                            "start": 16391,
                            "end": 16412,
                            "loc": {
                              "start": {
                                "line": 486,
                                "column": 11
                              },
                              "end": {
                                "line": 486,
                                "column": 32
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 16391,
                              "end": 16407,
                              "loc": {
                                "start": {
                                  "line": 486,
                                  "column": 11
                                },
                                "end": {
                                  "line": 486,
                                  "column": 27
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 16391,
                                "end": 16398,
                                "loc": {
                                  "start": {
                                    "line": 486,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 486,
                                    "column": 18
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 16391,
                                  "end": 16396,
                                  "loc": {
                                    "start": {
                                      "line": 486,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 486,
                                      "column": 16
                                    },
                                    "identifierName": "Utils"
                                  },
                                  "name": "Utils"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 16397,
                                  "end": 16398,
                                  "loc": {
                                    "start": {
                                      "line": 486,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 486,
                                      "column": 18
                                    },
                                    "identifierName": "_"
                                  },
                                  "name": "_"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 16399,
                                "end": 16407,
                                "loc": {
                                  "start": {
                                    "line": 486,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 486,
                                    "column": 27
                                  },
                                  "identifierName": "template"
                                },
                                "name": "template"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 16408,
                                "end": 16411,
                                "loc": {
                                  "start": {
                                    "line": 486,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 486,
                                    "column": 31
                                  },
                                  "identifierName": "sql"
                                },
                                "name": "sql"
                              }
                            ]
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 16413,
                              "end": 16419,
                              "loc": {
                                "start": {
                                  "line": 486,
                                  "column": 33
                                },
                                "end": {
                                  "line": 486,
                                  "column": 39
                                },
                                "identifierName": "values"
                              },
                              "name": "values"
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 16430,
                  "end": 18752,
                  "loc": {
                    "start": {
                      "line": 489,
                      "column": 2
                    },
                    "end": {
                      "line": 565,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 16430,
                    "end": 16444,
                    "loc": {
                      "start": {
                        "line": 489,
                        "column": 2
                      },
                      "end": {
                        "line": 489,
                        "column": 16
                      },
                      "identifierName": "attributeToSQL"
                    },
                    "name": "attributeToSQL"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 16445,
                      "end": 16454,
                      "loc": {
                        "start": {
                          "line": 489,
                          "column": 17
                        },
                        "end": {
                          "line": 489,
                          "column": 26
                        },
                        "identifierName": "attribute"
                      },
                      "name": "attribute"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 16456,
                    "end": 18752,
                    "loc": {
                      "start": {
                        "line": 489,
                        "column": 28
                      },
                      "end": {
                        "line": 565,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "IfStatement",
                        "start": 16462,
                        "end": 16561,
                        "loc": {
                          "start": {
                            "line": 490,
                            "column": 4
                          },
                          "end": {
                            "line": 494,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "UnaryExpression",
                          "start": 16466,
                          "end": 16499,
                          "loc": {
                            "start": {
                              "line": 490,
                              "column": 8
                            },
                            "end": {
                              "line": 490,
                              "column": 41
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "CallExpression",
                            "start": 16467,
                            "end": 16499,
                            "loc": {
                              "start": {
                                "line": 490,
                                "column": 9
                              },
                              "end": {
                                "line": 490,
                                "column": 41
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 16467,
                              "end": 16488,
                              "loc": {
                                "start": {
                                  "line": 490,
                                  "column": 9
                                },
                                "end": {
                                  "line": 490,
                                  "column": 30
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 16467,
                                "end": 16474,
                                "loc": {
                                  "start": {
                                    "line": 490,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 490,
                                    "column": 16
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 16467,
                                  "end": 16472,
                                  "loc": {
                                    "start": {
                                      "line": 490,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 490,
                                      "column": 14
                                    },
                                    "identifierName": "Utils"
                                  },
                                  "name": "Utils"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 16473,
                                  "end": 16474,
                                  "loc": {
                                    "start": {
                                      "line": 490,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 490,
                                      "column": 16
                                    },
                                    "identifierName": "_"
                                  },
                                  "name": "_"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 16475,
                                "end": 16488,
                                "loc": {
                                  "start": {
                                    "line": 490,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 490,
                                    "column": 30
                                  },
                                  "identifierName": "isPlainObject"
                                },
                                "name": "isPlainObject"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 16489,
                                "end": 16498,
                                "loc": {
                                  "start": {
                                    "line": 490,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 490,
                                    "column": 40
                                  },
                                  "identifierName": "attribute"
                                },
                                "name": "attribute"
                              }
                            ]
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 16501,
                          "end": 16561,
                          "loc": {
                            "start": {
                              "line": 490,
                              "column": 43
                            },
                            "end": {
                              "line": 494,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 16509,
                              "end": 16555,
                              "loc": {
                                "start": {
                                  "line": 491,
                                  "column": 6
                                },
                                "end": {
                                  "line": 493,
                                  "column": 8
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 16509,
                                "end": 16554,
                                "loc": {
                                  "start": {
                                    "line": 491,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 493,
                                    "column": 7
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 16509,
                                  "end": 16518,
                                  "loc": {
                                    "start": {
                                      "line": 491,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 491,
                                      "column": 15
                                    },
                                    "identifierName": "attribute"
                                  },
                                  "name": "attribute"
                                },
                                "right": {
                                  "type": "ObjectExpression",
                                  "start": 16521,
                                  "end": 16554,
                                  "loc": {
                                    "start": {
                                      "line": 491,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 493,
                                      "column": 7
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 16531,
                                      "end": 16546,
                                      "loc": {
                                        "start": {
                                          "line": 492,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 492,
                                          "column": 23
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 16531,
                                        "end": 16535,
                                        "loc": {
                                          "start": {
                                            "line": 492,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 492,
                                            "column": 12
                                          },
                                          "identifierName": "type"
                                        },
                                        "name": "type"
                                      },
                                      "value": {
                                        "type": "Identifier",
                                        "start": 16537,
                                        "end": 16546,
                                        "loc": {
                                          "start": {
                                            "line": 492,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 492,
                                            "column": 23
                                          },
                                          "identifierName": "attribute"
                                        },
                                        "name": "attribute"
                                      }
                                    }
                                  ]
                                }
                              }
                            }
                          ],
                          "directives": [],
                          "trailingComments": null
                        },
                        "alternate": null,
                        "trailingComments": [
                          {
                            "type": "CommentLine",
                            "value": " handle self referential constraints",
                            "start": 16567,
                            "end": 16605,
                            "loc": {
                              "start": {
                                "line": 496,
                                "column": 4
                              },
                              "end": {
                                "line": 496,
                                "column": 42
                              }
                            }
                          }
                        ]
                      },
                      {
                        "type": "IfStatement",
                        "start": 16610,
                        "end": 16966,
                        "loc": {
                          "start": {
                            "line": 497,
                            "column": 4
                          },
                          "end": {
                            "line": 505,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "MemberExpression",
                          "start": 16614,
                          "end": 16634,
                          "loc": {
                            "start": {
                              "line": 497,
                              "column": 8
                            },
                            "end": {
                              "line": 497,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 16614,
                            "end": 16623,
                            "loc": {
                              "start": {
                                "line": 497,
                                "column": 8
                              },
                              "end": {
                                "line": 497,
                                "column": 17
                              },
                              "identifierName": "attribute"
                            },
                            "name": "attribute",
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 16624,
                            "end": 16634,
                            "loc": {
                              "start": {
                                "line": 497,
                                "column": 18
                              },
                              "end": {
                                "line": 497,
                                "column": 28
                              },
                              "identifierName": "references"
                            },
                            "name": "references"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 16636,
                          "end": 16966,
                          "loc": {
                            "start": {
                              "line": 497,
                              "column": 30
                            },
                            "end": {
                              "line": 505,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "IfStatement",
                              "start": 16645,
                              "end": 16960,
                              "loc": {
                                "start": {
                                  "line": 499,
                                  "column": 6
                                },
                                "end": {
                                  "line": 504,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "LogicalExpression",
                                "start": 16649,
                                "end": 16724,
                                "loc": {
                                  "start": {
                                    "line": 499,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 499,
                                    "column": 85
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 16649,
                                  "end": 16664,
                                  "loc": {
                                    "start": {
                                      "line": 499,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 499,
                                      "column": 25
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 16649,
                                    "end": 16658,
                                    "loc": {
                                      "start": {
                                        "line": 499,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 499,
                                        "column": 19
                                      },
                                      "identifierName": "attribute"
                                    },
                                    "name": "attribute"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 16659,
                                    "end": 16664,
                                    "loc": {
                                      "start": {
                                        "line": 499,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 499,
                                        "column": 25
                                      },
                                      "identifierName": "Model"
                                    },
                                    "name": "Model"
                                  },
                                  "computed": false
                                },
                                "operator": "&&",
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 16668,
                                  "end": 16724,
                                  "loc": {
                                    "start": {
                                      "line": 499,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 499,
                                      "column": 85
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 16668,
                                    "end": 16693,
                                    "loc": {
                                      "start": {
                                        "line": 499,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 499,
                                        "column": 54
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 16668,
                                      "end": 16683,
                                      "loc": {
                                        "start": {
                                          "line": 499,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 499,
                                          "column": 44
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 16668,
                                        "end": 16677,
                                        "loc": {
                                          "start": {
                                            "line": 499,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 499,
                                            "column": 38
                                          },
                                          "identifierName": "attribute"
                                        },
                                        "name": "attribute"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 16678,
                                        "end": 16683,
                                        "loc": {
                                          "start": {
                                            "line": 499,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 499,
                                            "column": 44
                                          },
                                          "identifierName": "Model"
                                        },
                                        "name": "Model"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 16684,
                                      "end": 16693,
                                      "loc": {
                                        "start": {
                                          "line": 499,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 499,
                                          "column": 54
                                        },
                                        "identifierName": "tableName"
                                      },
                                      "name": "tableName"
                                    },
                                    "computed": false
                                  },
                                  "operator": "===",
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 16698,
                                    "end": 16724,
                                    "loc": {
                                      "start": {
                                        "line": 499,
                                        "column": 59
                                      },
                                      "end": {
                                        "line": 499,
                                        "column": 85
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 16698,
                                      "end": 16718,
                                      "loc": {
                                        "start": {
                                          "line": 499,
                                          "column": 59
                                        },
                                        "end": {
                                          "line": 499,
                                          "column": 79
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 16698,
                                        "end": 16707,
                                        "loc": {
                                          "start": {
                                            "line": 499,
                                            "column": 59
                                          },
                                          "end": {
                                            "line": 499,
                                            "column": 68
                                          },
                                          "identifierName": "attribute"
                                        },
                                        "name": "attribute"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 16708,
                                        "end": 16718,
                                        "loc": {
                                          "start": {
                                            "line": 499,
                                            "column": 69
                                          },
                                          "end": {
                                            "line": 499,
                                            "column": 79
                                          },
                                          "identifierName": "references"
                                        },
                                        "name": "references"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 16719,
                                      "end": 16724,
                                      "loc": {
                                        "start": {
                                          "line": 499,
                                          "column": 80
                                        },
                                        "end": {
                                          "line": 499,
                                          "column": 85
                                        },
                                        "identifierName": "model"
                                      },
                                      "name": "model"
                                    },
                                    "computed": false
                                  }
                                }
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 16726,
                                "end": 16960,
                                "loc": {
                                  "start": {
                                    "line": 499,
                                    "column": 87
                                  },
                                  "end": {
                                    "line": 504,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 16736,
                                    "end": 16886,
                                    "loc": {
                                      "start": {
                                        "line": 500,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 501,
                                        "column": 75
                                      }
                                    },
                                    "expression": {
                                      "type": "CallExpression",
                                      "start": 16736,
                                      "end": 16885,
                                      "loc": {
                                        "start": {
                                          "line": 500,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 501,
                                          "column": 74
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 16736,
                                        "end": 16754,
                                        "loc": {
                                          "start": {
                                            "line": 500,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 500,
                                            "column": 26
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 16736,
                                          "end": 16750,
                                          "loc": {
                                            "start": {
                                              "line": 500,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 500,
                                              "column": 22
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 16736,
                                            "end": 16740,
                                            "loc": {
                                              "start": {
                                                "line": 500,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 500,
                                                "column": 12
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 16741,
                                            "end": 16750,
                                            "loc": {
                                              "start": {
                                                "line": 500,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 500,
                                                "column": 22
                                              },
                                              "identifierName": "sequelize"
                                            },
                                            "name": "sequelize"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 16751,
                                          "end": 16754,
                                          "loc": {
                                            "start": {
                                              "line": 500,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 500,
                                              "column": 26
                                            },
                                            "identifierName": "log"
                                          },
                                          "name": "log"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "BinaryExpression",
                                          "start": 16755,
                                          "end": 16884,
                                          "loc": {
                                            "start": {
                                              "line": 500,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 501,
                                              "column": 73
                                            }
                                          },
                                          "left": {
                                            "type": "StringLiteral",
                                            "start": 16755,
                                            "end": 16810,
                                            "loc": {
                                              "start": {
                                                "line": 500,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 500,
                                                "column": 82
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "MSSQL does not support self referencial constraints, ",
                                              "raw": "'MSSQL does not support self referencial constraints, '"
                                            },
                                            "value": "MSSQL does not support self referencial constraints, "
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "StringLiteral",
                                            "start": 16823,
                                            "end": 16884,
                                            "loc": {
                                              "start": {
                                                "line": 501,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 501,
                                                "column": 73
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "we will remove it but we recommend restructuring your query",
                                              "raw": "'we will remove it but we recommend restructuring your query'"
                                            },
                                            "value": "we will remove it but we recommend restructuring your query"
                                          }
                                        }
                                      ]
                                    }
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 16895,
                                    "end": 16919,
                                    "loc": {
                                      "start": {
                                        "line": 502,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 502,
                                        "column": 32
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 16895,
                                      "end": 16918,
                                      "loc": {
                                        "start": {
                                          "line": 502,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 502,
                                          "column": 31
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 16895,
                                        "end": 16913,
                                        "loc": {
                                          "start": {
                                            "line": 502,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 502,
                                            "column": 26
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 16895,
                                          "end": 16904,
                                          "loc": {
                                            "start": {
                                              "line": 502,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 502,
                                              "column": 17
                                            },
                                            "identifierName": "attribute"
                                          },
                                          "name": "attribute"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 16905,
                                          "end": 16913,
                                          "loc": {
                                            "start": {
                                              "line": 502,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 502,
                                              "column": 26
                                            },
                                            "identifierName": "onDelete"
                                          },
                                          "name": "onDelete"
                                        },
                                        "computed": false
                                      },
                                      "right": {
                                        "type": "StringLiteral",
                                        "start": 16916,
                                        "end": 16918,
                                        "loc": {
                                          "start": {
                                            "line": 502,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 502,
                                            "column": 31
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "",
                                          "raw": "''"
                                        },
                                        "value": ""
                                      }
                                    }
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 16928,
                                    "end": 16952,
                                    "loc": {
                                      "start": {
                                        "line": 503,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 503,
                                        "column": 32
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 16928,
                                      "end": 16951,
                                      "loc": {
                                        "start": {
                                          "line": 503,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 503,
                                          "column": 31
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 16928,
                                        "end": 16946,
                                        "loc": {
                                          "start": {
                                            "line": 503,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 503,
                                            "column": 26
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 16928,
                                          "end": 16937,
                                          "loc": {
                                            "start": {
                                              "line": 503,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 503,
                                              "column": 17
                                            },
                                            "identifierName": "attribute"
                                          },
                                          "name": "attribute"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 16938,
                                          "end": 16946,
                                          "loc": {
                                            "start": {
                                              "line": 503,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 503,
                                              "column": 26
                                            },
                                            "identifierName": "onUpdate"
                                          },
                                          "name": "onUpdate"
                                        },
                                        "computed": false
                                      },
                                      "right": {
                                        "type": "StringLiteral",
                                        "start": 16949,
                                        "end": 16951,
                                        "loc": {
                                          "start": {
                                            "line": 503,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 503,
                                            "column": 31
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "",
                                          "raw": "''"
                                        },
                                        "value": ""
                                      }
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": null
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null,
                        "leadingComments": [
                          {
                            "type": "CommentLine",
                            "value": " handle self referential constraints",
                            "start": 16567,
                            "end": 16605,
                            "loc": {
                              "start": {
                                "line": 496,
                                "column": 4
                              },
                              "end": {
                                "line": 496,
                                "column": 42
                              }
                            }
                          }
                        ]
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 16972,
                        "end": 16985,
                        "loc": {
                          "start": {
                            "line": 507,
                            "column": 4
                          },
                          "end": {
                            "line": 507,
                            "column": 17
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 16976,
                            "end": 16984,
                            "loc": {
                              "start": {
                                "line": 507,
                                "column": 8
                              },
                              "end": {
                                "line": 507,
                                "column": 16
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 16976,
                              "end": 16984,
                              "loc": {
                                "start": {
                                  "line": 507,
                                  "column": 8
                                },
                                "end": {
                                  "line": 507,
                                  "column": 16
                                },
                                "identifierName": "template"
                              },
                              "name": "template"
                            },
                            "init": null
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "IfStatement",
                        "start": 16991,
                        "end": 17498,
                        "loc": {
                          "start": {
                            "line": 509,
                            "column": 4
                          },
                          "end": {
                            "line": 520,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 16995,
                          "end": 17035,
                          "loc": {
                            "start": {
                              "line": 509,
                              "column": 8
                            },
                            "end": {
                              "line": 509,
                              "column": 48
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 16995,
                            "end": 17009,
                            "loc": {
                              "start": {
                                "line": 509,
                                "column": 8
                              },
                              "end": {
                                "line": 509,
                                "column": 22
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 16995,
                              "end": 17004,
                              "loc": {
                                "start": {
                                  "line": 509,
                                  "column": 8
                                },
                                "end": {
                                  "line": 509,
                                  "column": 17
                                },
                                "identifierName": "attribute"
                              },
                              "name": "attribute"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 17005,
                              "end": 17009,
                              "loc": {
                                "start": {
                                  "line": 509,
                                  "column": 18
                                },
                                "end": {
                                  "line": 509,
                                  "column": 22
                                },
                                "identifierName": "type"
                              },
                              "name": "type"
                            },
                            "computed": false
                          },
                          "operator": "instanceof",
                          "right": {
                            "type": "MemberExpression",
                            "start": 17021,
                            "end": 17035,
                            "loc": {
                              "start": {
                                "line": 509,
                                "column": 34
                              },
                              "end": {
                                "line": 509,
                                "column": 48
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 17021,
                              "end": 17030,
                              "loc": {
                                "start": {
                                  "line": 509,
                                  "column": 34
                                },
                                "end": {
                                  "line": 509,
                                  "column": 43
                                },
                                "identifierName": "DataTypes"
                              },
                              "name": "DataTypes"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 17031,
                              "end": 17035,
                              "loc": {
                                "start": {
                                  "line": 509,
                                  "column": 44
                                },
                                "end": {
                                  "line": 509,
                                  "column": 48
                                },
                                "identifierName": "ENUM"
                              },
                              "name": "ENUM"
                            },
                            "computed": false
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 17037,
                          "end": 17441,
                          "loc": {
                            "start": {
                              "line": 509,
                              "column": 50
                            },
                            "end": {
                              "line": 518,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "IfStatement",
                              "start": 17045,
                              "end": 17134,
                              "loc": {
                                "start": {
                                  "line": 510,
                                  "column": 6
                                },
                                "end": {
                                  "line": 510,
                                  "column": 95
                                }
                              },
                              "test": {
                                "type": "LogicalExpression",
                                "start": 17049,
                                "end": 17091,
                                "loc": {
                                  "start": {
                                    "line": 510,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 510,
                                    "column": 52
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 17049,
                                  "end": 17070,
                                  "loc": {
                                    "start": {
                                      "line": 510,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 510,
                                      "column": 31
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 17049,
                                    "end": 17063,
                                    "loc": {
                                      "start": {
                                        "line": 510,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 510,
                                        "column": 24
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 17049,
                                      "end": 17058,
                                      "loc": {
                                        "start": {
                                          "line": 510,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 510,
                                          "column": 19
                                        },
                                        "identifierName": "attribute"
                                      },
                                      "name": "attribute"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 17059,
                                      "end": 17063,
                                      "loc": {
                                        "start": {
                                          "line": 510,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 510,
                                          "column": 24
                                        },
                                        "identifierName": "type"
                                      },
                                      "name": "type"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 17064,
                                    "end": 17070,
                                    "loc": {
                                      "start": {
                                        "line": 510,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 510,
                                        "column": 31
                                      },
                                      "identifierName": "values"
                                    },
                                    "name": "values"
                                  },
                                  "computed": false
                                },
                                "operator": "&&",
                                "right": {
                                  "type": "UnaryExpression",
                                  "start": 17074,
                                  "end": 17091,
                                  "loc": {
                                    "start": {
                                      "line": 510,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 510,
                                      "column": 52
                                    }
                                  },
                                  "operator": "!",
                                  "prefix": true,
                                  "argument": {
                                    "type": "MemberExpression",
                                    "start": 17075,
                                    "end": 17091,
                                    "loc": {
                                      "start": {
                                        "line": 510,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 510,
                                        "column": 52
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 17075,
                                      "end": 17084,
                                      "loc": {
                                        "start": {
                                          "line": 510,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 510,
                                          "column": 45
                                        },
                                        "identifierName": "attribute"
                                      },
                                      "name": "attribute"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 17085,
                                      "end": 17091,
                                      "loc": {
                                        "start": {
                                          "line": 510,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 510,
                                          "column": 52
                                        },
                                        "identifierName": "values"
                                      },
                                      "name": "values"
                                    },
                                    "computed": false
                                  },
                                  "extra": {
                                    "parenthesizedArgument": false
                                  }
                                }
                              },
                              "consequent": {
                                "type": "ExpressionStatement",
                                "start": 17093,
                                "end": 17134,
                                "loc": {
                                  "start": {
                                    "line": 510,
                                    "column": 54
                                  },
                                  "end": {
                                    "line": 510,
                                    "column": 95
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 17093,
                                  "end": 17133,
                                  "loc": {
                                    "start": {
                                      "line": 510,
                                      "column": 54
                                    },
                                    "end": {
                                      "line": 510,
                                      "column": 94
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 17093,
                                    "end": 17109,
                                    "loc": {
                                      "start": {
                                        "line": 510,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 510,
                                        "column": 70
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 17093,
                                      "end": 17102,
                                      "loc": {
                                        "start": {
                                          "line": 510,
                                          "column": 54
                                        },
                                        "end": {
                                          "line": 510,
                                          "column": 63
                                        },
                                        "identifierName": "attribute"
                                      },
                                      "name": "attribute"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 17103,
                                      "end": 17109,
                                      "loc": {
                                        "start": {
                                          "line": 510,
                                          "column": 64
                                        },
                                        "end": {
                                          "line": 510,
                                          "column": 70
                                        },
                                        "identifierName": "values"
                                      },
                                      "name": "values"
                                    },
                                    "computed": false
                                  },
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 17112,
                                    "end": 17133,
                                    "loc": {
                                      "start": {
                                        "line": 510,
                                        "column": 73
                                      },
                                      "end": {
                                        "line": 510,
                                        "column": 94
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 17112,
                                      "end": 17126,
                                      "loc": {
                                        "start": {
                                          "line": 510,
                                          "column": 73
                                        },
                                        "end": {
                                          "line": 510,
                                          "column": 87
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 17112,
                                        "end": 17121,
                                        "loc": {
                                          "start": {
                                            "line": 510,
                                            "column": 73
                                          },
                                          "end": {
                                            "line": 510,
                                            "column": 82
                                          },
                                          "identifierName": "attribute"
                                        },
                                        "name": "attribute"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 17122,
                                        "end": 17126,
                                        "loc": {
                                          "start": {
                                            "line": 510,
                                            "column": 83
                                          },
                                          "end": {
                                            "line": 510,
                                            "column": 87
                                          },
                                          "identifierName": "type"
                                        },
                                        "name": "type"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 17127,
                                      "end": 17133,
                                      "loc": {
                                        "start": {
                                          "line": 510,
                                          "column": 88
                                        },
                                        "end": {
                                          "line": 510,
                                          "column": 94
                                        },
                                        "identifierName": "values"
                                      },
                                      "name": "values"
                                    },
                                    "computed": false
                                  }
                                },
                                "trailingComments": null
                              },
                              "alternate": null,
                              "trailingComments": [
                                {
                                  "type": "CommentLine",
                                  "value": " enums are a special case",
                                  "start": 17142,
                                  "end": 17169,
                                  "loc": {
                                    "start": {
                                      "line": 512,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 512,
                                      "column": 33
                                    }
                                  }
                                }
                              ]
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 17176,
                              "end": 17210,
                              "loc": {
                                "start": {
                                  "line": 513,
                                  "column": 6
                                },
                                "end": {
                                  "line": 513,
                                  "column": 40
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 17176,
                                "end": 17209,
                                "loc": {
                                  "start": {
                                    "line": 513,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 513,
                                    "column": 39
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 17176,
                                  "end": 17184,
                                  "loc": {
                                    "start": {
                                      "line": 513,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 513,
                                      "column": 14
                                    },
                                    "identifierName": "template"
                                  },
                                  "name": "template",
                                  "leadingComments": null
                                },
                                "right": {
                                  "type": "CallExpression",
                                  "start": 17187,
                                  "end": 17209,
                                  "loc": {
                                    "start": {
                                      "line": 513,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 513,
                                      "column": 39
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 17187,
                                    "end": 17207,
                                    "loc": {
                                      "start": {
                                        "line": 513,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 513,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 17187,
                                      "end": 17201,
                                      "loc": {
                                        "start": {
                                          "line": 513,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 513,
                                          "column": 31
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 17187,
                                        "end": 17196,
                                        "loc": {
                                          "start": {
                                            "line": 513,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 513,
                                            "column": 26
                                          },
                                          "identifierName": "attribute"
                                        },
                                        "name": "attribute"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 17197,
                                        "end": 17201,
                                        "loc": {
                                          "start": {
                                            "line": 513,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 513,
                                            "column": 31
                                          },
                                          "identifierName": "type"
                                        },
                                        "name": "type"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 17202,
                                      "end": 17207,
                                      "loc": {
                                        "start": {
                                          "line": 513,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 513,
                                          "column": 37
                                        },
                                        "identifierName": "toSql"
                                      },
                                      "name": "toSql"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                },
                                "leadingComments": null
                              },
                              "leadingComments": [
                                {
                                  "type": "CommentLine",
                                  "value": " enums are a special case",
                                  "start": 17142,
                                  "end": 17169,
                                  "loc": {
                                    "start": {
                                      "line": 512,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 512,
                                      "column": 33
                                    }
                                  }
                                }
                              ]
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 17217,
                              "end": 17412,
                              "loc": {
                                "start": {
                                  "line": 514,
                                  "column": 6
                                },
                                "end": {
                                  "line": 516,
                                  "column": 38
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 17217,
                                "end": 17411,
                                "loc": {
                                  "start": {
                                    "line": 514,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 516,
                                    "column": 37
                                  }
                                },
                                "operator": "+=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 17217,
                                  "end": 17225,
                                  "loc": {
                                    "start": {
                                      "line": 514,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 514,
                                      "column": 14
                                    },
                                    "identifierName": "template"
                                  },
                                  "name": "template"
                                },
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 17229,
                                  "end": 17411,
                                  "loc": {
                                    "start": {
                                      "line": 514,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 516,
                                      "column": 37
                                    }
                                  },
                                  "left": {
                                    "type": "BinaryExpression",
                                    "start": 17229,
                                    "end": 17404,
                                    "loc": {
                                      "start": {
                                        "line": 514,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 516,
                                        "column": 30
                                      }
                                    },
                                    "left": {
                                      "type": "BinaryExpression",
                                      "start": 17229,
                                      "end": 17288,
                                      "loc": {
                                        "start": {
                                          "line": 514,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 514,
                                          "column": 77
                                        }
                                      },
                                      "left": {
                                        "type": "BinaryExpression",
                                        "start": 17229,
                                        "end": 17279,
                                        "loc": {
                                          "start": {
                                            "line": 514,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 514,
                                            "column": 68
                                          }
                                        },
                                        "left": {
                                          "type": "StringLiteral",
                                          "start": 17229,
                                          "end": 17239,
                                          "loc": {
                                            "start": {
                                              "line": 514,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 514,
                                              "column": 28
                                            }
                                          },
                                          "extra": {
                                            "rawValue": " CHECK (",
                                            "raw": "' CHECK ('"
                                          },
                                          "value": " CHECK ("
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "CallExpression",
                                          "start": 17242,
                                          "end": 17279,
                                          "loc": {
                                            "start": {
                                              "line": 514,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 514,
                                              "column": 68
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 17242,
                                            "end": 17262,
                                            "loc": {
                                              "start": {
                                                "line": 514,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 514,
                                                "column": 51
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 17242,
                                              "end": 17246,
                                              "loc": {
                                                "start": {
                                                  "line": 514,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 514,
                                                  "column": 35
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 17247,
                                              "end": 17262,
                                              "loc": {
                                                "start": {
                                                  "line": 514,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 514,
                                                  "column": 51
                                                },
                                                "identifierName": "quoteIdentifier"
                                              },
                                              "name": "quoteIdentifier"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 17263,
                                              "end": 17278,
                                              "loc": {
                                                "start": {
                                                  "line": 514,
                                                  "column": 52
                                                },
                                                "end": {
                                                  "line": 514,
                                                  "column": 67
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 17263,
                                                "end": 17272,
                                                "loc": {
                                                  "start": {
                                                    "line": 514,
                                                    "column": 52
                                                  },
                                                  "end": {
                                                    "line": 514,
                                                    "column": 61
                                                  },
                                                  "identifierName": "attribute"
                                                },
                                                "name": "attribute"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 17273,
                                                "end": 17278,
                                                "loc": {
                                                  "start": {
                                                    "line": 514,
                                                    "column": 62
                                                  },
                                                  "end": {
                                                    "line": 514,
                                                    "column": 67
                                                  },
                                                  "identifierName": "field"
                                                },
                                                "name": "field"
                                              },
                                              "computed": false
                                            }
                                          ]
                                        }
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "StringLiteral",
                                        "start": 17282,
                                        "end": 17288,
                                        "loc": {
                                          "start": {
                                            "line": 514,
                                            "column": 71
                                          },
                                          "end": {
                                            "line": 514,
                                            "column": 77
                                          }
                                        },
                                        "extra": {
                                          "rawValue": " IN(",
                                          "raw": "' IN('"
                                        },
                                        "value": " IN("
                                      }
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 17291,
                                      "end": 17404,
                                      "loc": {
                                        "start": {
                                          "line": 514,
                                          "column": 80
                                        },
                                        "end": {
                                          "line": 516,
                                          "column": 30
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 17291,
                                        "end": 17398,
                                        "loc": {
                                          "start": {
                                            "line": 514,
                                            "column": 80
                                          },
                                          "end": {
                                            "line": 516,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "CallExpression",
                                          "start": 17291,
                                          "end": 17393,
                                          "loc": {
                                            "start": {
                                              "line": 514,
                                              "column": 80
                                            },
                                            "end": {
                                              "line": 516,
                                              "column": 19
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 17291,
                                            "end": 17302,
                                            "loc": {
                                              "start": {
                                                "line": 514,
                                                "column": 80
                                              },
                                              "end": {
                                                "line": 514,
                                                "column": 91
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 17291,
                                              "end": 17298,
                                              "loc": {
                                                "start": {
                                                  "line": 514,
                                                  "column": 80
                                                },
                                                "end": {
                                                  "line": 514,
                                                  "column": 87
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 17291,
                                                "end": 17296,
                                                "loc": {
                                                  "start": {
                                                    "line": 514,
                                                    "column": 80
                                                  },
                                                  "end": {
                                                    "line": 514,
                                                    "column": 85
                                                  },
                                                  "identifierName": "Utils"
                                                },
                                                "name": "Utils"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 17297,
                                                "end": 17298,
                                                "loc": {
                                                  "start": {
                                                    "line": 514,
                                                    "column": 86
                                                  },
                                                  "end": {
                                                    "line": 514,
                                                    "column": 87
                                                  },
                                                  "identifierName": "_"
                                                },
                                                "name": "_"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 17299,
                                              "end": 17302,
                                              "loc": {
                                                "start": {
                                                  "line": 514,
                                                  "column": 88
                                                },
                                                "end": {
                                                  "line": 514,
                                                  "column": 91
                                                },
                                                "identifierName": "map"
                                              },
                                              "name": "map"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 17303,
                                              "end": 17319,
                                              "loc": {
                                                "start": {
                                                  "line": 514,
                                                  "column": 92
                                                },
                                                "end": {
                                                  "line": 514,
                                                  "column": 108
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 17303,
                                                "end": 17312,
                                                "loc": {
                                                  "start": {
                                                    "line": 514,
                                                    "column": 92
                                                  },
                                                  "end": {
                                                    "line": 514,
                                                    "column": 101
                                                  },
                                                  "identifierName": "attribute"
                                                },
                                                "name": "attribute"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 17313,
                                                "end": 17319,
                                                "loc": {
                                                  "start": {
                                                    "line": 514,
                                                    "column": 102
                                                  },
                                                  "end": {
                                                    "line": 514,
                                                    "column": 108
                                                  },
                                                  "identifierName": "values"
                                                },
                                                "name": "values"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "CallExpression",
                                              "start": 17321,
                                              "end": 17392,
                                              "loc": {
                                                "start": {
                                                  "line": 514,
                                                  "column": 110
                                                },
                                                "end": {
                                                  "line": 516,
                                                  "column": 18
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 17321,
                                                "end": 17386,
                                                "loc": {
                                                  "start": {
                                                    "line": 514,
                                                    "column": 110
                                                  },
                                                  "end": {
                                                    "line": 516,
                                                    "column": 12
                                                  }
                                                },
                                                "object": {
                                                  "type": "FunctionExpression",
                                                  "start": 17321,
                                                  "end": 17381,
                                                  "loc": {
                                                    "start": {
                                                      "line": 514,
                                                      "column": 110
                                                    },
                                                    "end": {
                                                      "line": 516,
                                                      "column": 7
                                                    }
                                                  },
                                                  "id": null,
                                                  "generator": false,
                                                  "expression": false,
                                                  "async": false,
                                                  "params": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 17330,
                                                      "end": 17335,
                                                      "loc": {
                                                        "start": {
                                                          "line": 514,
                                                          "column": 119
                                                        },
                                                        "end": {
                                                          "line": 514,
                                                          "column": 124
                                                        },
                                                        "identifierName": "value"
                                                      },
                                                      "name": "value"
                                                    }
                                                  ],
                                                  "body": {
                                                    "type": "BlockStatement",
                                                    "start": 17337,
                                                    "end": 17381,
                                                    "loc": {
                                                      "start": {
                                                        "line": 514,
                                                        "column": 126
                                                      },
                                                      "end": {
                                                        "line": 516,
                                                        "column": 7
                                                      }
                                                    },
                                                    "body": [
                                                      {
                                                        "type": "ReturnStatement",
                                                        "start": 17347,
                                                        "end": 17373,
                                                        "loc": {
                                                          "start": {
                                                            "line": 515,
                                                            "column": 8
                                                          },
                                                          "end": {
                                                            "line": 515,
                                                            "column": 34
                                                          }
                                                        },
                                                        "argument": {
                                                          "type": "CallExpression",
                                                          "start": 17354,
                                                          "end": 17372,
                                                          "loc": {
                                                            "start": {
                                                              "line": 515,
                                                              "column": 15
                                                            },
                                                            "end": {
                                                              "line": 515,
                                                              "column": 33
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 17354,
                                                            "end": 17365,
                                                            "loc": {
                                                              "start": {
                                                                "line": 515,
                                                                "column": 15
                                                              },
                                                              "end": {
                                                                "line": 515,
                                                                "column": 26
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "start": 17354,
                                                              "end": 17358,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 515,
                                                                  "column": 15
                                                                },
                                                                "end": {
                                                                  "line": 515,
                                                                  "column": 19
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 17359,
                                                              "end": 17365,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 515,
                                                                  "column": 20
                                                                },
                                                                "end": {
                                                                  "line": 515,
                                                                  "column": 26
                                                                },
                                                                "identifierName": "escape"
                                                              },
                                                              "name": "escape"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Identifier",
                                                              "start": 17366,
                                                              "end": 17371,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 515,
                                                                  "column": 27
                                                                },
                                                                "end": {
                                                                  "line": 515,
                                                                  "column": 32
                                                                },
                                                                "identifierName": "value"
                                                              },
                                                              "name": "value"
                                                            }
                                                          ]
                                                        }
                                                      }
                                                    ],
                                                    "directives": []
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 17382,
                                                  "end": 17386,
                                                  "loc": {
                                                    "start": {
                                                      "line": 516,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 516,
                                                      "column": 12
                                                    },
                                                    "identifierName": "bind"
                                                  },
                                                  "name": "bind"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ThisExpression",
                                                  "start": 17387,
                                                  "end": 17391,
                                                  "loc": {
                                                    "start": {
                                                      "line": 516,
                                                      "column": 13
                                                    },
                                                    "end": {
                                                      "line": 516,
                                                      "column": 17
                                                    }
                                                  }
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 17394,
                                          "end": 17398,
                                          "loc": {
                                            "start": {
                                              "line": 516,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 516,
                                              "column": 24
                                            },
                                            "identifierName": "join"
                                          },
                                          "name": "join"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "StringLiteral",
                                          "start": 17399,
                                          "end": 17403,
                                          "loc": {
                                            "start": {
                                              "line": 516,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 516,
                                              "column": 29
                                            }
                                          },
                                          "extra": {
                                            "rawValue": ", ",
                                            "raw": "', '"
                                          },
                                          "value": ", "
                                        }
                                      ]
                                    }
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 17407,
                                    "end": 17411,
                                    "loc": {
                                      "start": {
                                        "line": 516,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 516,
                                        "column": 37
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "))",
                                      "raw": "'))'"
                                    },
                                    "value": "))"
                                  }
                                }
                              }
                            },
                            {
                              "type": "ReturnStatement",
                              "start": 17419,
                              "end": 17435,
                              "loc": {
                                "start": {
                                  "line": 517,
                                  "column": 6
                                },
                                "end": {
                                  "line": 517,
                                  "column": 22
                                }
                              },
                              "argument": {
                                "type": "Identifier",
                                "start": 17426,
                                "end": 17434,
                                "loc": {
                                  "start": {
                                    "line": 517,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 517,
                                    "column": 21
                                  },
                                  "identifierName": "template"
                                },
                                "name": "template"
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": {
                          "type": "BlockStatement",
                          "start": 17447,
                          "end": 17498,
                          "loc": {
                            "start": {
                              "line": 518,
                              "column": 11
                            },
                            "end": {
                              "line": 520,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 17455,
                              "end": 17492,
                              "loc": {
                                "start": {
                                  "line": 519,
                                  "column": 6
                                },
                                "end": {
                                  "line": 519,
                                  "column": 43
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 17455,
                                "end": 17491,
                                "loc": {
                                  "start": {
                                    "line": 519,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 519,
                                    "column": 42
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 17455,
                                  "end": 17463,
                                  "loc": {
                                    "start": {
                                      "line": 519,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 519,
                                      "column": 14
                                    },
                                    "identifierName": "template"
                                  },
                                  "name": "template"
                                },
                                "right": {
                                  "type": "CallExpression",
                                  "start": 17466,
                                  "end": 17491,
                                  "loc": {
                                    "start": {
                                      "line": 519,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 519,
                                      "column": 42
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 17466,
                                    "end": 17489,
                                    "loc": {
                                      "start": {
                                        "line": 519,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 519,
                                        "column": 40
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 17466,
                                      "end": 17480,
                                      "loc": {
                                        "start": {
                                          "line": 519,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 519,
                                          "column": 31
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 17466,
                                        "end": 17475,
                                        "loc": {
                                          "start": {
                                            "line": 519,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 519,
                                            "column": 26
                                          },
                                          "identifierName": "attribute"
                                        },
                                        "name": "attribute"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 17476,
                                        "end": 17480,
                                        "loc": {
                                          "start": {
                                            "line": 519,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 519,
                                            "column": 31
                                          },
                                          "identifierName": "type"
                                        },
                                        "name": "type"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 17481,
                                      "end": 17489,
                                      "loc": {
                                        "start": {
                                          "line": 519,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 519,
                                          "column": 40
                                        },
                                        "identifierName": "toString"
                                      },
                                      "name": "toString"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                }
                              }
                            }
                          ],
                          "directives": []
                        }
                      },
                      {
                        "type": "IfStatement",
                        "start": 17504,
                        "end": 17700,
                        "loc": {
                          "start": {
                            "line": 522,
                            "column": 4
                          },
                          "end": {
                            "line": 526,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 17508,
                          "end": 17537,
                          "loc": {
                            "start": {
                              "line": 522,
                              "column": 8
                            },
                            "end": {
                              "line": 522,
                              "column": 37
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 17508,
                            "end": 17527,
                            "loc": {
                              "start": {
                                "line": 522,
                                "column": 8
                              },
                              "end": {
                                "line": 522,
                                "column": 27
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 17508,
                              "end": 17517,
                              "loc": {
                                "start": {
                                  "line": 522,
                                  "column": 8
                                },
                                "end": {
                                  "line": 522,
                                  "column": 17
                                },
                                "identifierName": "attribute"
                              },
                              "name": "attribute"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 17518,
                              "end": 17527,
                              "loc": {
                                "start": {
                                  "line": 522,
                                  "column": 18
                                },
                                "end": {
                                  "line": 522,
                                  "column": 27
                                },
                                "identifierName": "allowNull"
                              },
                              "name": "allowNull"
                            },
                            "computed": false
                          },
                          "operator": "===",
                          "right": {
                            "type": "BooleanLiteral",
                            "start": 17532,
                            "end": 17537,
                            "loc": {
                              "start": {
                                "line": 522,
                                "column": 32
                              },
                              "end": {
                                "line": 522,
                                "column": 37
                              }
                            },
                            "value": false
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 17539,
                          "end": 17577,
                          "loc": {
                            "start": {
                              "line": 522,
                              "column": 39
                            },
                            "end": {
                              "line": 524,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 17547,
                              "end": 17571,
                              "loc": {
                                "start": {
                                  "line": 523,
                                  "column": 6
                                },
                                "end": {
                                  "line": 523,
                                  "column": 30
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 17547,
                                "end": 17570,
                                "loc": {
                                  "start": {
                                    "line": 523,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 523,
                                    "column": 29
                                  }
                                },
                                "operator": "+=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 17547,
                                  "end": 17555,
                                  "loc": {
                                    "start": {
                                      "line": 523,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 523,
                                      "column": 14
                                    },
                                    "identifierName": "template"
                                  },
                                  "name": "template"
                                },
                                "right": {
                                  "type": "StringLiteral",
                                  "start": 17559,
                                  "end": 17570,
                                  "loc": {
                                    "start": {
                                      "line": 523,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 523,
                                      "column": 29
                                    }
                                  },
                                  "extra": {
                                    "rawValue": " NOT NULL",
                                    "raw": "' NOT NULL'"
                                  },
                                  "value": " NOT NULL"
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": {
                          "type": "IfStatement",
                          "start": 17583,
                          "end": 17700,
                          "loc": {
                            "start": {
                              "line": 524,
                              "column": 11
                            },
                            "end": {
                              "line": 526,
                              "column": 5
                            }
                          },
                          "test": {
                            "type": "LogicalExpression",
                            "start": 17587,
                            "end": 17664,
                            "loc": {
                              "start": {
                                "line": 524,
                                "column": 15
                              },
                              "end": {
                                "line": 524,
                                "column": 92
                              }
                            },
                            "left": {
                              "type": "UnaryExpression",
                              "start": 17587,
                              "end": 17608,
                              "loc": {
                                "start": {
                                  "line": 524,
                                  "column": 15
                                },
                                "end": {
                                  "line": 524,
                                  "column": 36
                                }
                              },
                              "operator": "!",
                              "prefix": true,
                              "argument": {
                                "type": "MemberExpression",
                                "start": 17588,
                                "end": 17608,
                                "loc": {
                                  "start": {
                                    "line": 524,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 524,
                                    "column": 36
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 17588,
                                  "end": 17597,
                                  "loc": {
                                    "start": {
                                      "line": 524,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 524,
                                      "column": 25
                                    },
                                    "identifierName": "attribute"
                                  },
                                  "name": "attribute"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 17598,
                                  "end": 17608,
                                  "loc": {
                                    "start": {
                                      "line": 524,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 524,
                                      "column": 36
                                    },
                                    "identifierName": "primaryKey"
                                  },
                                  "name": "primaryKey"
                                },
                                "computed": false
                              },
                              "extra": {
                                "parenthesizedArgument": false
                              }
                            },
                            "operator": "&&",
                            "right": {
                              "type": "UnaryExpression",
                              "start": 17612,
                              "end": 17664,
                              "loc": {
                                "start": {
                                  "line": 524,
                                  "column": 40
                                },
                                "end": {
                                  "line": 524,
                                  "column": 92
                                }
                              },
                              "operator": "!",
                              "prefix": true,
                              "argument": {
                                "type": "CallExpression",
                                "start": 17613,
                                "end": 17664,
                                "loc": {
                                  "start": {
                                    "line": 524,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 524,
                                    "column": 92
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 17613,
                                  "end": 17640,
                                  "loc": {
                                    "start": {
                                      "line": 524,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 524,
                                      "column": 68
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 17613,
                                    "end": 17618,
                                    "loc": {
                                      "start": {
                                        "line": 524,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 524,
                                        "column": 46
                                      },
                                      "identifierName": "Utils"
                                    },
                                    "name": "Utils"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 17619,
                                    "end": 17640,
                                    "loc": {
                                      "start": {
                                        "line": 524,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 524,
                                        "column": 68
                                      },
                                      "identifierName": "defaultValueSchemable"
                                    },
                                    "name": "defaultValueSchemable"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 17641,
                                    "end": 17663,
                                    "loc": {
                                      "start": {
                                        "line": 524,
                                        "column": 69
                                      },
                                      "end": {
                                        "line": 524,
                                        "column": 91
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 17641,
                                      "end": 17650,
                                      "loc": {
                                        "start": {
                                          "line": 524,
                                          "column": 69
                                        },
                                        "end": {
                                          "line": 524,
                                          "column": 78
                                        },
                                        "identifierName": "attribute"
                                      },
                                      "name": "attribute"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 17651,
                                      "end": 17663,
                                      "loc": {
                                        "start": {
                                          "line": 524,
                                          "column": 79
                                        },
                                        "end": {
                                          "line": 524,
                                          "column": 91
                                        },
                                        "identifierName": "defaultValue"
                                      },
                                      "name": "defaultValue"
                                    },
                                    "computed": false
                                  }
                                ]
                              },
                              "extra": {
                                "parenthesizedArgument": false
                              }
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 17666,
                            "end": 17700,
                            "loc": {
                              "start": {
                                "line": 524,
                                "column": 94
                              },
                              "end": {
                                "line": 526,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 17674,
                                "end": 17694,
                                "loc": {
                                  "start": {
                                    "line": 525,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 525,
                                    "column": 26
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 17674,
                                  "end": 17693,
                                  "loc": {
                                    "start": {
                                      "line": 525,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 525,
                                      "column": 25
                                    }
                                  },
                                  "operator": "+=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 17674,
                                    "end": 17682,
                                    "loc": {
                                      "start": {
                                        "line": 525,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 525,
                                        "column": 14
                                      },
                                      "identifierName": "template"
                                    },
                                    "name": "template"
                                  },
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 17686,
                                    "end": 17693,
                                    "loc": {
                                      "start": {
                                        "line": 525,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 525,
                                        "column": 25
                                      }
                                    },
                                    "extra": {
                                      "rawValue": " NULL",
                                      "raw": "' NULL'"
                                    },
                                    "value": " NULL"
                                  }
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        }
                      },
                      {
                        "type": "IfStatement",
                        "start": 17706,
                        "end": 17778,
                        "loc": {
                          "start": {
                            "line": 528,
                            "column": 4
                          },
                          "end": {
                            "line": 530,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "MemberExpression",
                          "start": 17710,
                          "end": 17733,
                          "loc": {
                            "start": {
                              "line": 528,
                              "column": 8
                            },
                            "end": {
                              "line": 528,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 17710,
                            "end": 17719,
                            "loc": {
                              "start": {
                                "line": 528,
                                "column": 8
                              },
                              "end": {
                                "line": 528,
                                "column": 17
                              },
                              "identifierName": "attribute"
                            },
                            "name": "attribute"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 17720,
                            "end": 17733,
                            "loc": {
                              "start": {
                                "line": 528,
                                "column": 18
                              },
                              "end": {
                                "line": 528,
                                "column": 31
                              },
                              "identifierName": "autoIncrement"
                            },
                            "name": "autoIncrement"
                          },
                          "computed": false
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 17735,
                          "end": 17778,
                          "loc": {
                            "start": {
                              "line": 528,
                              "column": 33
                            },
                            "end": {
                              "line": 530,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 17743,
                              "end": 17772,
                              "loc": {
                                "start": {
                                  "line": 529,
                                  "column": 6
                                },
                                "end": {
                                  "line": 529,
                                  "column": 35
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 17743,
                                "end": 17771,
                                "loc": {
                                  "start": {
                                    "line": 529,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 529,
                                    "column": 34
                                  }
                                },
                                "operator": "+=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 17743,
                                  "end": 17751,
                                  "loc": {
                                    "start": {
                                      "line": 529,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 529,
                                      "column": 14
                                    },
                                    "identifierName": "template"
                                  },
                                  "name": "template"
                                },
                                "right": {
                                  "type": "StringLiteral",
                                  "start": 17755,
                                  "end": 17771,
                                  "loc": {
                                    "start": {
                                      "line": 529,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 529,
                                      "column": 34
                                    }
                                  },
                                  "extra": {
                                    "rawValue": " IDENTITY(1,1)",
                                    "raw": "' IDENTITY(1,1)'"
                                  },
                                  "value": " IDENTITY(1,1)"
                                }
                              }
                            }
                          ],
                          "directives": [],
                          "trailingComments": null
                        },
                        "alternate": null,
                        "trailingComments": [
                          {
                            "type": "CommentLine",
                            "value": " Blobs/texts cannot have a defaultValue",
                            "start": 17784,
                            "end": 17825,
                            "loc": {
                              "start": {
                                "line": 532,
                                "column": 4
                              },
                              "end": {
                                "line": 532,
                                "column": 45
                              }
                            }
                          }
                        ]
                      },
                      {
                        "type": "IfStatement",
                        "start": 17830,
                        "end": 18035,
                        "loc": {
                          "start": {
                            "line": 533,
                            "column": 4
                          },
                          "end": {
                            "line": 536,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "LogicalExpression",
                          "start": 17834,
                          "end": 17957,
                          "loc": {
                            "start": {
                              "line": 533,
                              "column": 8
                            },
                            "end": {
                              "line": 534,
                              "column": 59
                            }
                          },
                          "left": {
                            "type": "LogicalExpression",
                            "start": 17834,
                            "end": 17894,
                            "loc": {
                              "start": {
                                "line": 533,
                                "column": 8
                              },
                              "end": {
                                "line": 533,
                                "column": 68
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 17834,
                              "end": 17859,
                              "loc": {
                                "start": {
                                  "line": 533,
                                  "column": 8
                                },
                                "end": {
                                  "line": 533,
                                  "column": 33
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 17834,
                                "end": 17848,
                                "loc": {
                                  "start": {
                                    "line": 533,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 533,
                                    "column": 22
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 17834,
                                  "end": 17843,
                                  "loc": {
                                    "start": {
                                      "line": 533,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 533,
                                      "column": 17
                                    },
                                    "identifierName": "attribute"
                                  },
                                  "name": "attribute",
                                  "leadingComments": null
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 17844,
                                  "end": 17848,
                                  "loc": {
                                    "start": {
                                      "line": 533,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 533,
                                      "column": 22
                                    },
                                    "identifierName": "type"
                                  },
                                  "name": "type"
                                },
                                "computed": false,
                                "leadingComments": null
                              },
                              "operator": "!==",
                              "right": {
                                "type": "StringLiteral",
                                "start": 17853,
                                "end": 17859,
                                "loc": {
                                  "start": {
                                    "line": 533,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 533,
                                    "column": 33
                                  }
                                },
                                "extra": {
                                  "rawValue": "TEXT",
                                  "raw": "'TEXT'"
                                },
                                "value": "TEXT"
                              },
                              "leadingComments": null
                            },
                            "operator": "&&",
                            "right": {
                              "type": "BinaryExpression",
                              "start": 17863,
                              "end": 17894,
                              "loc": {
                                "start": {
                                  "line": 533,
                                  "column": 37
                                },
                                "end": {
                                  "line": 533,
                                  "column": 68
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 17863,
                                "end": 17885,
                                "loc": {
                                  "start": {
                                    "line": 533,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 533,
                                    "column": 59
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 17863,
                                  "end": 17877,
                                  "loc": {
                                    "start": {
                                      "line": 533,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 533,
                                      "column": 51
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 17863,
                                    "end": 17872,
                                    "loc": {
                                      "start": {
                                        "line": 533,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 533,
                                        "column": 46
                                      },
                                      "identifierName": "attribute"
                                    },
                                    "name": "attribute"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 17873,
                                    "end": 17877,
                                    "loc": {
                                      "start": {
                                        "line": 533,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 533,
                                        "column": 51
                                      },
                                      "identifierName": "type"
                                    },
                                    "name": "type"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 17878,
                                  "end": 17885,
                                  "loc": {
                                    "start": {
                                      "line": 533,
                                      "column": 52
                                    },
                                    "end": {
                                      "line": 533,
                                      "column": 59
                                    },
                                    "identifierName": "_binary"
                                  },
                                  "name": "_binary"
                                },
                                "computed": false
                              },
                              "operator": "!==",
                              "right": {
                                "type": "BooleanLiteral",
                                "start": 17890,
                                "end": 17894,
                                "loc": {
                                  "start": {
                                    "line": 533,
                                    "column": 64
                                  },
                                  "end": {
                                    "line": 533,
                                    "column": 68
                                  }
                                },
                                "value": true
                              }
                            },
                            "leadingComments": null
                          },
                          "operator": "&&",
                          "right": {
                            "type": "CallExpression",
                            "start": 17906,
                            "end": 17957,
                            "loc": {
                              "start": {
                                "line": 534,
                                "column": 8
                              },
                              "end": {
                                "line": 534,
                                "column": 59
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 17906,
                              "end": 17933,
                              "loc": {
                                "start": {
                                  "line": 534,
                                  "column": 8
                                },
                                "end": {
                                  "line": 534,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 17906,
                                "end": 17911,
                                "loc": {
                                  "start": {
                                    "line": 534,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 534,
                                    "column": 13
                                  },
                                  "identifierName": "Utils"
                                },
                                "name": "Utils"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 17912,
                                "end": 17933,
                                "loc": {
                                  "start": {
                                    "line": 534,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 534,
                                    "column": 35
                                  },
                                  "identifierName": "defaultValueSchemable"
                                },
                                "name": "defaultValueSchemable"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 17934,
                                "end": 17956,
                                "loc": {
                                  "start": {
                                    "line": 534,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 534,
                                    "column": 58
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 17934,
                                  "end": 17943,
                                  "loc": {
                                    "start": {
                                      "line": 534,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 534,
                                      "column": 45
                                    },
                                    "identifierName": "attribute"
                                  },
                                  "name": "attribute"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 17944,
                                  "end": 17956,
                                  "loc": {
                                    "start": {
                                      "line": 534,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 534,
                                      "column": 58
                                    },
                                    "identifierName": "defaultValue"
                                  },
                                  "name": "defaultValue"
                                },
                                "computed": false
                              }
                            ]
                          },
                          "leadingComments": null
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 17959,
                          "end": 18035,
                          "loc": {
                            "start": {
                              "line": 534,
                              "column": 61
                            },
                            "end": {
                              "line": 536,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 17967,
                              "end": 18029,
                              "loc": {
                                "start": {
                                  "line": 535,
                                  "column": 6
                                },
                                "end": {
                                  "line": 535,
                                  "column": 68
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 17967,
                                "end": 18028,
                                "loc": {
                                  "start": {
                                    "line": 535,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 535,
                                    "column": 67
                                  }
                                },
                                "operator": "+=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 17967,
                                  "end": 17975,
                                  "loc": {
                                    "start": {
                                      "line": 535,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 535,
                                      "column": 14
                                    },
                                    "identifierName": "template"
                                  },
                                  "name": "template"
                                },
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 17979,
                                  "end": 18028,
                                  "loc": {
                                    "start": {
                                      "line": 535,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 535,
                                      "column": 67
                                    }
                                  },
                                  "left": {
                                    "type": "StringLiteral",
                                    "start": 17979,
                                    "end": 17990,
                                    "loc": {
                                      "start": {
                                        "line": 535,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 535,
                                        "column": 29
                                      }
                                    },
                                    "extra": {
                                      "rawValue": " DEFAULT ",
                                      "raw": "' DEFAULT '"
                                    },
                                    "value": " DEFAULT "
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 17993,
                                    "end": 18028,
                                    "loc": {
                                      "start": {
                                        "line": 535,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 535,
                                        "column": 67
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 17993,
                                      "end": 18004,
                                      "loc": {
                                        "start": {
                                          "line": 535,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 535,
                                          "column": 43
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 17993,
                                        "end": 17997,
                                        "loc": {
                                          "start": {
                                            "line": 535,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 535,
                                            "column": 36
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 17998,
                                        "end": 18004,
                                        "loc": {
                                          "start": {
                                            "line": 535,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 535,
                                            "column": 43
                                          },
                                          "identifierName": "escape"
                                        },
                                        "name": "escape"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 18005,
                                        "end": 18027,
                                        "loc": {
                                          "start": {
                                            "line": 535,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 535,
                                            "column": 66
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 18005,
                                          "end": 18014,
                                          "loc": {
                                            "start": {
                                              "line": 535,
                                              "column": 44
                                            },
                                            "end": {
                                              "line": 535,
                                              "column": 53
                                            },
                                            "identifierName": "attribute"
                                          },
                                          "name": "attribute"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 18015,
                                          "end": 18027,
                                          "loc": {
                                            "start": {
                                              "line": 535,
                                              "column": 54
                                            },
                                            "end": {
                                              "line": 535,
                                              "column": 66
                                            },
                                            "identifierName": "defaultValue"
                                          },
                                          "name": "defaultValue"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null,
                        "leadingComments": [
                          {
                            "type": "CommentLine",
                            "value": " Blobs/texts cannot have a defaultValue",
                            "start": 17784,
                            "end": 17825,
                            "loc": {
                              "start": {
                                "line": 532,
                                "column": 4
                              },
                              "end": {
                                "line": 532,
                                "column": 45
                              }
                            }
                          }
                        ]
                      },
                      {
                        "type": "IfStatement",
                        "start": 18041,
                        "end": 18108,
                        "loc": {
                          "start": {
                            "line": 538,
                            "column": 4
                          },
                          "end": {
                            "line": 540,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 18045,
                          "end": 18070,
                          "loc": {
                            "start": {
                              "line": 538,
                              "column": 8
                            },
                            "end": {
                              "line": 538,
                              "column": 33
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 18045,
                            "end": 18061,
                            "loc": {
                              "start": {
                                "line": 538,
                                "column": 8
                              },
                              "end": {
                                "line": 538,
                                "column": 24
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 18045,
                              "end": 18054,
                              "loc": {
                                "start": {
                                  "line": 538,
                                  "column": 8
                                },
                                "end": {
                                  "line": 538,
                                  "column": 17
                                },
                                "identifierName": "attribute"
                              },
                              "name": "attribute"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 18055,
                              "end": 18061,
                              "loc": {
                                "start": {
                                  "line": 538,
                                  "column": 18
                                },
                                "end": {
                                  "line": 538,
                                  "column": 24
                                },
                                "identifierName": "unique"
                              },
                              "name": "unique"
                            },
                            "computed": false
                          },
                          "operator": "===",
                          "right": {
                            "type": "BooleanLiteral",
                            "start": 18066,
                            "end": 18070,
                            "loc": {
                              "start": {
                                "line": 538,
                                "column": 29
                              },
                              "end": {
                                "line": 538,
                                "column": 33
                              }
                            },
                            "value": true
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 18072,
                          "end": 18108,
                          "loc": {
                            "start": {
                              "line": 538,
                              "column": 35
                            },
                            "end": {
                              "line": 540,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 18080,
                              "end": 18102,
                              "loc": {
                                "start": {
                                  "line": 539,
                                  "column": 6
                                },
                                "end": {
                                  "line": 539,
                                  "column": 28
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 18080,
                                "end": 18101,
                                "loc": {
                                  "start": {
                                    "line": 539,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 539,
                                    "column": 27
                                  }
                                },
                                "operator": "+=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 18080,
                                  "end": 18088,
                                  "loc": {
                                    "start": {
                                      "line": 539,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 539,
                                      "column": 14
                                    },
                                    "identifierName": "template"
                                  },
                                  "name": "template"
                                },
                                "right": {
                                  "type": "StringLiteral",
                                  "start": 18092,
                                  "end": 18101,
                                  "loc": {
                                    "start": {
                                      "line": 539,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 539,
                                      "column": 27
                                    }
                                  },
                                  "extra": {
                                    "rawValue": " UNIQUE",
                                    "raw": "' UNIQUE'"
                                  },
                                  "value": " UNIQUE"
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "IfStatement",
                        "start": 18114,
                        "end": 18181,
                        "loc": {
                          "start": {
                            "line": 542,
                            "column": 4
                          },
                          "end": {
                            "line": 544,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "MemberExpression",
                          "start": 18118,
                          "end": 18138,
                          "loc": {
                            "start": {
                              "line": 542,
                              "column": 8
                            },
                            "end": {
                              "line": 542,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 18118,
                            "end": 18127,
                            "loc": {
                              "start": {
                                "line": 542,
                                "column": 8
                              },
                              "end": {
                                "line": 542,
                                "column": 17
                              },
                              "identifierName": "attribute"
                            },
                            "name": "attribute"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 18128,
                            "end": 18138,
                            "loc": {
                              "start": {
                                "line": 542,
                                "column": 18
                              },
                              "end": {
                                "line": 542,
                                "column": 28
                              },
                              "identifierName": "primaryKey"
                            },
                            "name": "primaryKey"
                          },
                          "computed": false
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 18140,
                          "end": 18181,
                          "loc": {
                            "start": {
                              "line": 542,
                              "column": 30
                            },
                            "end": {
                              "line": 544,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 18148,
                              "end": 18175,
                              "loc": {
                                "start": {
                                  "line": 543,
                                  "column": 6
                                },
                                "end": {
                                  "line": 543,
                                  "column": 33
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 18148,
                                "end": 18174,
                                "loc": {
                                  "start": {
                                    "line": 543,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 543,
                                    "column": 32
                                  }
                                },
                                "operator": "+=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 18148,
                                  "end": 18156,
                                  "loc": {
                                    "start": {
                                      "line": 543,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 543,
                                      "column": 14
                                    },
                                    "identifierName": "template"
                                  },
                                  "name": "template"
                                },
                                "right": {
                                  "type": "StringLiteral",
                                  "start": 18160,
                                  "end": 18174,
                                  "loc": {
                                    "start": {
                                      "line": 543,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 543,
                                      "column": 32
                                    }
                                  },
                                  "extra": {
                                    "rawValue": " PRIMARY KEY",
                                    "raw": "' PRIMARY KEY'"
                                  },
                                  "value": " PRIMARY KEY"
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "IfStatement",
                        "start": 18187,
                        "end": 18726,
                        "loc": {
                          "start": {
                            "line": 546,
                            "column": 4
                          },
                          "end": {
                            "line": 562,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "MemberExpression",
                          "start": 18191,
                          "end": 18211,
                          "loc": {
                            "start": {
                              "line": 546,
                              "column": 8
                            },
                            "end": {
                              "line": 546,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 18191,
                            "end": 18200,
                            "loc": {
                              "start": {
                                "line": 546,
                                "column": 8
                              },
                              "end": {
                                "line": 546,
                                "column": 17
                              },
                              "identifierName": "attribute"
                            },
                            "name": "attribute"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 18201,
                            "end": 18211,
                            "loc": {
                              "start": {
                                "line": 546,
                                "column": 18
                              },
                              "end": {
                                "line": 546,
                                "column": 28
                              },
                              "identifierName": "references"
                            },
                            "name": "references"
                          },
                          "computed": false
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 18213,
                          "end": 18726,
                          "loc": {
                            "start": {
                              "line": 546,
                              "column": 30
                            },
                            "end": {
                              "line": 562,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 18221,
                              "end": 18294,
                              "loc": {
                                "start": {
                                  "line": 547,
                                  "column": 6
                                },
                                "end": {
                                  "line": 547,
                                  "column": 79
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 18221,
                                "end": 18293,
                                "loc": {
                                  "start": {
                                    "line": 547,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 547,
                                    "column": 78
                                  }
                                },
                                "operator": "+=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 18221,
                                  "end": 18229,
                                  "loc": {
                                    "start": {
                                      "line": 547,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 547,
                                      "column": 14
                                    },
                                    "identifierName": "template"
                                  },
                                  "name": "template"
                                },
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 18233,
                                  "end": 18293,
                                  "loc": {
                                    "start": {
                                      "line": 547,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 547,
                                      "column": 78
                                    }
                                  },
                                  "left": {
                                    "type": "StringLiteral",
                                    "start": 18233,
                                    "end": 18247,
                                    "loc": {
                                      "start": {
                                        "line": 547,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 547,
                                        "column": 32
                                      }
                                    },
                                    "extra": {
                                      "rawValue": " REFERENCES ",
                                      "raw": "' REFERENCES '"
                                    },
                                    "value": " REFERENCES "
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 18250,
                                    "end": 18293,
                                    "loc": {
                                      "start": {
                                        "line": 547,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 547,
                                        "column": 78
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 18250,
                                      "end": 18265,
                                      "loc": {
                                        "start": {
                                          "line": 547,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 547,
                                          "column": 50
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 18250,
                                        "end": 18254,
                                        "loc": {
                                          "start": {
                                            "line": 547,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 547,
                                            "column": 39
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 18255,
                                        "end": 18265,
                                        "loc": {
                                          "start": {
                                            "line": 547,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 547,
                                            "column": 50
                                          },
                                          "identifierName": "quoteTable"
                                        },
                                        "name": "quoteTable"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 18266,
                                        "end": 18292,
                                        "loc": {
                                          "start": {
                                            "line": 547,
                                            "column": 51
                                          },
                                          "end": {
                                            "line": 547,
                                            "column": 77
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 18266,
                                          "end": 18286,
                                          "loc": {
                                            "start": {
                                              "line": 547,
                                              "column": 51
                                            },
                                            "end": {
                                              "line": 547,
                                              "column": 71
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 18266,
                                            "end": 18275,
                                            "loc": {
                                              "start": {
                                                "line": 547,
                                                "column": 51
                                              },
                                              "end": {
                                                "line": 547,
                                                "column": 60
                                              },
                                              "identifierName": "attribute"
                                            },
                                            "name": "attribute"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 18276,
                                            "end": 18286,
                                            "loc": {
                                              "start": {
                                                "line": 547,
                                                "column": 61
                                              },
                                              "end": {
                                                "line": 547,
                                                "column": 71
                                              },
                                              "identifierName": "references"
                                            },
                                            "name": "references"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 18287,
                                          "end": 18292,
                                          "loc": {
                                            "start": {
                                              "line": 547,
                                              "column": 72
                                            },
                                            "end": {
                                              "line": 547,
                                              "column": 77
                                            },
                                            "identifierName": "model"
                                          },
                                          "name": "model"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                }
                              }
                            },
                            {
                              "type": "IfStatement",
                              "start": 18302,
                              "end": 18498,
                              "loc": {
                                "start": {
                                  "line": 549,
                                  "column": 6
                                },
                                "end": {
                                  "line": 553,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "MemberExpression",
                                "start": 18306,
                                "end": 18330,
                                "loc": {
                                  "start": {
                                    "line": 549,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 549,
                                    "column": 34
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 18306,
                                  "end": 18326,
                                  "loc": {
                                    "start": {
                                      "line": 549,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 549,
                                      "column": 30
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 18306,
                                    "end": 18315,
                                    "loc": {
                                      "start": {
                                        "line": 549,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 549,
                                        "column": 19
                                      },
                                      "identifierName": "attribute"
                                    },
                                    "name": "attribute"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 18316,
                                    "end": 18326,
                                    "loc": {
                                      "start": {
                                        "line": 549,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 549,
                                        "column": 30
                                      },
                                      "identifierName": "references"
                                    },
                                    "name": "references"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 18327,
                                  "end": 18330,
                                  "loc": {
                                    "start": {
                                      "line": 549,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 549,
                                      "column": 34
                                    },
                                    "identifierName": "key"
                                  },
                                  "name": "key"
                                },
                                "computed": false
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 18332,
                                "end": 18422,
                                "loc": {
                                  "start": {
                                    "line": 549,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 551,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 18342,
                                    "end": 18414,
                                    "loc": {
                                      "start": {
                                        "line": 550,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 550,
                                        "column": 80
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 18342,
                                      "end": 18413,
                                      "loc": {
                                        "start": {
                                          "line": 550,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 550,
                                          "column": 79
                                        }
                                      },
                                      "operator": "+=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 18342,
                                        "end": 18350,
                                        "loc": {
                                          "start": {
                                            "line": 550,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 550,
                                            "column": 16
                                          },
                                          "identifierName": "template"
                                        },
                                        "name": "template"
                                      },
                                      "right": {
                                        "type": "BinaryExpression",
                                        "start": 18354,
                                        "end": 18413,
                                        "loc": {
                                          "start": {
                                            "line": 550,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 550,
                                            "column": 79
                                          }
                                        },
                                        "left": {
                                          "type": "BinaryExpression",
                                          "start": 18354,
                                          "end": 18407,
                                          "loc": {
                                            "start": {
                                              "line": 550,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 550,
                                              "column": 73
                                            }
                                          },
                                          "left": {
                                            "type": "StringLiteral",
                                            "start": 18354,
                                            "end": 18358,
                                            "loc": {
                                              "start": {
                                                "line": 550,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 550,
                                                "column": 24
                                              }
                                            },
                                            "extra": {
                                              "rawValue": " (",
                                              "raw": "' ('"
                                            },
                                            "value": " ("
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "CallExpression",
                                            "start": 18361,
                                            "end": 18407,
                                            "loc": {
                                              "start": {
                                                "line": 550,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 550,
                                                "column": 73
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 18361,
                                              "end": 18381,
                                              "loc": {
                                                "start": {
                                                  "line": 550,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 550,
                                                  "column": 47
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 18361,
                                                "end": 18365,
                                                "loc": {
                                                  "start": {
                                                    "line": 550,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 550,
                                                    "column": 31
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 18366,
                                                "end": 18381,
                                                "loc": {
                                                  "start": {
                                                    "line": 550,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 550,
                                                    "column": 47
                                                  },
                                                  "identifierName": "quoteIdentifier"
                                                },
                                                "name": "quoteIdentifier"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 18382,
                                                "end": 18406,
                                                "loc": {
                                                  "start": {
                                                    "line": 550,
                                                    "column": 48
                                                  },
                                                  "end": {
                                                    "line": 550,
                                                    "column": 72
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 18382,
                                                  "end": 18402,
                                                  "loc": {
                                                    "start": {
                                                      "line": 550,
                                                      "column": 48
                                                    },
                                                    "end": {
                                                      "line": 550,
                                                      "column": 68
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 18382,
                                                    "end": 18391,
                                                    "loc": {
                                                      "start": {
                                                        "line": 550,
                                                        "column": 48
                                                      },
                                                      "end": {
                                                        "line": 550,
                                                        "column": 57
                                                      },
                                                      "identifierName": "attribute"
                                                    },
                                                    "name": "attribute"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 18392,
                                                    "end": 18402,
                                                    "loc": {
                                                      "start": {
                                                        "line": 550,
                                                        "column": 58
                                                      },
                                                      "end": {
                                                        "line": 550,
                                                        "column": 68
                                                      },
                                                      "identifierName": "references"
                                                    },
                                                    "name": "references"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 18403,
                                                  "end": 18406,
                                                  "loc": {
                                                    "start": {
                                                      "line": 550,
                                                      "column": 69
                                                    },
                                                    "end": {
                                                      "line": 550,
                                                      "column": 72
                                                    },
                                                    "identifierName": "key"
                                                  },
                                                  "name": "key"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "StringLiteral",
                                          "start": 18410,
                                          "end": 18413,
                                          "loc": {
                                            "start": {
                                              "line": 550,
                                              "column": 76
                                            },
                                            "end": {
                                              "line": 550,
                                              "column": 79
                                            }
                                          },
                                          "extra": {
                                            "rawValue": ")",
                                            "raw": "')'"
                                          },
                                          "value": ")"
                                        }
                                      }
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": {
                                "type": "BlockStatement",
                                "start": 18428,
                                "end": 18498,
                                "loc": {
                                  "start": {
                                    "line": 551,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 553,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 18438,
                                    "end": 18490,
                                    "loc": {
                                      "start": {
                                        "line": 552,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 552,
                                        "column": 60
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 18438,
                                      "end": 18489,
                                      "loc": {
                                        "start": {
                                          "line": 552,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 552,
                                          "column": 59
                                        }
                                      },
                                      "operator": "+=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 18438,
                                        "end": 18446,
                                        "loc": {
                                          "start": {
                                            "line": 552,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 552,
                                            "column": 16
                                          },
                                          "identifierName": "template"
                                        },
                                        "name": "template"
                                      },
                                      "right": {
                                        "type": "BinaryExpression",
                                        "start": 18450,
                                        "end": 18489,
                                        "loc": {
                                          "start": {
                                            "line": 552,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 552,
                                            "column": 59
                                          }
                                        },
                                        "left": {
                                          "type": "BinaryExpression",
                                          "start": 18450,
                                          "end": 18483,
                                          "loc": {
                                            "start": {
                                              "line": 552,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 552,
                                              "column": 53
                                            }
                                          },
                                          "left": {
                                            "type": "StringLiteral",
                                            "start": 18450,
                                            "end": 18454,
                                            "loc": {
                                              "start": {
                                                "line": 552,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 552,
                                                "column": 24
                                              }
                                            },
                                            "extra": {
                                              "rawValue": " (",
                                              "raw": "' ('"
                                            },
                                            "value": " ("
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "CallExpression",
                                            "start": 18457,
                                            "end": 18483,
                                            "loc": {
                                              "start": {
                                                "line": 552,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 552,
                                                "column": 53
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 18457,
                                              "end": 18477,
                                              "loc": {
                                                "start": {
                                                  "line": 552,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 552,
                                                  "column": 47
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 18457,
                                                "end": 18461,
                                                "loc": {
                                                  "start": {
                                                    "line": 552,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 552,
                                                    "column": 31
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 18462,
                                                "end": 18477,
                                                "loc": {
                                                  "start": {
                                                    "line": 552,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 552,
                                                    "column": 47
                                                  },
                                                  "identifierName": "quoteIdentifier"
                                                },
                                                "name": "quoteIdentifier"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "StringLiteral",
                                                "start": 18478,
                                                "end": 18482,
                                                "loc": {
                                                  "start": {
                                                    "line": 552,
                                                    "column": 48
                                                  },
                                                  "end": {
                                                    "line": 552,
                                                    "column": 52
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "id",
                                                  "raw": "'id'"
                                                },
                                                "value": "id"
                                              }
                                            ]
                                          }
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "StringLiteral",
                                          "start": 18486,
                                          "end": 18489,
                                          "loc": {
                                            "start": {
                                              "line": 552,
                                              "column": 56
                                            },
                                            "end": {
                                              "line": 552,
                                              "column": 59
                                            }
                                          },
                                          "extra": {
                                            "rawValue": ")",
                                            "raw": "')'"
                                          },
                                          "value": ")"
                                        }
                                      }
                                    }
                                  }
                                ],
                                "directives": []
                              }
                            },
                            {
                              "type": "IfStatement",
                              "start": 18506,
                              "end": 18609,
                              "loc": {
                                "start": {
                                  "line": 555,
                                  "column": 6
                                },
                                "end": {
                                  "line": 557,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "MemberExpression",
                                "start": 18510,
                                "end": 18528,
                                "loc": {
                                  "start": {
                                    "line": 555,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 555,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 18510,
                                  "end": 18519,
                                  "loc": {
                                    "start": {
                                      "line": 555,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 555,
                                      "column": 19
                                    },
                                    "identifierName": "attribute"
                                  },
                                  "name": "attribute"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 18520,
                                  "end": 18528,
                                  "loc": {
                                    "start": {
                                      "line": 555,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 555,
                                      "column": 28
                                    },
                                    "identifierName": "onDelete"
                                  },
                                  "name": "onDelete"
                                },
                                "computed": false
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 18530,
                                "end": 18609,
                                "loc": {
                                  "start": {
                                    "line": 555,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 557,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 18540,
                                    "end": 18601,
                                    "loc": {
                                      "start": {
                                        "line": 556,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 556,
                                        "column": 69
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 18540,
                                      "end": 18600,
                                      "loc": {
                                        "start": {
                                          "line": 556,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 556,
                                          "column": 68
                                        }
                                      },
                                      "operator": "+=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 18540,
                                        "end": 18548,
                                        "loc": {
                                          "start": {
                                            "line": 556,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 556,
                                            "column": 16
                                          },
                                          "identifierName": "template"
                                        },
                                        "name": "template"
                                      },
                                      "right": {
                                        "type": "BinaryExpression",
                                        "start": 18552,
                                        "end": 18600,
                                        "loc": {
                                          "start": {
                                            "line": 556,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 556,
                                            "column": 68
                                          }
                                        },
                                        "left": {
                                          "type": "StringLiteral",
                                          "start": 18552,
                                          "end": 18565,
                                          "loc": {
                                            "start": {
                                              "line": 556,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 556,
                                              "column": 33
                                            }
                                          },
                                          "extra": {
                                            "rawValue": " ON DELETE ",
                                            "raw": "' ON DELETE '"
                                          },
                                          "value": " ON DELETE "
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "CallExpression",
                                          "start": 18568,
                                          "end": 18600,
                                          "loc": {
                                            "start": {
                                              "line": 556,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 556,
                                              "column": 68
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 18568,
                                            "end": 18598,
                                            "loc": {
                                              "start": {
                                                "line": 556,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 556,
                                                "column": 66
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 18568,
                                              "end": 18586,
                                              "loc": {
                                                "start": {
                                                  "line": 556,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 556,
                                                  "column": 54
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 18568,
                                                "end": 18577,
                                                "loc": {
                                                  "start": {
                                                    "line": 556,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 556,
                                                    "column": 45
                                                  },
                                                  "identifierName": "attribute"
                                                },
                                                "name": "attribute"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 18578,
                                                "end": 18586,
                                                "loc": {
                                                  "start": {
                                                    "line": 556,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 556,
                                                    "column": 54
                                                  },
                                                  "identifierName": "onDelete"
                                                },
                                                "name": "onDelete"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 18587,
                                              "end": 18598,
                                              "loc": {
                                                "start": {
                                                  "line": 556,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 556,
                                                  "column": 66
                                                },
                                                "identifierName": "toUpperCase"
                                              },
                                              "name": "toUpperCase"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      }
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": null
                            },
                            {
                              "type": "IfStatement",
                              "start": 18617,
                              "end": 18720,
                              "loc": {
                                "start": {
                                  "line": 559,
                                  "column": 6
                                },
                                "end": {
                                  "line": 561,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "MemberExpression",
                                "start": 18621,
                                "end": 18639,
                                "loc": {
                                  "start": {
                                    "line": 559,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 559,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 18621,
                                  "end": 18630,
                                  "loc": {
                                    "start": {
                                      "line": 559,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 559,
                                      "column": 19
                                    },
                                    "identifierName": "attribute"
                                  },
                                  "name": "attribute"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 18631,
                                  "end": 18639,
                                  "loc": {
                                    "start": {
                                      "line": 559,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 559,
                                      "column": 28
                                    },
                                    "identifierName": "onUpdate"
                                  },
                                  "name": "onUpdate"
                                },
                                "computed": false
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 18641,
                                "end": 18720,
                                "loc": {
                                  "start": {
                                    "line": 559,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 561,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 18651,
                                    "end": 18712,
                                    "loc": {
                                      "start": {
                                        "line": 560,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 560,
                                        "column": 69
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 18651,
                                      "end": 18711,
                                      "loc": {
                                        "start": {
                                          "line": 560,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 560,
                                          "column": 68
                                        }
                                      },
                                      "operator": "+=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 18651,
                                        "end": 18659,
                                        "loc": {
                                          "start": {
                                            "line": 560,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 560,
                                            "column": 16
                                          },
                                          "identifierName": "template"
                                        },
                                        "name": "template"
                                      },
                                      "right": {
                                        "type": "BinaryExpression",
                                        "start": 18663,
                                        "end": 18711,
                                        "loc": {
                                          "start": {
                                            "line": 560,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 560,
                                            "column": 68
                                          }
                                        },
                                        "left": {
                                          "type": "StringLiteral",
                                          "start": 18663,
                                          "end": 18676,
                                          "loc": {
                                            "start": {
                                              "line": 560,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 560,
                                              "column": 33
                                            }
                                          },
                                          "extra": {
                                            "rawValue": " ON UPDATE ",
                                            "raw": "' ON UPDATE '"
                                          },
                                          "value": " ON UPDATE "
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "CallExpression",
                                          "start": 18679,
                                          "end": 18711,
                                          "loc": {
                                            "start": {
                                              "line": 560,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 560,
                                              "column": 68
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 18679,
                                            "end": 18709,
                                            "loc": {
                                              "start": {
                                                "line": 560,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 560,
                                                "column": 66
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 18679,
                                              "end": 18697,
                                              "loc": {
                                                "start": {
                                                  "line": 560,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 560,
                                                  "column": 54
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 18679,
                                                "end": 18688,
                                                "loc": {
                                                  "start": {
                                                    "line": 560,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 560,
                                                    "column": 45
                                                  },
                                                  "identifierName": "attribute"
                                                },
                                                "name": "attribute"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 18689,
                                                "end": 18697,
                                                "loc": {
                                                  "start": {
                                                    "line": 560,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 560,
                                                    "column": 54
                                                  },
                                                  "identifierName": "onUpdate"
                                                },
                                                "name": "onUpdate"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 18698,
                                              "end": 18709,
                                              "loc": {
                                                "start": {
                                                  "line": 560,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 560,
                                                  "column": 66
                                                },
                                                "identifierName": "toUpperCase"
                                              },
                                              "name": "toUpperCase"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      }
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": null
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 18732,
                        "end": 18748,
                        "loc": {
                          "start": {
                            "line": 564,
                            "column": 4
                          },
                          "end": {
                            "line": 564,
                            "column": 20
                          }
                        },
                        "argument": {
                          "type": "Identifier",
                          "start": 18739,
                          "end": 18747,
                          "loc": {
                            "start": {
                              "line": 564,
                              "column": 11
                            },
                            "end": {
                              "line": 564,
                              "column": 19
                            },
                            "identifierName": "template"
                          },
                          "name": "template"
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 18757,
                  "end": 19726,
                  "loc": {
                    "start": {
                      "line": 567,
                      "column": 2
                    },
                    "end": {
                      "line": 598,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 18757,
                    "end": 18772,
                    "loc": {
                      "start": {
                        "line": 567,
                        "column": 2
                      },
                      "end": {
                        "line": 567,
                        "column": 17
                      },
                      "identifierName": "attributesToSQL"
                    },
                    "name": "attributesToSQL"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 18773,
                      "end": 18783,
                      "loc": {
                        "start": {
                          "line": 567,
                          "column": 18
                        },
                        "end": {
                          "line": 567,
                          "column": 28
                        },
                        "identifierName": "attributes"
                      },
                      "name": "attributes"
                    },
                    {
                      "type": "Identifier",
                      "start": 18785,
                      "end": 18792,
                      "loc": {
                        "start": {
                          "line": 567,
                          "column": 30
                        },
                        "end": {
                          "line": 567,
                          "column": 37
                        },
                        "identifierName": "options"
                      },
                      "name": "options"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 18794,
                    "end": 19726,
                    "loc": {
                      "start": {
                        "line": 567,
                        "column": 39
                      },
                      "end": {
                        "line": 598,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 18800,
                        "end": 18879,
                        "loc": {
                          "start": {
                            "line": 568,
                            "column": 4
                          },
                          "end": {
                            "line": 571,
                            "column": 33
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 18804,
                            "end": 18815,
                            "loc": {
                              "start": {
                                "line": 568,
                                "column": 8
                              },
                              "end": {
                                "line": 568,
                                "column": 19
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 18804,
                              "end": 18810,
                              "loc": {
                                "start": {
                                  "line": 568,
                                  "column": 8
                                },
                                "end": {
                                  "line": 568,
                                  "column": 14
                                },
                                "identifierName": "result"
                              },
                              "name": "result"
                            },
                            "init": {
                              "type": "ObjectExpression",
                              "start": 18813,
                              "end": 18815,
                              "loc": {
                                "start": {
                                  "line": 568,
                                  "column": 17
                                },
                                "end": {
                                  "line": 568,
                                  "column": 19
                                }
                              },
                              "properties": []
                            }
                          },
                          {
                            "type": "VariableDeclarator",
                            "start": 18824,
                            "end": 18827,
                            "loc": {
                              "start": {
                                "line": 569,
                                "column": 8
                              },
                              "end": {
                                "line": 569,
                                "column": 11
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 18824,
                              "end": 18827,
                              "loc": {
                                "start": {
                                  "line": 569,
                                  "column": 8
                                },
                                "end": {
                                  "line": 569,
                                  "column": 11
                                },
                                "identifierName": "key"
                              },
                              "name": "key"
                            },
                            "init": null
                          },
                          {
                            "type": "VariableDeclarator",
                            "start": 18836,
                            "end": 18845,
                            "loc": {
                              "start": {
                                "line": 570,
                                "column": 8
                              },
                              "end": {
                                "line": 570,
                                "column": 17
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 18836,
                              "end": 18845,
                              "loc": {
                                "start": {
                                  "line": 570,
                                  "column": 8
                                },
                                "end": {
                                  "line": 570,
                                  "column": 17
                                },
                                "identifierName": "attribute"
                              },
                              "name": "attribute"
                            },
                            "init": null
                          },
                          {
                            "type": "VariableDeclarator",
                            "start": 18854,
                            "end": 18878,
                            "loc": {
                              "start": {
                                "line": 571,
                                "column": 8
                              },
                              "end": {
                                "line": 571,
                                "column": 32
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 18854,
                              "end": 18873,
                              "loc": {
                                "start": {
                                  "line": 571,
                                  "column": 8
                                },
                                "end": {
                                  "line": 571,
                                  "column": 27
                                },
                                "identifierName": "existingConstraints"
                              },
                              "name": "existingConstraints"
                            },
                            "init": {
                              "type": "ArrayExpression",
                              "start": 18876,
                              "end": 18878,
                              "loc": {
                                "start": {
                                  "line": 571,
                                  "column": 30
                                },
                                "end": {
                                  "line": 571,
                                  "column": 32
                                }
                              },
                              "elements": []
                            }
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "ForInStatement",
                        "start": 18885,
                        "end": 19702,
                        "loc": {
                          "start": {
                            "line": 573,
                            "column": 4
                          },
                          "end": {
                            "line": 595,
                            "column": 5
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 18890,
                          "end": 18893,
                          "loc": {
                            "start": {
                              "line": 573,
                              "column": 9
                            },
                            "end": {
                              "line": 573,
                              "column": 12
                            },
                            "identifierName": "key"
                          },
                          "name": "key"
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 18897,
                          "end": 18907,
                          "loc": {
                            "start": {
                              "line": 573,
                              "column": 16
                            },
                            "end": {
                              "line": 573,
                              "column": 26
                            },
                            "identifierName": "attributes"
                          },
                          "name": "attributes"
                        },
                        "body": {
                          "type": "BlockStatement",
                          "start": 18909,
                          "end": 19702,
                          "loc": {
                            "start": {
                              "line": 573,
                              "column": 28
                            },
                            "end": {
                              "line": 595,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 18917,
                              "end": 18945,
                              "loc": {
                                "start": {
                                  "line": 574,
                                  "column": 6
                                },
                                "end": {
                                  "line": 574,
                                  "column": 34
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 18917,
                                "end": 18944,
                                "loc": {
                                  "start": {
                                    "line": 574,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 574,
                                    "column": 33
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 18917,
                                  "end": 18926,
                                  "loc": {
                                    "start": {
                                      "line": 574,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 574,
                                      "column": 15
                                    },
                                    "identifierName": "attribute"
                                  },
                                  "name": "attribute"
                                },
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 18929,
                                  "end": 18944,
                                  "loc": {
                                    "start": {
                                      "line": 574,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 574,
                                      "column": 33
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 18929,
                                    "end": 18939,
                                    "loc": {
                                      "start": {
                                        "line": 574,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 574,
                                        "column": 28
                                      },
                                      "identifierName": "attributes"
                                    },
                                    "name": "attributes"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 18940,
                                    "end": 18943,
                                    "loc": {
                                      "start": {
                                        "line": 574,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 574,
                                        "column": 32
                                      },
                                      "identifierName": "key"
                                    },
                                    "name": "key"
                                  },
                                  "computed": true
                                }
                              }
                            },
                            {
                              "type": "IfStatement",
                              "start": 18953,
                              "end": 19557,
                              "loc": {
                                "start": {
                                  "line": 576,
                                  "column": 6
                                },
                                "end": {
                                  "line": 591,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "MemberExpression",
                                "start": 18957,
                                "end": 18977,
                                "loc": {
                                  "start": {
                                    "line": 576,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 576,
                                    "column": 30
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 18957,
                                  "end": 18966,
                                  "loc": {
                                    "start": {
                                      "line": 576,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 576,
                                      "column": 19
                                    },
                                    "identifierName": "attribute"
                                  },
                                  "name": "attribute"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 18967,
                                  "end": 18977,
                                  "loc": {
                                    "start": {
                                      "line": 576,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 576,
                                      "column": 30
                                    },
                                    "identifierName": "references"
                                  },
                                  "name": "references"
                                },
                                "computed": false
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 18979,
                                "end": 19557,
                                "loc": {
                                  "start": {
                                    "line": 576,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 591,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "IfStatement",
                                    "start": 18990,
                                    "end": 19548,
                                    "loc": {
                                      "start": {
                                        "line": 578,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 589,
                                        "column": 9
                                      }
                                    },
                                    "test": {
                                      "type": "BinaryExpression",
                                      "start": 18994,
                                      "end": 19067,
                                      "loc": {
                                        "start": {
                                          "line": 578,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 578,
                                          "column": 85
                                        }
                                      },
                                      "left": {
                                        "type": "CallExpression",
                                        "start": 18994,
                                        "end": 19060,
                                        "loc": {
                                          "start": {
                                            "line": 578,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 578,
                                            "column": 78
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 18994,
                                          "end": 19021,
                                          "loc": {
                                            "start": {
                                              "line": 578,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 578,
                                              "column": 39
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 18994,
                                            "end": 19013,
                                            "loc": {
                                              "start": {
                                                "line": 578,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 578,
                                                "column": 31
                                              },
                                              "identifierName": "existingConstraints"
                                            },
                                            "name": "existingConstraints"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 19014,
                                            "end": 19021,
                                            "loc": {
                                              "start": {
                                                "line": 578,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 578,
                                                "column": 39
                                              },
                                              "identifierName": "indexOf"
                                            },
                                            "name": "indexOf"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "CallExpression",
                                            "start": 19022,
                                            "end": 19059,
                                            "loc": {
                                              "start": {
                                                "line": 578,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 578,
                                                "column": 77
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 19022,
                                              "end": 19057,
                                              "loc": {
                                                "start": {
                                                  "line": 578,
                                                  "column": 40
                                                },
                                                "end": {
                                                  "line": 578,
                                                  "column": 75
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 19022,
                                                "end": 19048,
                                                "loc": {
                                                  "start": {
                                                    "line": 578,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 578,
                                                    "column": 66
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 19022,
                                                  "end": 19042,
                                                  "loc": {
                                                    "start": {
                                                      "line": 578,
                                                      "column": 40
                                                    },
                                                    "end": {
                                                      "line": 578,
                                                      "column": 60
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 19022,
                                                    "end": 19031,
                                                    "loc": {
                                                      "start": {
                                                        "line": 578,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 578,
                                                        "column": 49
                                                      },
                                                      "identifierName": "attribute"
                                                    },
                                                    "name": "attribute"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 19032,
                                                    "end": 19042,
                                                    "loc": {
                                                      "start": {
                                                        "line": 578,
                                                        "column": 50
                                                      },
                                                      "end": {
                                                        "line": 578,
                                                        "column": 60
                                                      },
                                                      "identifierName": "references"
                                                    },
                                                    "name": "references"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 19043,
                                                  "end": 19048,
                                                  "loc": {
                                                    "start": {
                                                      "line": 578,
                                                      "column": 61
                                                    },
                                                    "end": {
                                                      "line": 578,
                                                      "column": 66
                                                    },
                                                    "identifierName": "model"
                                                  },
                                                  "name": "model"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 19049,
                                                "end": 19057,
                                                "loc": {
                                                  "start": {
                                                    "line": 578,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 578,
                                                    "column": 75
                                                  },
                                                  "identifierName": "toString"
                                                },
                                                "name": "toString"
                                              },
                                              "computed": false
                                            },
                                            "arguments": []
                                          }
                                        ]
                                      },
                                      "operator": "!==",
                                      "right": {
                                        "type": "UnaryExpression",
                                        "start": 19065,
                                        "end": 19067,
                                        "loc": {
                                          "start": {
                                            "line": 578,
                                            "column": 83
                                          },
                                          "end": {
                                            "line": 578,
                                            "column": 85
                                          }
                                        },
                                        "operator": "-",
                                        "prefix": true,
                                        "argument": {
                                          "type": "NumericLiteral",
                                          "start": 19066,
                                          "end": 19067,
                                          "loc": {
                                            "start": {
                                              "line": 578,
                                              "column": 84
                                            },
                                            "end": {
                                              "line": 578,
                                              "column": 85
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 1,
                                            "raw": "1"
                                          },
                                          "value": 1
                                        },
                                        "extra": {
                                          "parenthesizedArgument": false
                                        }
                                      }
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "start": 19069,
                                      "end": 19214,
                                      "loc": {
                                        "start": {
                                          "line": 578,
                                          "column": 87
                                        },
                                        "end": {
                                          "line": 582,
                                          "column": 9
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 19145,
                                          "end": 19169,
                                          "loc": {
                                            "start": {
                                              "line": 580,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 580,
                                              "column": 34
                                            }
                                          },
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "start": 19145,
                                            "end": 19168,
                                            "loc": {
                                              "start": {
                                                "line": 580,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 580,
                                                "column": 33
                                              }
                                            },
                                            "operator": "=",
                                            "left": {
                                              "type": "MemberExpression",
                                              "start": 19145,
                                              "end": 19163,
                                              "loc": {
                                                "start": {
                                                  "line": 580,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 580,
                                                  "column": 28
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 19145,
                                                "end": 19154,
                                                "loc": {
                                                  "start": {
                                                    "line": 580,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 580,
                                                    "column": 19
                                                  },
                                                  "identifierName": "attribute"
                                                },
                                                "name": "attribute",
                                                "leadingComments": null
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 19155,
                                                "end": 19163,
                                                "loc": {
                                                  "start": {
                                                    "line": 580,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 580,
                                                    "column": 28
                                                  },
                                                  "identifierName": "onDelete"
                                                },
                                                "name": "onDelete"
                                              },
                                              "computed": false,
                                              "leadingComments": null
                                            },
                                            "right": {
                                              "type": "StringLiteral",
                                              "start": 19166,
                                              "end": 19168,
                                              "loc": {
                                                "start": {
                                                  "line": 580,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 580,
                                                  "column": 33
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "",
                                                "raw": "''"
                                              },
                                              "value": ""
                                            },
                                            "leadingComments": null
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " no cascading constraints to a table more than once",
                                              "start": 19081,
                                              "end": 19134,
                                              "loc": {
                                                "start": {
                                                  "line": 579,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 579,
                                                  "column": 63
                                                }
                                              }
                                            }
                                          ]
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 19180,
                                          "end": 19204,
                                          "loc": {
                                            "start": {
                                              "line": 581,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 581,
                                              "column": 34
                                            }
                                          },
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "start": 19180,
                                            "end": 19203,
                                            "loc": {
                                              "start": {
                                                "line": 581,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 581,
                                                "column": 33
                                              }
                                            },
                                            "operator": "=",
                                            "left": {
                                              "type": "MemberExpression",
                                              "start": 19180,
                                              "end": 19198,
                                              "loc": {
                                                "start": {
                                                  "line": 581,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 581,
                                                  "column": 28
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 19180,
                                                "end": 19189,
                                                "loc": {
                                                  "start": {
                                                    "line": 581,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 581,
                                                    "column": 19
                                                  },
                                                  "identifierName": "attribute"
                                                },
                                                "name": "attribute"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 19190,
                                                "end": 19198,
                                                "loc": {
                                                  "start": {
                                                    "line": 581,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 581,
                                                    "column": 28
                                                  },
                                                  "identifierName": "onUpdate"
                                                },
                                                "name": "onUpdate"
                                              },
                                              "computed": false
                                            },
                                            "right": {
                                              "type": "StringLiteral",
                                              "start": 19201,
                                              "end": 19203,
                                              "loc": {
                                                "start": {
                                                  "line": 581,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 581,
                                                  "column": 33
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "",
                                                "raw": "''"
                                              },
                                              "value": ""
                                            }
                                          }
                                        }
                                      ],
                                      "directives": []
                                    },
                                    "alternate": {
                                      "type": "BlockStatement",
                                      "start": 19220,
                                      "end": 19548,
                                      "loc": {
                                        "start": {
                                          "line": 582,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 589,
                                          "column": 9
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 19232,
                                          "end": 19296,
                                          "loc": {
                                            "start": {
                                              "line": 583,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 583,
                                              "column": 74
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 19232,
                                            "end": 19295,
                                            "loc": {
                                              "start": {
                                                "line": 583,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 583,
                                                "column": 73
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 19232,
                                              "end": 19256,
                                              "loc": {
                                                "start": {
                                                  "line": 583,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 583,
                                                  "column": 34
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 19232,
                                                "end": 19251,
                                                "loc": {
                                                  "start": {
                                                    "line": 583,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 583,
                                                    "column": 29
                                                  },
                                                  "identifierName": "existingConstraints"
                                                },
                                                "name": "existingConstraints"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 19252,
                                                "end": 19256,
                                                "loc": {
                                                  "start": {
                                                    "line": 583,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 583,
                                                    "column": 34
                                                  },
                                                  "identifierName": "push"
                                                },
                                                "name": "push"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "CallExpression",
                                                "start": 19257,
                                                "end": 19294,
                                                "loc": {
                                                  "start": {
                                                    "line": 583,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 583,
                                                    "column": 72
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 19257,
                                                  "end": 19292,
                                                  "loc": {
                                                    "start": {
                                                      "line": 583,
                                                      "column": 35
                                                    },
                                                    "end": {
                                                      "line": 583,
                                                      "column": 70
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 19257,
                                                    "end": 19283,
                                                    "loc": {
                                                      "start": {
                                                        "line": 583,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 583,
                                                        "column": 61
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 19257,
                                                      "end": 19277,
                                                      "loc": {
                                                        "start": {
                                                          "line": 583,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 583,
                                                          "column": 55
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 19257,
                                                        "end": 19266,
                                                        "loc": {
                                                          "start": {
                                                            "line": 583,
                                                            "column": 35
                                                          },
                                                          "end": {
                                                            "line": 583,
                                                            "column": 44
                                                          },
                                                          "identifierName": "attribute"
                                                        },
                                                        "name": "attribute"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 19267,
                                                        "end": 19277,
                                                        "loc": {
                                                          "start": {
                                                            "line": 583,
                                                            "column": 45
                                                          },
                                                          "end": {
                                                            "line": 583,
                                                            "column": 55
                                                          },
                                                          "identifierName": "references"
                                                        },
                                                        "name": "references"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 19278,
                                                      "end": 19283,
                                                      "loc": {
                                                        "start": {
                                                          "line": 583,
                                                          "column": 56
                                                        },
                                                        "end": {
                                                          "line": 583,
                                                          "column": 61
                                                        },
                                                        "identifierName": "model"
                                                      },
                                                      "name": "model"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 19284,
                                                    "end": 19292,
                                                    "loc": {
                                                      "start": {
                                                        "line": 583,
                                                        "column": 62
                                                      },
                                                      "end": {
                                                        "line": 583,
                                                        "column": 70
                                                      },
                                                      "identifierName": "toString"
                                                    },
                                                    "name": "toString"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": []
                                              }
                                            ]
                                          },
                                          "trailingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " NOTE: this really just disables cascading updates for all",
                                              "start": 19308,
                                              "end": 19368,
                                              "loc": {
                                                "start": {
                                                  "line": 585,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 585,
                                                  "column": 70
                                                }
                                              }
                                            },
                                            {
                                              "type": "CommentLine",
                                              "value": "       definitions. Can be made more robust to support the",
                                              "start": 19379,
                                              "end": 19439,
                                              "loc": {
                                                "start": {
                                                  "line": 586,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 586,
                                                  "column": 70
                                                }
                                              }
                                            },
                                            {
                                              "type": "CommentLine",
                                              "value": "       few cases where MSSQL actually supports them",
                                              "start": 19450,
                                              "end": 19503,
                                              "loc": {
                                                "start": {
                                                  "line": 587,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 587,
                                                  "column": 63
                                                }
                                              }
                                            }
                                          ]
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 19514,
                                          "end": 19538,
                                          "loc": {
                                            "start": {
                                              "line": 588,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 588,
                                              "column": 34
                                            }
                                          },
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "start": 19514,
                                            "end": 19537,
                                            "loc": {
                                              "start": {
                                                "line": 588,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 588,
                                                "column": 33
                                              }
                                            },
                                            "operator": "=",
                                            "left": {
                                              "type": "MemberExpression",
                                              "start": 19514,
                                              "end": 19532,
                                              "loc": {
                                                "start": {
                                                  "line": 588,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 588,
                                                  "column": 28
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 19514,
                                                "end": 19523,
                                                "loc": {
                                                  "start": {
                                                    "line": 588,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 588,
                                                    "column": 19
                                                  },
                                                  "identifierName": "attribute"
                                                },
                                                "name": "attribute",
                                                "leadingComments": null
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 19524,
                                                "end": 19532,
                                                "loc": {
                                                  "start": {
                                                    "line": 588,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 588,
                                                    "column": 28
                                                  },
                                                  "identifierName": "onUpdate"
                                                },
                                                "name": "onUpdate"
                                              },
                                              "computed": false,
                                              "leadingComments": null
                                            },
                                            "right": {
                                              "type": "StringLiteral",
                                              "start": 19535,
                                              "end": 19537,
                                              "loc": {
                                                "start": {
                                                  "line": 588,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 588,
                                                  "column": 33
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "",
                                                "raw": "''"
                                              },
                                              "value": ""
                                            },
                                            "leadingComments": null
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " NOTE: this really just disables cascading updates for all",
                                              "start": 19308,
                                              "end": 19368,
                                              "loc": {
                                                "start": {
                                                  "line": 585,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 585,
                                                  "column": 70
                                                }
                                              }
                                            },
                                            {
                                              "type": "CommentLine",
                                              "value": "       definitions. Can be made more robust to support the",
                                              "start": 19379,
                                              "end": 19439,
                                              "loc": {
                                                "start": {
                                                  "line": 586,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 586,
                                                  "column": 70
                                                }
                                              }
                                            },
                                            {
                                              "type": "CommentLine",
                                              "value": "       few cases where MSSQL actually supports them",
                                              "start": 19450,
                                              "end": 19503,
                                              "loc": {
                                                "start": {
                                                  "line": 587,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 587,
                                                  "column": 63
                                                }
                                              }
                                            }
                                          ]
                                        }
                                      ],
                                      "directives": []
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": null
                            },
                            {
                              "type": "IfStatement",
                              "start": 19565,
                              "end": 19616,
                              "loc": {
                                "start": {
                                  "line": 593,
                                  "column": 6
                                },
                                "end": {
                                  "line": 593,
                                  "column": 57
                                }
                              },
                              "test": {
                                "type": "LogicalExpression",
                                "start": 19569,
                                "end": 19592,
                                "loc": {
                                  "start": {
                                    "line": 593,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 593,
                                    "column": 33
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 19569,
                                  "end": 19572,
                                  "loc": {
                                    "start": {
                                      "line": 593,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 593,
                                      "column": 13
                                    },
                                    "identifierName": "key"
                                  },
                                  "name": "key"
                                },
                                "operator": "&&",
                                "right": {
                                  "type": "UnaryExpression",
                                  "start": 19576,
                                  "end": 19592,
                                  "loc": {
                                    "start": {
                                      "line": 593,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 593,
                                      "column": 33
                                    }
                                  },
                                  "operator": "!",
                                  "prefix": true,
                                  "argument": {
                                    "type": "MemberExpression",
                                    "start": 19577,
                                    "end": 19592,
                                    "loc": {
                                      "start": {
                                        "line": 593,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 593,
                                        "column": 33
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 19577,
                                      "end": 19586,
                                      "loc": {
                                        "start": {
                                          "line": 593,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 593,
                                          "column": 27
                                        },
                                        "identifierName": "attribute"
                                      },
                                      "name": "attribute"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 19587,
                                      "end": 19592,
                                      "loc": {
                                        "start": {
                                          "line": 593,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 593,
                                          "column": 33
                                        },
                                        "identifierName": "field"
                                      },
                                      "name": "field"
                                    },
                                    "computed": false
                                  },
                                  "extra": {
                                    "parenthesizedArgument": false
                                  }
                                }
                              },
                              "consequent": {
                                "type": "ExpressionStatement",
                                "start": 19594,
                                "end": 19616,
                                "loc": {
                                  "start": {
                                    "line": 593,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 593,
                                    "column": 57
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 19594,
                                  "end": 19615,
                                  "loc": {
                                    "start": {
                                      "line": 593,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 593,
                                      "column": 56
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 19594,
                                    "end": 19609,
                                    "loc": {
                                      "start": {
                                        "line": 593,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 593,
                                        "column": 50
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 19594,
                                      "end": 19603,
                                      "loc": {
                                        "start": {
                                          "line": 593,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 593,
                                          "column": 44
                                        },
                                        "identifierName": "attribute"
                                      },
                                      "name": "attribute"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 19604,
                                      "end": 19609,
                                      "loc": {
                                        "start": {
                                          "line": 593,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 593,
                                          "column": 50
                                        },
                                        "identifierName": "field"
                                      },
                                      "name": "field"
                                    },
                                    "computed": false
                                  },
                                  "right": {
                                    "type": "Identifier",
                                    "start": 19612,
                                    "end": 19615,
                                    "loc": {
                                      "start": {
                                        "line": 593,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 593,
                                        "column": 56
                                      },
                                      "identifierName": "key"
                                    },
                                    "name": "key"
                                  }
                                }
                              },
                              "alternate": null
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 19623,
                              "end": 19696,
                              "loc": {
                                "start": {
                                  "line": 594,
                                  "column": 6
                                },
                                "end": {
                                  "line": 594,
                                  "column": 79
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 19623,
                                "end": 19695,
                                "loc": {
                                  "start": {
                                    "line": 594,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 594,
                                    "column": 78
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 19623,
                                  "end": 19653,
                                  "loc": {
                                    "start": {
                                      "line": 594,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 594,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 19623,
                                    "end": 19629,
                                    "loc": {
                                      "start": {
                                        "line": 594,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 594,
                                        "column": 12
                                      },
                                      "identifierName": "result"
                                    },
                                    "name": "result"
                                  },
                                  "property": {
                                    "type": "LogicalExpression",
                                    "start": 19630,
                                    "end": 19652,
                                    "loc": {
                                      "start": {
                                        "line": 594,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 594,
                                        "column": 35
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 19630,
                                      "end": 19645,
                                      "loc": {
                                        "start": {
                                          "line": 594,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 594,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 19630,
                                        "end": 19639,
                                        "loc": {
                                          "start": {
                                            "line": 594,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 594,
                                            "column": 22
                                          },
                                          "identifierName": "attribute"
                                        },
                                        "name": "attribute"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 19640,
                                        "end": 19645,
                                        "loc": {
                                          "start": {
                                            "line": 594,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 594,
                                            "column": 28
                                          },
                                          "identifierName": "field"
                                        },
                                        "name": "field"
                                      },
                                      "computed": false
                                    },
                                    "operator": "||",
                                    "right": {
                                      "type": "Identifier",
                                      "start": 19649,
                                      "end": 19652,
                                      "loc": {
                                        "start": {
                                          "line": 594,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 594,
                                          "column": 35
                                        },
                                        "identifierName": "key"
                                      },
                                      "name": "key"
                                    }
                                  },
                                  "computed": true
                                },
                                "right": {
                                  "type": "CallExpression",
                                  "start": 19656,
                                  "end": 19695,
                                  "loc": {
                                    "start": {
                                      "line": 594,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 594,
                                      "column": 78
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 19656,
                                    "end": 19675,
                                    "loc": {
                                      "start": {
                                        "line": 594,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 594,
                                        "column": 58
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 19656,
                                      "end": 19660,
                                      "loc": {
                                        "start": {
                                          "line": 594,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 594,
                                          "column": 43
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 19661,
                                      "end": 19675,
                                      "loc": {
                                        "start": {
                                          "line": 594,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 594,
                                          "column": 58
                                        },
                                        "identifierName": "attributeToSQL"
                                      },
                                      "name": "attributeToSQL"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 19676,
                                      "end": 19685,
                                      "loc": {
                                        "start": {
                                          "line": 594,
                                          "column": 59
                                        },
                                        "end": {
                                          "line": 594,
                                          "column": 68
                                        },
                                        "identifierName": "attribute"
                                      },
                                      "name": "attribute"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 19687,
                                      "end": 19694,
                                      "loc": {
                                        "start": {
                                          "line": 594,
                                          "column": 70
                                        },
                                        "end": {
                                          "line": 594,
                                          "column": 77
                                        },
                                        "identifierName": "options"
                                      },
                                      "name": "options"
                                    }
                                  ]
                                }
                              }
                            }
                          ],
                          "directives": []
                        }
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 19708,
                        "end": 19722,
                        "loc": {
                          "start": {
                            "line": 597,
                            "column": 4
                          },
                          "end": {
                            "line": 597,
                            "column": 18
                          }
                        },
                        "argument": {
                          "type": "Identifier",
                          "start": 19715,
                          "end": 19721,
                          "loc": {
                            "start": {
                              "line": 597,
                              "column": 11
                            },
                            "end": {
                              "line": 597,
                              "column": 17
                            },
                            "identifierName": "result"
                          },
                          "name": "result"
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 19731,
                  "end": 20064,
                  "loc": {
                    "start": {
                      "line": 600,
                      "column": 2
                    },
                    "end": {
                      "line": 613,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 19731,
                    "end": 19753,
                    "loc": {
                      "start": {
                        "line": 600,
                        "column": 2
                      },
                      "end": {
                        "line": 600,
                        "column": 24
                      },
                      "identifierName": "findAutoIncrementField"
                    },
                    "name": "findAutoIncrementField"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 19754,
                      "end": 19761,
                      "loc": {
                        "start": {
                          "line": 600,
                          "column": 25
                        },
                        "end": {
                          "line": 600,
                          "column": 32
                        },
                        "identifierName": "factory"
                      },
                      "name": "factory"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 19763,
                    "end": 20064,
                    "loc": {
                      "start": {
                        "line": 600,
                        "column": 34
                      },
                      "end": {
                        "line": 613,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 19769,
                        "end": 19785,
                        "loc": {
                          "start": {
                            "line": 601,
                            "column": 4
                          },
                          "end": {
                            "line": 601,
                            "column": 20
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 19773,
                            "end": 19784,
                            "loc": {
                              "start": {
                                "line": 601,
                                "column": 8
                              },
                              "end": {
                                "line": 601,
                                "column": 19
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 19773,
                              "end": 19779,
                              "loc": {
                                "start": {
                                  "line": 601,
                                  "column": 8
                                },
                                "end": {
                                  "line": 601,
                                  "column": 14
                                },
                                "identifierName": "fields"
                              },
                              "name": "fields"
                            },
                            "init": {
                              "type": "ArrayExpression",
                              "start": 19782,
                              "end": 19784,
                              "loc": {
                                "start": {
                                  "line": 601,
                                  "column": 17
                                },
                                "end": {
                                  "line": 601,
                                  "column": 19
                                }
                              },
                              "elements": []
                            }
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "ForInStatement",
                        "start": 19790,
                        "end": 20040,
                        "loc": {
                          "start": {
                            "line": 602,
                            "column": 4
                          },
                          "end": {
                            "line": 610,
                            "column": 5
                          }
                        },
                        "left": {
                          "type": "VariableDeclaration",
                          "start": 19795,
                          "end": 19803,
                          "loc": {
                            "start": {
                              "line": 602,
                              "column": 9
                            },
                            "end": {
                              "line": 602,
                              "column": 17
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 19799,
                              "end": 19803,
                              "loc": {
                                "start": {
                                  "line": 602,
                                  "column": 13
                                },
                                "end": {
                                  "line": 602,
                                  "column": 17
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 19799,
                                "end": 19803,
                                "loc": {
                                  "start": {
                                    "line": 602,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 602,
                                    "column": 17
                                  },
                                  "identifierName": "name"
                                },
                                "name": "name"
                              },
                              "init": null
                            }
                          ],
                          "kind": "var"
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 19807,
                          "end": 19825,
                          "loc": {
                            "start": {
                              "line": 602,
                              "column": 21
                            },
                            "end": {
                              "line": 602,
                              "column": 39
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 19807,
                            "end": 19814,
                            "loc": {
                              "start": {
                                "line": 602,
                                "column": 21
                              },
                              "end": {
                                "line": 602,
                                "column": 28
                              },
                              "identifierName": "factory"
                            },
                            "name": "factory"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 19815,
                            "end": 19825,
                            "loc": {
                              "start": {
                                "line": 602,
                                "column": 29
                              },
                              "end": {
                                "line": 602,
                                "column": 39
                              },
                              "identifierName": "attributes"
                            },
                            "name": "attributes"
                          },
                          "computed": false
                        },
                        "body": {
                          "type": "BlockStatement",
                          "start": 19827,
                          "end": 20040,
                          "loc": {
                            "start": {
                              "line": 602,
                              "column": 41
                            },
                            "end": {
                              "line": 610,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "IfStatement",
                              "start": 19835,
                              "end": 20034,
                              "loc": {
                                "start": {
                                  "line": 603,
                                  "column": 6
                                },
                                "end": {
                                  "line": 609,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "CallExpression",
                                "start": 19839,
                                "end": 19878,
                                "loc": {
                                  "start": {
                                    "line": 603,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 603,
                                    "column": 49
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 19839,
                                  "end": 19872,
                                  "loc": {
                                    "start": {
                                      "line": 603,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 603,
                                      "column": 43
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 19839,
                                    "end": 19857,
                                    "loc": {
                                      "start": {
                                        "line": 603,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 603,
                                        "column": 28
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 19839,
                                      "end": 19846,
                                      "loc": {
                                        "start": {
                                          "line": 603,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 603,
                                          "column": 17
                                        },
                                        "identifierName": "factory"
                                      },
                                      "name": "factory"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 19847,
                                      "end": 19857,
                                      "loc": {
                                        "start": {
                                          "line": 603,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 603,
                                          "column": 28
                                        },
                                        "identifierName": "attributes"
                                      },
                                      "name": "attributes"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 19858,
                                    "end": 19872,
                                    "loc": {
                                      "start": {
                                        "line": 603,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 603,
                                        "column": 43
                                      },
                                      "identifierName": "hasOwnProperty"
                                    },
                                    "name": "hasOwnProperty"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 19873,
                                    "end": 19877,
                                    "loc": {
                                      "start": {
                                        "line": 603,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 603,
                                        "column": 48
                                      },
                                      "identifierName": "name"
                                    },
                                    "name": "name"
                                  }
                                ]
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 19880,
                                "end": 20034,
                                "loc": {
                                  "start": {
                                    "line": 603,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 609,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "VariableDeclaration",
                                    "start": 19890,
                                    "end": 19932,
                                    "loc": {
                                      "start": {
                                        "line": 604,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 604,
                                        "column": 50
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 19894,
                                        "end": 19931,
                                        "loc": {
                                          "start": {
                                            "line": 604,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 604,
                                            "column": 49
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 19894,
                                          "end": 19904,
                                          "loc": {
                                            "start": {
                                              "line": 604,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 604,
                                              "column": 22
                                            },
                                            "identifierName": "definition"
                                          },
                                          "name": "definition"
                                        },
                                        "init": {
                                          "type": "MemberExpression",
                                          "start": 19907,
                                          "end": 19931,
                                          "loc": {
                                            "start": {
                                              "line": 604,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 604,
                                              "column": 49
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 19907,
                                            "end": 19925,
                                            "loc": {
                                              "start": {
                                                "line": 604,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 604,
                                                "column": 43
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 19907,
                                              "end": 19914,
                                              "loc": {
                                                "start": {
                                                  "line": 604,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 604,
                                                  "column": 32
                                                },
                                                "identifierName": "factory"
                                              },
                                              "name": "factory"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 19915,
                                              "end": 19925,
                                              "loc": {
                                                "start": {
                                                  "line": 604,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 604,
                                                  "column": 43
                                                },
                                                "identifierName": "attributes"
                                              },
                                              "name": "attributes"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 19926,
                                            "end": 19930,
                                            "loc": {
                                              "start": {
                                                "line": 604,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 604,
                                                "column": 48
                                              },
                                              "identifierName": "name"
                                            },
                                            "name": "name"
                                          },
                                          "computed": true
                                        }
                                      }
                                    ],
                                    "kind": "var"
                                  },
                                  {
                                    "type": "IfStatement",
                                    "start": 19942,
                                    "end": 20026,
                                    "loc": {
                                      "start": {
                                        "line": 606,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 608,
                                        "column": 9
                                      }
                                    },
                                    "test": {
                                      "type": "LogicalExpression",
                                      "start": 19946,
                                      "end": 19984,
                                      "loc": {
                                        "start": {
                                          "line": 606,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 606,
                                          "column": 50
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 19946,
                                        "end": 19956,
                                        "loc": {
                                          "start": {
                                            "line": 606,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 606,
                                            "column": 22
                                          },
                                          "identifierName": "definition"
                                        },
                                        "name": "definition"
                                      },
                                      "operator": "&&",
                                      "right": {
                                        "type": "MemberExpression",
                                        "start": 19960,
                                        "end": 19984,
                                        "loc": {
                                          "start": {
                                            "line": 606,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 606,
                                            "column": 50
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 19960,
                                          "end": 19970,
                                          "loc": {
                                            "start": {
                                              "line": 606,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 606,
                                              "column": 36
                                            },
                                            "identifierName": "definition"
                                          },
                                          "name": "definition"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 19971,
                                          "end": 19984,
                                          "loc": {
                                            "start": {
                                              "line": 606,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 606,
                                              "column": 50
                                            },
                                            "identifierName": "autoIncrement"
                                          },
                                          "name": "autoIncrement"
                                        },
                                        "computed": false
                                      }
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "start": 19986,
                                      "end": 20026,
                                      "loc": {
                                        "start": {
                                          "line": 606,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 608,
                                          "column": 9
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 19998,
                                          "end": 20016,
                                          "loc": {
                                            "start": {
                                              "line": 607,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 607,
                                              "column": 28
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 19998,
                                            "end": 20015,
                                            "loc": {
                                              "start": {
                                                "line": 607,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 607,
                                                "column": 27
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 19998,
                                              "end": 20009,
                                              "loc": {
                                                "start": {
                                                  "line": 607,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 607,
                                                  "column": 21
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 19998,
                                                "end": 20004,
                                                "loc": {
                                                  "start": {
                                                    "line": 607,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 607,
                                                    "column": 16
                                                  },
                                                  "identifierName": "fields"
                                                },
                                                "name": "fields"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 20005,
                                                "end": 20009,
                                                "loc": {
                                                  "start": {
                                                    "line": 607,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 607,
                                                    "column": 21
                                                  },
                                                  "identifierName": "push"
                                                },
                                                "name": "push"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 20010,
                                                "end": 20014,
                                                "loc": {
                                                  "start": {
                                                    "line": 607,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 607,
                                                    "column": 26
                                                  },
                                                  "identifierName": "name"
                                                },
                                                "name": "name"
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    },
                                    "alternate": null
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": null
                            }
                          ],
                          "directives": []
                        }
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 20046,
                        "end": 20060,
                        "loc": {
                          "start": {
                            "line": 612,
                            "column": 4
                          },
                          "end": {
                            "line": 612,
                            "column": 18
                          }
                        },
                        "argument": {
                          "type": "Identifier",
                          "start": 20053,
                          "end": 20059,
                          "loc": {
                            "start": {
                              "line": 612,
                              "column": 11
                            },
                            "end": {
                              "line": 612,
                              "column": 17
                            },
                            "identifierName": "fields"
                          },
                          "name": "fields"
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 20069,
                  "end": 20133,
                  "loc": {
                    "start": {
                      "line": 615,
                      "column": 2
                    },
                    "end": {
                      "line": 617,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 20069,
                    "end": 20082,
                    "loc": {
                      "start": {
                        "line": 615,
                        "column": 2
                      },
                      "end": {
                        "line": 615,
                        "column": 15
                      },
                      "identifierName": "createTrigger"
                    },
                    "name": "createTrigger"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [],
                  "body": {
                    "type": "BlockStatement",
                    "start": 20085,
                    "end": 20133,
                    "loc": {
                      "start": {
                        "line": 615,
                        "column": 18
                      },
                      "end": {
                        "line": 617,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ExpressionStatement",
                        "start": 20091,
                        "end": 20129,
                        "loc": {
                          "start": {
                            "line": 616,
                            "column": 4
                          },
                          "end": {
                            "line": 616,
                            "column": 42
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 20091,
                          "end": 20128,
                          "loc": {
                            "start": {
                              "line": 616,
                              "column": 4
                            },
                            "end": {
                              "line": 616,
                              "column": 41
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 20091,
                            "end": 20111,
                            "loc": {
                              "start": {
                                "line": 616,
                                "column": 4
                              },
                              "end": {
                                "line": 616,
                                "column": 24
                              },
                              "identifierName": "throwMethodUndefined"
                            },
                            "name": "throwMethodUndefined"
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 20112,
                              "end": 20127,
                              "loc": {
                                "start": {
                                  "line": 616,
                                  "column": 25
                                },
                                "end": {
                                  "line": 616,
                                  "column": 40
                                }
                              },
                              "extra": {
                                "rawValue": "createTrigger",
                                "raw": "'createTrigger'"
                              },
                              "value": "createTrigger"
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 20138,
                  "end": 20198,
                  "loc": {
                    "start": {
                      "line": 619,
                      "column": 2
                    },
                    "end": {
                      "line": 621,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 20138,
                    "end": 20149,
                    "loc": {
                      "start": {
                        "line": 619,
                        "column": 2
                      },
                      "end": {
                        "line": 619,
                        "column": 13
                      },
                      "identifierName": "dropTrigger"
                    },
                    "name": "dropTrigger"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [],
                  "body": {
                    "type": "BlockStatement",
                    "start": 20152,
                    "end": 20198,
                    "loc": {
                      "start": {
                        "line": 619,
                        "column": 16
                      },
                      "end": {
                        "line": 621,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ExpressionStatement",
                        "start": 20158,
                        "end": 20194,
                        "loc": {
                          "start": {
                            "line": 620,
                            "column": 4
                          },
                          "end": {
                            "line": 620,
                            "column": 40
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 20158,
                          "end": 20193,
                          "loc": {
                            "start": {
                              "line": 620,
                              "column": 4
                            },
                            "end": {
                              "line": 620,
                              "column": 39
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 20158,
                            "end": 20178,
                            "loc": {
                              "start": {
                                "line": 620,
                                "column": 4
                              },
                              "end": {
                                "line": 620,
                                "column": 24
                              },
                              "identifierName": "throwMethodUndefined"
                            },
                            "name": "throwMethodUndefined"
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 20179,
                              "end": 20192,
                              "loc": {
                                "start": {
                                  "line": 620,
                                  "column": 25
                                },
                                "end": {
                                  "line": 620,
                                  "column": 38
                                }
                              },
                              "extra": {
                                "rawValue": "dropTrigger",
                                "raw": "'dropTrigger'"
                              },
                              "value": "dropTrigger"
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 20203,
                  "end": 20267,
                  "loc": {
                    "start": {
                      "line": 623,
                      "column": 2
                    },
                    "end": {
                      "line": 625,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 20203,
                    "end": 20216,
                    "loc": {
                      "start": {
                        "line": 623,
                        "column": 2
                      },
                      "end": {
                        "line": 623,
                        "column": 15
                      },
                      "identifierName": "renameTrigger"
                    },
                    "name": "renameTrigger"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [],
                  "body": {
                    "type": "BlockStatement",
                    "start": 20219,
                    "end": 20267,
                    "loc": {
                      "start": {
                        "line": 623,
                        "column": 18
                      },
                      "end": {
                        "line": 625,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ExpressionStatement",
                        "start": 20225,
                        "end": 20263,
                        "loc": {
                          "start": {
                            "line": 624,
                            "column": 4
                          },
                          "end": {
                            "line": 624,
                            "column": 42
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 20225,
                          "end": 20262,
                          "loc": {
                            "start": {
                              "line": 624,
                              "column": 4
                            },
                            "end": {
                              "line": 624,
                              "column": 41
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 20225,
                            "end": 20245,
                            "loc": {
                              "start": {
                                "line": 624,
                                "column": 4
                              },
                              "end": {
                                "line": 624,
                                "column": 24
                              },
                              "identifierName": "throwMethodUndefined"
                            },
                            "name": "throwMethodUndefined"
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 20246,
                              "end": 20261,
                              "loc": {
                                "start": {
                                  "line": 624,
                                  "column": 25
                                },
                                "end": {
                                  "line": 624,
                                  "column": 40
                                }
                              },
                              "extra": {
                                "rawValue": "renameTrigger",
                                "raw": "'renameTrigger'"
                              },
                              "value": "renameTrigger"
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 20272,
                  "end": 20338,
                  "loc": {
                    "start": {
                      "line": 627,
                      "column": 2
                    },
                    "end": {
                      "line": 629,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 20272,
                    "end": 20286,
                    "loc": {
                      "start": {
                        "line": 627,
                        "column": 2
                      },
                      "end": {
                        "line": 627,
                        "column": 16
                      },
                      "identifierName": "createFunction"
                    },
                    "name": "createFunction"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [],
                  "body": {
                    "type": "BlockStatement",
                    "start": 20289,
                    "end": 20338,
                    "loc": {
                      "start": {
                        "line": 627,
                        "column": 19
                      },
                      "end": {
                        "line": 629,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ExpressionStatement",
                        "start": 20295,
                        "end": 20334,
                        "loc": {
                          "start": {
                            "line": 628,
                            "column": 4
                          },
                          "end": {
                            "line": 628,
                            "column": 43
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 20295,
                          "end": 20333,
                          "loc": {
                            "start": {
                              "line": 628,
                              "column": 4
                            },
                            "end": {
                              "line": 628,
                              "column": 42
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 20295,
                            "end": 20315,
                            "loc": {
                              "start": {
                                "line": 628,
                                "column": 4
                              },
                              "end": {
                                "line": 628,
                                "column": 24
                              },
                              "identifierName": "throwMethodUndefined"
                            },
                            "name": "throwMethodUndefined"
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 20316,
                              "end": 20332,
                              "loc": {
                                "start": {
                                  "line": 628,
                                  "column": 25
                                },
                                "end": {
                                  "line": 628,
                                  "column": 41
                                }
                              },
                              "extra": {
                                "rawValue": "createFunction",
                                "raw": "'createFunction'"
                              },
                              "value": "createFunction"
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 20343,
                  "end": 20405,
                  "loc": {
                    "start": {
                      "line": 631,
                      "column": 2
                    },
                    "end": {
                      "line": 633,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 20343,
                    "end": 20355,
                    "loc": {
                      "start": {
                        "line": 631,
                        "column": 2
                      },
                      "end": {
                        "line": 631,
                        "column": 14
                      },
                      "identifierName": "dropFunction"
                    },
                    "name": "dropFunction"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [],
                  "body": {
                    "type": "BlockStatement",
                    "start": 20358,
                    "end": 20405,
                    "loc": {
                      "start": {
                        "line": 631,
                        "column": 17
                      },
                      "end": {
                        "line": 633,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ExpressionStatement",
                        "start": 20364,
                        "end": 20401,
                        "loc": {
                          "start": {
                            "line": 632,
                            "column": 4
                          },
                          "end": {
                            "line": 632,
                            "column": 41
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 20364,
                          "end": 20400,
                          "loc": {
                            "start": {
                              "line": 632,
                              "column": 4
                            },
                            "end": {
                              "line": 632,
                              "column": 40
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 20364,
                            "end": 20384,
                            "loc": {
                              "start": {
                                "line": 632,
                                "column": 4
                              },
                              "end": {
                                "line": 632,
                                "column": 24
                              },
                              "identifierName": "throwMethodUndefined"
                            },
                            "name": "throwMethodUndefined"
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 20385,
                              "end": 20399,
                              "loc": {
                                "start": {
                                  "line": 632,
                                  "column": 25
                                },
                                "end": {
                                  "line": 632,
                                  "column": 39
                                }
                              },
                              "extra": {
                                "rawValue": "dropFunction",
                                "raw": "'dropFunction'"
                              },
                              "value": "dropFunction"
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 20410,
                  "end": 20476,
                  "loc": {
                    "start": {
                      "line": 635,
                      "column": 2
                    },
                    "end": {
                      "line": 637,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 20410,
                    "end": 20424,
                    "loc": {
                      "start": {
                        "line": 635,
                        "column": 2
                      },
                      "end": {
                        "line": 635,
                        "column": 16
                      },
                      "identifierName": "renameFunction"
                    },
                    "name": "renameFunction"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [],
                  "body": {
                    "type": "BlockStatement",
                    "start": 20427,
                    "end": 20476,
                    "loc": {
                      "start": {
                        "line": 635,
                        "column": 19
                      },
                      "end": {
                        "line": 637,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ExpressionStatement",
                        "start": 20433,
                        "end": 20472,
                        "loc": {
                          "start": {
                            "line": 636,
                            "column": 4
                          },
                          "end": {
                            "line": 636,
                            "column": 43
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 20433,
                          "end": 20471,
                          "loc": {
                            "start": {
                              "line": 636,
                              "column": 4
                            },
                            "end": {
                              "line": 636,
                              "column": 42
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 20433,
                            "end": 20453,
                            "loc": {
                              "start": {
                                "line": 636,
                                "column": 4
                              },
                              "end": {
                                "line": 636,
                                "column": 24
                              },
                              "identifierName": "throwMethodUndefined"
                            },
                            "name": "throwMethodUndefined"
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 20454,
                              "end": 20470,
                              "loc": {
                                "start": {
                                  "line": 636,
                                  "column": 25
                                },
                                "end": {
                                  "line": 636,
                                  "column": 41
                                }
                              },
                              "extra": {
                                "rawValue": "renameFunction",
                                "raw": "'renameFunction'"
                              },
                              "value": "renameFunction"
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 20481,
                  "end": 20628,
                  "loc": {
                    "start": {
                      "line": 639,
                      "column": 2
                    },
                    "end": {
                      "line": 642,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 20481,
                    "end": 20496,
                    "loc": {
                      "start": {
                        "line": 639,
                        "column": 2
                      },
                      "end": {
                        "line": 639,
                        "column": 17
                      },
                      "identifierName": "quoteIdentifier"
                    },
                    "name": "quoteIdentifier"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 20497,
                      "end": 20507,
                      "loc": {
                        "start": {
                          "line": 639,
                          "column": 18
                        },
                        "end": {
                          "line": 639,
                          "column": 28
                        },
                        "identifierName": "identifier"
                      },
                      "name": "identifier"
                    },
                    {
                      "type": "Identifier",
                      "start": 20509,
                      "end": 20514,
                      "loc": {
                        "start": {
                          "line": 639,
                          "column": 30
                        },
                        "end": {
                          "line": 639,
                          "column": 35
                        },
                        "identifierName": "force"
                      },
                      "name": "force"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 20516,
                    "end": 20628,
                    "loc": {
                      "start": {
                        "line": 639,
                        "column": 37
                      },
                      "end": {
                        "line": 642,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "IfStatement",
                        "start": 20522,
                        "end": 20564,
                        "loc": {
                          "start": {
                            "line": 640,
                            "column": 4
                          },
                          "end": {
                            "line": 640,
                            "column": 46
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 20526,
                          "end": 20544,
                          "loc": {
                            "start": {
                              "line": 640,
                              "column": 8
                            },
                            "end": {
                              "line": 640,
                              "column": 26
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 20526,
                            "end": 20536,
                            "loc": {
                              "start": {
                                "line": 640,
                                "column": 8
                              },
                              "end": {
                                "line": 640,
                                "column": 18
                              },
                              "identifierName": "identifier"
                            },
                            "name": "identifier"
                          },
                          "operator": "===",
                          "right": {
                            "type": "StringLiteral",
                            "start": 20541,
                            "end": 20544,
                            "loc": {
                              "start": {
                                "line": 640,
                                "column": 23
                              },
                              "end": {
                                "line": 640,
                                "column": 26
                              }
                            },
                            "extra": {
                              "rawValue": "*",
                              "raw": "'*'"
                            },
                            "value": "*"
                          }
                        },
                        "consequent": {
                          "type": "ReturnStatement",
                          "start": 20546,
                          "end": 20564,
                          "loc": {
                            "start": {
                              "line": 640,
                              "column": 28
                            },
                            "end": {
                              "line": 640,
                              "column": 46
                            }
                          },
                          "argument": {
                            "type": "Identifier",
                            "start": 20553,
                            "end": 20563,
                            "loc": {
                              "start": {
                                "line": 640,
                                "column": 35
                              },
                              "end": {
                                "line": 640,
                                "column": 45
                              },
                              "identifierName": "identifier"
                            },
                            "name": "identifier"
                          }
                        },
                        "alternate": null
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 20569,
                        "end": 20624,
                        "loc": {
                          "start": {
                            "line": 641,
                            "column": 4
                          },
                          "end": {
                            "line": 641,
                            "column": 59
                          }
                        },
                        "argument": {
                          "type": "BinaryExpression",
                          "start": 20576,
                          "end": 20623,
                          "loc": {
                            "start": {
                              "line": 641,
                              "column": 11
                            },
                            "end": {
                              "line": 641,
                              "column": 58
                            }
                          },
                          "left": {
                            "type": "BinaryExpression",
                            "start": 20576,
                            "end": 20617,
                            "loc": {
                              "start": {
                                "line": 641,
                                "column": 11
                              },
                              "end": {
                                "line": 641,
                                "column": 52
                              }
                            },
                            "left": {
                              "type": "StringLiteral",
                              "start": 20576,
                              "end": 20579,
                              "loc": {
                                "start": {
                                  "line": 641,
                                  "column": 11
                                },
                                "end": {
                                  "line": 641,
                                  "column": 14
                                }
                              },
                              "extra": {
                                "rawValue": "[",
                                "raw": "'['"
                              },
                              "value": "["
                            },
                            "operator": "+",
                            "right": {
                              "type": "CallExpression",
                              "start": 20582,
                              "end": 20617,
                              "loc": {
                                "start": {
                                  "line": 641,
                                  "column": 17
                                },
                                "end": {
                                  "line": 641,
                                  "column": 52
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 20582,
                                "end": 20600,
                                "loc": {
                                  "start": {
                                    "line": 641,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 641,
                                    "column": 35
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 20582,
                                  "end": 20592,
                                  "loc": {
                                    "start": {
                                      "line": 641,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 641,
                                      "column": 27
                                    },
                                    "identifierName": "identifier"
                                  },
                                  "name": "identifier"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 20593,
                                  "end": 20600,
                                  "loc": {
                                    "start": {
                                      "line": 641,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 641,
                                      "column": 35
                                    },
                                    "identifierName": "replace"
                                  },
                                  "name": "replace"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "RegExpLiteral",
                                  "start": 20601,
                                  "end": 20612,
                                  "loc": {
                                    "start": {
                                      "line": 641,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 641,
                                      "column": 47
                                    }
                                  },
                                  "extra": {
                                    "raw": "/[\\[\\]']+/g"
                                  },
                                  "pattern": "[\\[\\]']+",
                                  "flags": "g"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 20614,
                                  "end": 20616,
                                  "loc": {
                                    "start": {
                                      "line": 641,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 641,
                                      "column": 51
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "",
                                    "raw": "''"
                                  },
                                  "value": ""
                                }
                              ]
                            }
                          },
                          "operator": "+",
                          "right": {
                            "type": "StringLiteral",
                            "start": 20620,
                            "end": 20623,
                            "loc": {
                              "start": {
                                "line": 641,
                                "column": 55
                              },
                              "end": {
                                "line": 641,
                                "column": 58
                              }
                            },
                            "extra": {
                              "rawValue": "]",
                              "raw": "']'"
                            },
                            "value": "]"
                          }
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 20633,
                  "end": 21089,
                  "loc": {
                    "start": {
                      "line": 644,
                      "column": 2
                    },
                    "end": {
                      "line": 660,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 20633,
                    "end": 20652,
                    "loc": {
                      "start": {
                        "line": 644,
                        "column": 2
                      },
                      "end": {
                        "line": 644,
                        "column": 21
                      },
                      "identifierName": "getForeignKeysQuery"
                    },
                    "name": "getForeignKeysQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 20653,
                      "end": 20658,
                      "loc": {
                        "start": {
                          "line": 644,
                          "column": 22
                        },
                        "end": {
                          "line": 644,
                          "column": 27
                        },
                        "identifierName": "table"
                      },
                      "name": "table"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 20660,
                    "end": 21089,
                    "loc": {
                      "start": {
                        "line": 644,
                        "column": 29
                      },
                      "end": {
                        "line": 660,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 20666,
                        "end": 20707,
                        "loc": {
                          "start": {
                            "line": 645,
                            "column": 4
                          },
                          "end": {
                            "line": 645,
                            "column": 45
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 20670,
                            "end": 20706,
                            "loc": {
                              "start": {
                                "line": 645,
                                "column": 8
                              },
                              "end": {
                                "line": 645,
                                "column": 44
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 20670,
                              "end": 20679,
                              "loc": {
                                "start": {
                                  "line": 645,
                                  "column": 8
                                },
                                "end": {
                                  "line": 645,
                                  "column": 17
                                },
                                "identifierName": "tableName"
                              },
                              "name": "tableName"
                            },
                            "init": {
                              "type": "LogicalExpression",
                              "start": 20682,
                              "end": 20706,
                              "loc": {
                                "start": {
                                  "line": 645,
                                  "column": 20
                                },
                                "end": {
                                  "line": 645,
                                  "column": 44
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 20682,
                                "end": 20697,
                                "loc": {
                                  "start": {
                                    "line": 645,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 645,
                                    "column": 35
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 20682,
                                  "end": 20687,
                                  "loc": {
                                    "start": {
                                      "line": 645,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 645,
                                      "column": 25
                                    },
                                    "identifierName": "table"
                                  },
                                  "name": "table"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 20688,
                                  "end": 20697,
                                  "loc": {
                                    "start": {
                                      "line": 645,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 645,
                                      "column": 35
                                    },
                                    "identifierName": "tableName"
                                  },
                                  "name": "tableName"
                                },
                                "computed": false
                              },
                              "operator": "||",
                              "right": {
                                "type": "Identifier",
                                "start": 20701,
                                "end": 20706,
                                "loc": {
                                  "start": {
                                    "line": 645,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 645,
                                    "column": 44
                                  },
                                  "identifierName": "table"
                                },
                                "name": "table"
                              }
                            }
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 20712,
                        "end": 20967,
                        "loc": {
                          "start": {
                            "line": 646,
                            "column": 4
                          },
                          "end": {
                            "line": 653,
                            "column": 16
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 20716,
                            "end": 20966,
                            "loc": {
                              "start": {
                                "line": 646,
                                "column": 8
                              },
                              "end": {
                                "line": 653,
                                "column": 15
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 20716,
                              "end": 20719,
                              "loc": {
                                "start": {
                                  "line": 646,
                                  "column": 8
                                },
                                "end": {
                                  "line": 646,
                                  "column": 11
                                },
                                "identifierName": "sql"
                              },
                              "name": "sql"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 20722,
                              "end": 20966,
                              "loc": {
                                "start": {
                                  "line": 646,
                                  "column": 14
                                },
                                "end": {
                                  "line": 653,
                                  "column": 15
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 20722,
                                "end": 20961,
                                "loc": {
                                  "start": {
                                    "line": 646,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 653,
                                    "column": 10
                                  }
                                },
                                "object": {
                                  "type": "ArrayExpression",
                                  "start": 20722,
                                  "end": 20956,
                                  "loc": {
                                    "start": {
                                      "line": 646,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 653,
                                      "column": 5
                                    }
                                  },
                                  "elements": [
                                    {
                                      "type": "StringLiteral",
                                      "start": 20730,
                                      "end": 20738,
                                      "loc": {
                                        "start": {
                                          "line": 647,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 647,
                                          "column": 14
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "SELECT",
                                        "raw": "'SELECT'"
                                      },
                                      "value": "SELECT"
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 20746,
                                      "end": 20783,
                                      "loc": {
                                        "start": {
                                          "line": 648,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 648,
                                          "column": 43
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "constraint_name = C.CONSTRAINT_NAME",
                                        "raw": "'constraint_name = C.CONSTRAINT_NAME'"
                                      },
                                      "value": "constraint_name = C.CONSTRAINT_NAME"
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 20791,
                                      "end": 20797,
                                      "loc": {
                                        "start": {
                                          "line": 649,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 649,
                                          "column": 12
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "FROM",
                                        "raw": "'FROM'"
                                      },
                                      "value": "FROM"
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 20805,
                                      "end": 20845,
                                      "loc": {
                                        "start": {
                                          "line": 650,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 650,
                                          "column": 46
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "INFORMATION_SCHEMA.TABLE_CONSTRAINTS C",
                                        "raw": "'INFORMATION_SCHEMA.TABLE_CONSTRAINTS C'"
                                      },
                                      "value": "INFORMATION_SCHEMA.TABLE_CONSTRAINTS C"
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 20853,
                                      "end": 20894,
                                      "loc": {
                                        "start": {
                                          "line": 651,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 651,
                                          "column": 47
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "WHERE C.CONSTRAINT_TYPE = 'FOREIGN KEY'",
                                        "raw": "\"WHERE C.CONSTRAINT_TYPE = 'FOREIGN KEY'\""
                                      },
                                      "value": "WHERE C.CONSTRAINT_TYPE = 'FOREIGN KEY'"
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 20902,
                                      "end": 20922,
                                      "loc": {
                                        "start": {
                                          "line": 652,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 652,
                                          "column": 26
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "AND C.TABLE_NAME =",
                                        "raw": "'AND C.TABLE_NAME ='"
                                      },
                                      "value": "AND C.TABLE_NAME ="
                                    },
                                    {
                                      "type": "CallExpression",
                                      "start": 20924,
                                      "end": 20950,
                                      "loc": {
                                        "start": {
                                          "line": 652,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 652,
                                          "column": 54
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 20924,
                                        "end": 20939,
                                        "loc": {
                                          "start": {
                                            "line": 652,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 652,
                                            "column": 43
                                          },
                                          "identifierName": "wrapSingleQuote"
                                        },
                                        "name": "wrapSingleQuote"
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 20940,
                                          "end": 20949,
                                          "loc": {
                                            "start": {
                                              "line": 652,
                                              "column": 44
                                            },
                                            "end": {
                                              "line": 652,
                                              "column": 53
                                            },
                                            "identifierName": "tableName"
                                          },
                                          "name": "tableName"
                                        }
                                      ]
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 20957,
                                  "end": 20961,
                                  "loc": {
                                    "start": {
                                      "line": 653,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 653,
                                      "column": 10
                                    },
                                    "identifierName": "join"
                                  },
                                  "name": "join"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 20962,
                                  "end": 20965,
                                  "loc": {
                                    "start": {
                                      "line": 653,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 653,
                                      "column": 14
                                    }
                                  },
                                  "extra": {
                                    "rawValue": " ",
                                    "raw": "' '"
                                  },
                                  "value": " "
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "IfStatement",
                        "start": 20973,
                        "end": 21068,
                        "loc": {
                          "start": {
                            "line": 655,
                            "column": 4
                          },
                          "end": {
                            "line": 657,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "MemberExpression",
                          "start": 20977,
                          "end": 20989,
                          "loc": {
                            "start": {
                              "line": 655,
                              "column": 8
                            },
                            "end": {
                              "line": 655,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 20977,
                            "end": 20982,
                            "loc": {
                              "start": {
                                "line": 655,
                                "column": 8
                              },
                              "end": {
                                "line": 655,
                                "column": 13
                              },
                              "identifierName": "table"
                            },
                            "name": "table"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 20983,
                            "end": 20989,
                            "loc": {
                              "start": {
                                "line": 655,
                                "column": 14
                              },
                              "end": {
                                "line": 655,
                                "column": 20
                              },
                              "identifierName": "schema"
                            },
                            "name": "schema"
                          },
                          "computed": false
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 20991,
                          "end": 21068,
                          "loc": {
                            "start": {
                              "line": 655,
                              "column": 22
                            },
                            "end": {
                              "line": 657,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 20999,
                              "end": 21062,
                              "loc": {
                                "start": {
                                  "line": 656,
                                  "column": 6
                                },
                                "end": {
                                  "line": 656,
                                  "column": 69
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 20999,
                                "end": 21061,
                                "loc": {
                                  "start": {
                                    "line": 656,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 656,
                                    "column": 68
                                  }
                                },
                                "operator": "+=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 20999,
                                  "end": 21002,
                                  "loc": {
                                    "start": {
                                      "line": 656,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 656,
                                      "column": 9
                                    },
                                    "identifierName": "sql"
                                  },
                                  "name": "sql"
                                },
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 21006,
                                  "end": 21061,
                                  "loc": {
                                    "start": {
                                      "line": 656,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 656,
                                      "column": 68
                                    }
                                  },
                                  "left": {
                                    "type": "StringLiteral",
                                    "start": 21006,
                                    "end": 21029,
                                    "loc": {
                                      "start": {
                                        "line": 656,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 656,
                                        "column": 36
                                      }
                                    },
                                    "extra": {
                                      "rawValue": " AND C.TABLE_SCHEMA =",
                                      "raw": "' AND C.TABLE_SCHEMA ='"
                                    },
                                    "value": " AND C.TABLE_SCHEMA ="
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 21032,
                                    "end": 21061,
                                    "loc": {
                                      "start": {
                                        "line": 656,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 656,
                                        "column": 68
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 21032,
                                      "end": 21047,
                                      "loc": {
                                        "start": {
                                          "line": 656,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 656,
                                          "column": 54
                                        },
                                        "identifierName": "wrapSingleQuote"
                                      },
                                      "name": "wrapSingleQuote"
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 21048,
                                        "end": 21060,
                                        "loc": {
                                          "start": {
                                            "line": 656,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 656,
                                            "column": 67
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 21048,
                                          "end": 21053,
                                          "loc": {
                                            "start": {
                                              "line": 656,
                                              "column": 55
                                            },
                                            "end": {
                                              "line": 656,
                                              "column": 60
                                            },
                                            "identifierName": "table"
                                          },
                                          "name": "table"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 21054,
                                          "end": 21060,
                                          "loc": {
                                            "start": {
                                              "line": 656,
                                              "column": 61
                                            },
                                            "end": {
                                              "line": 656,
                                              "column": 67
                                            },
                                            "identifierName": "schema"
                                          },
                                          "name": "schema"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 21074,
                        "end": 21085,
                        "loc": {
                          "start": {
                            "line": 659,
                            "column": 4
                          },
                          "end": {
                            "line": 659,
                            "column": 15
                          }
                        },
                        "argument": {
                          "type": "Identifier",
                          "start": 21081,
                          "end": 21084,
                          "loc": {
                            "start": {
                              "line": 659,
                              "column": 11
                            },
                            "end": {
                              "line": 659,
                              "column": 14
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 21094,
                  "end": 21746,
                  "loc": {
                    "start": {
                      "line": 662,
                      "column": 2
                    },
                    "end": {
                      "line": 681,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 21094,
                    "end": 21112,
                    "loc": {
                      "start": {
                        "line": 662,
                        "column": 2
                      },
                      "end": {
                        "line": 662,
                        "column": 20
                      },
                      "identifierName": "getForeignKeyQuery"
                    },
                    "name": "getForeignKeyQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 21113,
                      "end": 21118,
                      "loc": {
                        "start": {
                          "line": 662,
                          "column": 21
                        },
                        "end": {
                          "line": 662,
                          "column": 26
                        },
                        "identifierName": "table"
                      },
                      "name": "table"
                    },
                    {
                      "type": "Identifier",
                      "start": 21120,
                      "end": 21133,
                      "loc": {
                        "start": {
                          "line": 662,
                          "column": 28
                        },
                        "end": {
                          "line": 662,
                          "column": 41
                        },
                        "identifierName": "attributeName"
                      },
                      "name": "attributeName"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 21135,
                    "end": 21746,
                    "loc": {
                      "start": {
                        "line": 662,
                        "column": 43
                      },
                      "end": {
                        "line": 681,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 21141,
                        "end": 21182,
                        "loc": {
                          "start": {
                            "line": 663,
                            "column": 4
                          },
                          "end": {
                            "line": 663,
                            "column": 45
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 21145,
                            "end": 21181,
                            "loc": {
                              "start": {
                                "line": 663,
                                "column": 8
                              },
                              "end": {
                                "line": 663,
                                "column": 44
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 21145,
                              "end": 21154,
                              "loc": {
                                "start": {
                                  "line": 663,
                                  "column": 8
                                },
                                "end": {
                                  "line": 663,
                                  "column": 17
                                },
                                "identifierName": "tableName"
                              },
                              "name": "tableName"
                            },
                            "init": {
                              "type": "LogicalExpression",
                              "start": 21157,
                              "end": 21181,
                              "loc": {
                                "start": {
                                  "line": 663,
                                  "column": 20
                                },
                                "end": {
                                  "line": 663,
                                  "column": 44
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 21157,
                                "end": 21172,
                                "loc": {
                                  "start": {
                                    "line": 663,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 663,
                                    "column": 35
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 21157,
                                  "end": 21162,
                                  "loc": {
                                    "start": {
                                      "line": 663,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 663,
                                      "column": 25
                                    },
                                    "identifierName": "table"
                                  },
                                  "name": "table"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 21163,
                                  "end": 21172,
                                  "loc": {
                                    "start": {
                                      "line": 663,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 663,
                                      "column": 35
                                    },
                                    "identifierName": "tableName"
                                  },
                                  "name": "tableName"
                                },
                                "computed": false
                              },
                              "operator": "||",
                              "right": {
                                "type": "Identifier",
                                "start": 21176,
                                "end": 21181,
                                "loc": {
                                  "start": {
                                    "line": 663,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 663,
                                    "column": 44
                                  },
                                  "identifierName": "table"
                                },
                                "name": "table"
                              }
                            }
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 21187,
                        "end": 21623,
                        "loc": {
                          "start": {
                            "line": 664,
                            "column": 4
                          },
                          "end": {
                            "line": 674,
                            "column": 16
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 21191,
                            "end": 21622,
                            "loc": {
                              "start": {
                                "line": 664,
                                "column": 8
                              },
                              "end": {
                                "line": 674,
                                "column": 15
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 21191,
                              "end": 21194,
                              "loc": {
                                "start": {
                                  "line": 664,
                                  "column": 8
                                },
                                "end": {
                                  "line": 664,
                                  "column": 11
                                },
                                "identifierName": "sql"
                              },
                              "name": "sql"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 21197,
                              "end": 21622,
                              "loc": {
                                "start": {
                                  "line": 664,
                                  "column": 14
                                },
                                "end": {
                                  "line": 674,
                                  "column": 15
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 21197,
                                "end": 21617,
                                "loc": {
                                  "start": {
                                    "line": 664,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 674,
                                    "column": 10
                                  }
                                },
                                "object": {
                                  "type": "ArrayExpression",
                                  "start": 21197,
                                  "end": 21612,
                                  "loc": {
                                    "start": {
                                      "line": 664,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 674,
                                      "column": 5
                                    }
                                  },
                                  "elements": [
                                    {
                                      "type": "StringLiteral",
                                      "start": 21205,
                                      "end": 21213,
                                      "loc": {
                                        "start": {
                                          "line": 665,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 665,
                                          "column": 14
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "SELECT",
                                        "raw": "'SELECT'"
                                      },
                                      "value": "SELECT"
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 21221,
                                      "end": 21259,
                                      "loc": {
                                        "start": {
                                          "line": 666,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 666,
                                          "column": 44
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "constraint_name = TC.CONSTRAINT_NAME",
                                        "raw": "'constraint_name = TC.CONSTRAINT_NAME'"
                                      },
                                      "value": "constraint_name = TC.CONSTRAINT_NAME"
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 21267,
                                      "end": 21273,
                                      "loc": {
                                        "start": {
                                          "line": 667,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 667,
                                          "column": 12
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "FROM",
                                        "raw": "'FROM'"
                                      },
                                      "value": "FROM"
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 21281,
                                      "end": 21322,
                                      "loc": {
                                        "start": {
                                          "line": 668,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 668,
                                          "column": 47
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "INFORMATION_SCHEMA.TABLE_CONSTRAINTS TC",
                                        "raw": "'INFORMATION_SCHEMA.TABLE_CONSTRAINTS TC'"
                                      },
                                      "value": "INFORMATION_SCHEMA.TABLE_CONSTRAINTS TC"
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 21330,
                                      "end": 21383,
                                      "loc": {
                                        "start": {
                                          "line": 669,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 669,
                                          "column": 59
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "JOIN INFORMATION_SCHEMA.CONSTRAINT_COLUMN_USAGE CCU",
                                        "raw": "'JOIN INFORMATION_SCHEMA.CONSTRAINT_COLUMN_USAGE CCU'"
                                      },
                                      "value": "JOIN INFORMATION_SCHEMA.CONSTRAINT_COLUMN_USAGE CCU"
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 21391,
                                      "end": 21436,
                                      "loc": {
                                        "start": {
                                          "line": 670,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 670,
                                          "column": 51
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "ON TC.CONSTRAINT_NAME = CCU.CONSTRAINT_NAME",
                                        "raw": "'ON TC.CONSTRAINT_NAME = CCU.CONSTRAINT_NAME'"
                                      },
                                      "value": "ON TC.CONSTRAINT_NAME = CCU.CONSTRAINT_NAME"
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 21444,
                                      "end": 21486,
                                      "loc": {
                                        "start": {
                                          "line": 671,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 671,
                                          "column": 48
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "WHERE TC.CONSTRAINT_TYPE = 'FOREIGN KEY'",
                                        "raw": "\"WHERE TC.CONSTRAINT_TYPE = 'FOREIGN KEY'\""
                                      },
                                      "value": "WHERE TC.CONSTRAINT_TYPE = 'FOREIGN KEY'"
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 21494,
                                      "end": 21515,
                                      "loc": {
                                        "start": {
                                          "line": 672,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 672,
                                          "column": 27
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "AND TC.TABLE_NAME =",
                                        "raw": "'AND TC.TABLE_NAME ='"
                                      },
                                      "value": "AND TC.TABLE_NAME ="
                                    },
                                    {
                                      "type": "CallExpression",
                                      "start": 21517,
                                      "end": 21543,
                                      "loc": {
                                        "start": {
                                          "line": 672,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 672,
                                          "column": 55
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 21517,
                                        "end": 21532,
                                        "loc": {
                                          "start": {
                                            "line": 672,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 672,
                                            "column": 44
                                          },
                                          "identifierName": "wrapSingleQuote"
                                        },
                                        "name": "wrapSingleQuote"
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 21533,
                                          "end": 21542,
                                          "loc": {
                                            "start": {
                                              "line": 672,
                                              "column": 45
                                            },
                                            "end": {
                                              "line": 672,
                                              "column": 54
                                            },
                                            "identifierName": "tableName"
                                          },
                                          "name": "tableName"
                                        }
                                      ]
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 21551,
                                      "end": 21574,
                                      "loc": {
                                        "start": {
                                          "line": 673,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 673,
                                          "column": 29
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "AND CCU.COLUMN_NAME =",
                                        "raw": "'AND CCU.COLUMN_NAME ='"
                                      },
                                      "value": "AND CCU.COLUMN_NAME ="
                                    },
                                    {
                                      "type": "CallExpression",
                                      "start": 21576,
                                      "end": 21606,
                                      "loc": {
                                        "start": {
                                          "line": 673,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 673,
                                          "column": 61
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 21576,
                                        "end": 21591,
                                        "loc": {
                                          "start": {
                                            "line": 673,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 673,
                                            "column": 46
                                          },
                                          "identifierName": "wrapSingleQuote"
                                        },
                                        "name": "wrapSingleQuote"
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 21592,
                                          "end": 21605,
                                          "loc": {
                                            "start": {
                                              "line": 673,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 673,
                                              "column": 60
                                            },
                                            "identifierName": "attributeName"
                                          },
                                          "name": "attributeName"
                                        }
                                      ]
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 21613,
                                  "end": 21617,
                                  "loc": {
                                    "start": {
                                      "line": 674,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 674,
                                      "column": 10
                                    },
                                    "identifierName": "join"
                                  },
                                  "name": "join"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 21618,
                                  "end": 21621,
                                  "loc": {
                                    "start": {
                                      "line": 674,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 674,
                                      "column": 14
                                    }
                                  },
                                  "extra": {
                                    "rawValue": " ",
                                    "raw": "' '"
                                  },
                                  "value": " "
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "IfStatement",
                        "start": 21629,
                        "end": 21725,
                        "loc": {
                          "start": {
                            "line": 676,
                            "column": 4
                          },
                          "end": {
                            "line": 678,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "MemberExpression",
                          "start": 21633,
                          "end": 21645,
                          "loc": {
                            "start": {
                              "line": 676,
                              "column": 8
                            },
                            "end": {
                              "line": 676,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 21633,
                            "end": 21638,
                            "loc": {
                              "start": {
                                "line": 676,
                                "column": 8
                              },
                              "end": {
                                "line": 676,
                                "column": 13
                              },
                              "identifierName": "table"
                            },
                            "name": "table"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 21639,
                            "end": 21645,
                            "loc": {
                              "start": {
                                "line": 676,
                                "column": 14
                              },
                              "end": {
                                "line": 676,
                                "column": 20
                              },
                              "identifierName": "schema"
                            },
                            "name": "schema"
                          },
                          "computed": false
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 21647,
                          "end": 21725,
                          "loc": {
                            "start": {
                              "line": 676,
                              "column": 22
                            },
                            "end": {
                              "line": 678,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 21655,
                              "end": 21719,
                              "loc": {
                                "start": {
                                  "line": 677,
                                  "column": 6
                                },
                                "end": {
                                  "line": 677,
                                  "column": 70
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 21655,
                                "end": 21718,
                                "loc": {
                                  "start": {
                                    "line": 677,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 677,
                                    "column": 69
                                  }
                                },
                                "operator": "+=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 21655,
                                  "end": 21658,
                                  "loc": {
                                    "start": {
                                      "line": 677,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 677,
                                      "column": 9
                                    },
                                    "identifierName": "sql"
                                  },
                                  "name": "sql"
                                },
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 21662,
                                  "end": 21718,
                                  "loc": {
                                    "start": {
                                      "line": 677,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 677,
                                      "column": 69
                                    }
                                  },
                                  "left": {
                                    "type": "StringLiteral",
                                    "start": 21662,
                                    "end": 21686,
                                    "loc": {
                                      "start": {
                                        "line": 677,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 677,
                                        "column": 37
                                      }
                                    },
                                    "extra": {
                                      "rawValue": " AND TC.TABLE_SCHEMA =",
                                      "raw": "' AND TC.TABLE_SCHEMA ='"
                                    },
                                    "value": " AND TC.TABLE_SCHEMA ="
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 21689,
                                    "end": 21718,
                                    "loc": {
                                      "start": {
                                        "line": 677,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 677,
                                        "column": 69
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 21689,
                                      "end": 21704,
                                      "loc": {
                                        "start": {
                                          "line": 677,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 677,
                                          "column": 55
                                        },
                                        "identifierName": "wrapSingleQuote"
                                      },
                                      "name": "wrapSingleQuote"
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 21705,
                                        "end": 21717,
                                        "loc": {
                                          "start": {
                                            "line": 677,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 677,
                                            "column": 68
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 21705,
                                          "end": 21710,
                                          "loc": {
                                            "start": {
                                              "line": 677,
                                              "column": 56
                                            },
                                            "end": {
                                              "line": 677,
                                              "column": 61
                                            },
                                            "identifierName": "table"
                                          },
                                          "name": "table"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 21711,
                                          "end": 21717,
                                          "loc": {
                                            "start": {
                                              "line": 677,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 677,
                                              "column": 68
                                            },
                                            "identifierName": "schema"
                                          },
                                          "name": "schema"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 21731,
                        "end": 21742,
                        "loc": {
                          "start": {
                            "line": 680,
                            "column": 4
                          },
                          "end": {
                            "line": 680,
                            "column": 15
                          }
                        },
                        "argument": {
                          "type": "Identifier",
                          "start": 21738,
                          "end": 21741,
                          "loc": {
                            "start": {
                              "line": 680,
                              "column": 11
                            },
                            "end": {
                              "line": 680,
                              "column": 14
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 21751,
                  "end": 22497,
                  "loc": {
                    "start": {
                      "line": 683,
                      "column": 2
                    },
                    "end": {
                      "line": 699,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 21751,
                    "end": 21779,
                    "loc": {
                      "start": {
                        "line": 683,
                        "column": 2
                      },
                      "end": {
                        "line": 683,
                        "column": 30
                      },
                      "identifierName": "getPrimaryKeyConstraintQuery"
                    },
                    "name": "getPrimaryKeyConstraintQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 21780,
                      "end": 21785,
                      "loc": {
                        "start": {
                          "line": 683,
                          "column": 31
                        },
                        "end": {
                          "line": 683,
                          "column": 36
                        },
                        "identifierName": "table"
                      },
                      "name": "table"
                    },
                    {
                      "type": "Identifier",
                      "start": 21787,
                      "end": 21800,
                      "loc": {
                        "start": {
                          "line": 683,
                          "column": 38
                        },
                        "end": {
                          "line": 683,
                          "column": 51
                        },
                        "identifierName": "attributeName"
                      },
                      "name": "attributeName"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 21802,
                    "end": 22497,
                    "loc": {
                      "start": {
                        "line": 683,
                        "column": 53
                      },
                      "end": {
                        "line": 699,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 21808,
                        "end": 21868,
                        "loc": {
                          "start": {
                            "line": 684,
                            "column": 4
                          },
                          "end": {
                            "line": 684,
                            "column": 64
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 21814,
                            "end": 21867,
                            "loc": {
                              "start": {
                                "line": 684,
                                "column": 10
                              },
                              "end": {
                                "line": 684,
                                "column": 63
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 21814,
                              "end": 21823,
                              "loc": {
                                "start": {
                                  "line": 684,
                                  "column": 10
                                },
                                "end": {
                                  "line": 684,
                                  "column": 19
                                },
                                "identifierName": "tableName"
                              },
                              "name": "tableName"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 21826,
                              "end": 21867,
                              "loc": {
                                "start": {
                                  "line": 684,
                                  "column": 22
                                },
                                "end": {
                                  "line": 684,
                                  "column": 63
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 21826,
                                "end": 21841,
                                "loc": {
                                  "start": {
                                    "line": 684,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 684,
                                    "column": 37
                                  },
                                  "identifierName": "wrapSingleQuote"
                                },
                                "name": "wrapSingleQuote"
                              },
                              "arguments": [
                                {
                                  "type": "LogicalExpression",
                                  "start": 21842,
                                  "end": 21866,
                                  "loc": {
                                    "start": {
                                      "line": 684,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 684,
                                      "column": 62
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 21842,
                                    "end": 21857,
                                    "loc": {
                                      "start": {
                                        "line": 684,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 684,
                                        "column": 53
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 21842,
                                      "end": 21847,
                                      "loc": {
                                        "start": {
                                          "line": 684,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 684,
                                          "column": 43
                                        },
                                        "identifierName": "table"
                                      },
                                      "name": "table"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 21848,
                                      "end": 21857,
                                      "loc": {
                                        "start": {
                                          "line": 684,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 684,
                                          "column": 53
                                        },
                                        "identifierName": "tableName"
                                      },
                                      "name": "tableName"
                                    },
                                    "computed": false
                                  },
                                  "operator": "||",
                                  "right": {
                                    "type": "Identifier",
                                    "start": 21861,
                                    "end": 21866,
                                    "loc": {
                                      "start": {
                                        "line": 684,
                                        "column": 57
                                      },
                                      "end": {
                                        "line": 684,
                                        "column": 62
                                      },
                                      "identifierName": "table"
                                    },
                                    "name": "table"
                                  }
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 21873,
                        "end": 22493,
                        "loc": {
                          "start": {
                            "line": 685,
                            "column": 4
                          },
                          "end": {
                            "line": 698,
                            "column": 16
                          }
                        },
                        "argument": {
                          "type": "CallExpression",
                          "start": 21880,
                          "end": 22492,
                          "loc": {
                            "start": {
                              "line": 685,
                              "column": 11
                            },
                            "end": {
                              "line": 698,
                              "column": 15
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 21880,
                            "end": 22487,
                            "loc": {
                              "start": {
                                "line": 685,
                                "column": 11
                              },
                              "end": {
                                "line": 698,
                                "column": 10
                              }
                            },
                            "object": {
                              "type": "ArrayExpression",
                              "start": 21880,
                              "end": 22482,
                              "loc": {
                                "start": {
                                  "line": 685,
                                  "column": 11
                                },
                                "end": {
                                  "line": 698,
                                  "column": 5
                                }
                              },
                              "elements": [
                                {
                                  "type": "StringLiteral",
                                  "start": 21888,
                                  "end": 21923,
                                  "loc": {
                                    "start": {
                                      "line": 686,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 686,
                                      "column": 41
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "SELECT K.TABLE_NAME AS tableName,",
                                    "raw": "'SELECT K.TABLE_NAME AS tableName,'"
                                  },
                                  "value": "SELECT K.TABLE_NAME AS tableName,"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 21931,
                                  "end": 21961,
                                  "loc": {
                                    "start": {
                                      "line": 687,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 687,
                                      "column": 36
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "K.COLUMN_NAME AS columnName,",
                                    "raw": "'K.COLUMN_NAME AS columnName,'"
                                  },
                                  "value": "K.COLUMN_NAME AS columnName,"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 21969,
                                  "end": 22006,
                                  "loc": {
                                    "start": {
                                      "line": 688,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 688,
                                      "column": 43
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "K.CONSTRAINT_NAME AS constraintName",
                                    "raw": "'K.CONSTRAINT_NAME AS constraintName'"
                                  },
                                  "value": "K.CONSTRAINT_NAME AS constraintName"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 22014,
                                  "end": 22062,
                                  "loc": {
                                    "start": {
                                      "line": 689,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 689,
                                      "column": 54
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "FROM INFORMATION_SCHEMA.TABLE_CONSTRAINTS AS C",
                                    "raw": "'FROM INFORMATION_SCHEMA.TABLE_CONSTRAINTS AS C'"
                                  },
                                  "value": "FROM INFORMATION_SCHEMA.TABLE_CONSTRAINTS AS C"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 22070,
                                  "end": 22117,
                                  "loc": {
                                    "start": {
                                      "line": 690,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 690,
                                      "column": 53
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "JOIN INFORMATION_SCHEMA.KEY_COLUMN_USAGE AS K",
                                    "raw": "'JOIN INFORMATION_SCHEMA.KEY_COLUMN_USAGE AS K'"
                                  },
                                  "value": "JOIN INFORMATION_SCHEMA.KEY_COLUMN_USAGE AS K"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 22125,
                                  "end": 22157,
                                  "loc": {
                                    "start": {
                                      "line": 691,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 691,
                                      "column": 38
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "ON C.TABLE_NAME = K.TABLE_NAME",
                                    "raw": "'ON C.TABLE_NAME = K.TABLE_NAME'"
                                  },
                                  "value": "ON C.TABLE_NAME = K.TABLE_NAME"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 22165,
                                  "end": 22214,
                                  "loc": {
                                    "start": {
                                      "line": 692,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 692,
                                      "column": 55
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "AND C.CONSTRAINT_CATALOG = K.CONSTRAINT_CATALOG",
                                    "raw": "'AND C.CONSTRAINT_CATALOG = K.CONSTRAINT_CATALOG'"
                                  },
                                  "value": "AND C.CONSTRAINT_CATALOG = K.CONSTRAINT_CATALOG"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 22222,
                                  "end": 22269,
                                  "loc": {
                                    "start": {
                                      "line": 693,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 693,
                                      "column": 53
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "AND C.CONSTRAINT_SCHEMA = K.CONSTRAINT_SCHEMA",
                                    "raw": "'AND C.CONSTRAINT_SCHEMA = K.CONSTRAINT_SCHEMA'"
                                  },
                                  "value": "AND C.CONSTRAINT_SCHEMA = K.CONSTRAINT_SCHEMA"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 22277,
                                  "end": 22320,
                                  "loc": {
                                    "start": {
                                      "line": 694,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 694,
                                      "column": 49
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "AND C.CONSTRAINT_NAME = K.CONSTRAINT_NAME",
                                    "raw": "'AND C.CONSTRAINT_NAME = K.CONSTRAINT_NAME'"
                                  },
                                  "value": "AND C.CONSTRAINT_NAME = K.CONSTRAINT_NAME"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 22328,
                                  "end": 22371,
                                  "loc": {
                                    "start": {
                                      "line": 695,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 695,
                                      "column": 49
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "WHERE C.CONSTRAINT_TYPE = 'PRIMARY KEY'",
                                    "raw": "'WHERE C.CONSTRAINT_TYPE = \\'PRIMARY KEY\\''"
                                  },
                                  "value": "WHERE C.CONSTRAINT_TYPE = 'PRIMARY KEY'"
                                },
                                {
                                  "type": "TemplateLiteral",
                                  "start": 22379,
                                  "end": 22434,
                                  "loc": {
                                    "start": {
                                      "line": 696,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 696,
                                      "column": 61
                                    }
                                  },
                                  "expressions": [
                                    {
                                      "type": "CallExpression",
                                      "start": 22402,
                                      "end": 22432,
                                      "loc": {
                                        "start": {
                                          "line": 696,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 696,
                                          "column": 59
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 22402,
                                        "end": 22417,
                                        "loc": {
                                          "start": {
                                            "line": 696,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 696,
                                            "column": 44
                                          },
                                          "identifierName": "wrapSingleQuote"
                                        },
                                        "name": "wrapSingleQuote"
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 22418,
                                          "end": 22431,
                                          "loc": {
                                            "start": {
                                              "line": 696,
                                              "column": 45
                                            },
                                            "end": {
                                              "line": 696,
                                              "column": 58
                                            },
                                            "identifierName": "attributeName"
                                          },
                                          "name": "attributeName"
                                        }
                                      ]
                                    }
                                  ],
                                  "quasis": [
                                    {
                                      "type": "TemplateElement",
                                      "start": 22380,
                                      "end": 22400,
                                      "loc": {
                                        "start": {
                                          "line": 696,
                                          "column": 7
                                        },
                                        "end": {
                                          "line": 696,
                                          "column": 27
                                        }
                                      },
                                      "value": {
                                        "raw": "AND K.COLUMN_NAME = ",
                                        "cooked": "AND K.COLUMN_NAME = "
                                      },
                                      "tail": false
                                    },
                                    {
                                      "type": "TemplateElement",
                                      "start": 22433,
                                      "end": 22433,
                                      "loc": {
                                        "start": {
                                          "line": 696,
                                          "column": 60
                                        },
                                        "end": {
                                          "line": 696,
                                          "column": 60
                                        }
                                      },
                                      "value": {
                                        "raw": "",
                                        "cooked": ""
                                      },
                                      "tail": true
                                    }
                                  ]
                                },
                                {
                                  "type": "TemplateLiteral",
                                  "start": 22442,
                                  "end": 22476,
                                  "loc": {
                                    "start": {
                                      "line": 697,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 697,
                                      "column": 40
                                    }
                                  },
                                  "expressions": [
                                    {
                                      "type": "Identifier",
                                      "start": 22464,
                                      "end": 22473,
                                      "loc": {
                                        "start": {
                                          "line": 697,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 697,
                                          "column": 37
                                        },
                                        "identifierName": "tableName"
                                      },
                                      "name": "tableName"
                                    }
                                  ],
                                  "quasis": [
                                    {
                                      "type": "TemplateElement",
                                      "start": 22443,
                                      "end": 22462,
                                      "loc": {
                                        "start": {
                                          "line": 697,
                                          "column": 7
                                        },
                                        "end": {
                                          "line": 697,
                                          "column": 26
                                        }
                                      },
                                      "value": {
                                        "raw": "AND K.TABLE_NAME = ",
                                        "cooked": "AND K.TABLE_NAME = "
                                      },
                                      "tail": false
                                    },
                                    {
                                      "type": "TemplateElement",
                                      "start": 22474,
                                      "end": 22475,
                                      "loc": {
                                        "start": {
                                          "line": 697,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 697,
                                          "column": 39
                                        }
                                      },
                                      "value": {
                                        "raw": ";",
                                        "cooked": ";"
                                      },
                                      "tail": true
                                    }
                                  ]
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 22483,
                              "end": 22487,
                              "loc": {
                                "start": {
                                  "line": 698,
                                  "column": 6
                                },
                                "end": {
                                  "line": 698,
                                  "column": 10
                                },
                                "identifierName": "join"
                              },
                              "name": "join"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 22488,
                              "end": 22491,
                              "loc": {
                                "start": {
                                  "line": 698,
                                  "column": 11
                                },
                                "end": {
                                  "line": 698,
                                  "column": 14
                                }
                              },
                              "extra": {
                                "rawValue": " ",
                                "raw": "' '"
                              },
                              "value": " "
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 22502,
                  "end": 22717,
                  "loc": {
                    "start": {
                      "line": 701,
                      "column": 2
                    },
                    "end": {
                      "line": 706,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 22502,
                    "end": 22521,
                    "loc": {
                      "start": {
                        "line": 701,
                        "column": 2
                      },
                      "end": {
                        "line": 701,
                        "column": 21
                      },
                      "identifierName": "dropForeignKeyQuery"
                    },
                    "name": "dropForeignKeyQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 22522,
                      "end": 22531,
                      "loc": {
                        "start": {
                          "line": 701,
                          "column": 22
                        },
                        "end": {
                          "line": 701,
                          "column": 31
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    },
                    {
                      "type": "Identifier",
                      "start": 22533,
                      "end": 22543,
                      "loc": {
                        "start": {
                          "line": 701,
                          "column": 33
                        },
                        "end": {
                          "line": 701,
                          "column": 43
                        },
                        "identifierName": "foreignKey"
                      },
                      "name": "foreignKey"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 22545,
                    "end": 22717,
                    "loc": {
                      "start": {
                        "line": 701,
                        "column": 45
                      },
                      "end": {
                        "line": 706,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ReturnStatement",
                        "start": 22551,
                        "end": 22713,
                        "loc": {
                          "start": {
                            "line": 702,
                            "column": 4
                          },
                          "end": {
                            "line": 705,
                            "column": 7
                          }
                        },
                        "argument": {
                          "type": "CallExpression",
                          "start": 22558,
                          "end": 22712,
                          "loc": {
                            "start": {
                              "line": 702,
                              "column": 11
                            },
                            "end": {
                              "line": 705,
                              "column": 6
                            }
                          },
                          "callee": {
                            "type": "CallExpression",
                            "start": 22558,
                            "end": 22618,
                            "loc": {
                              "start": {
                                "line": 702,
                                "column": 11
                              },
                              "end": {
                                "line": 702,
                                "column": 71
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 22558,
                              "end": 22574,
                              "loc": {
                                "start": {
                                  "line": 702,
                                  "column": 11
                                },
                                "end": {
                                  "line": 702,
                                  "column": 27
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 22558,
                                "end": 22565,
                                "loc": {
                                  "start": {
                                    "line": 702,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 702,
                                    "column": 18
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 22558,
                                  "end": 22563,
                                  "loc": {
                                    "start": {
                                      "line": 702,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 702,
                                      "column": 16
                                    },
                                    "identifierName": "Utils"
                                  },
                                  "name": "Utils"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 22564,
                                  "end": 22565,
                                  "loc": {
                                    "start": {
                                      "line": 702,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 702,
                                      "column": 18
                                    },
                                    "identifierName": "_"
                                  },
                                  "name": "_"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 22566,
                                "end": 22574,
                                "loc": {
                                  "start": {
                                    "line": 702,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 702,
                                    "column": 27
                                  },
                                  "identifierName": "template"
                                },
                                "name": "template"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "StringLiteral",
                                "start": 22575,
                                "end": 22617,
                                "loc": {
                                  "start": {
                                    "line": 702,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 702,
                                    "column": 70
                                  }
                                },
                                "extra": {
                                  "rawValue": "ALTER TABLE <%= table %> DROP <%= key %>",
                                  "raw": "'ALTER TABLE <%= table %> DROP <%= key %>'"
                                },
                                "value": "ALTER TABLE <%= table %> DROP <%= key %>"
                              }
                            ]
                          },
                          "arguments": [
                            {
                              "type": "ObjectExpression",
                              "start": 22619,
                              "end": 22711,
                              "loc": {
                                "start": {
                                  "line": 702,
                                  "column": 72
                                },
                                "end": {
                                  "line": 705,
                                  "column": 5
                                }
                              },
                              "properties": [
                                {
                                  "type": "ObjectProperty",
                                  "start": 22627,
                                  "end": 22660,
                                  "loc": {
                                    "start": {
                                      "line": 703,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 703,
                                      "column": 39
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 22627,
                                    "end": 22632,
                                    "loc": {
                                      "start": {
                                        "line": 703,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 703,
                                        "column": 11
                                      },
                                      "identifierName": "table"
                                    },
                                    "name": "table"
                                  },
                                  "value": {
                                    "type": "CallExpression",
                                    "start": 22634,
                                    "end": 22660,
                                    "loc": {
                                      "start": {
                                        "line": 703,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 703,
                                        "column": 39
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 22634,
                                      "end": 22649,
                                      "loc": {
                                        "start": {
                                          "line": 703,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 703,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 22634,
                                        "end": 22638,
                                        "loc": {
                                          "start": {
                                            "line": 703,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 703,
                                            "column": 17
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 22639,
                                        "end": 22649,
                                        "loc": {
                                          "start": {
                                            "line": 703,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 703,
                                            "column": 28
                                          },
                                          "identifierName": "quoteTable"
                                        },
                                        "name": "quoteTable"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 22650,
                                        "end": 22659,
                                        "loc": {
                                          "start": {
                                            "line": 703,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 703,
                                            "column": 38
                                          },
                                          "identifierName": "tableName"
                                        },
                                        "name": "tableName"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 22668,
                                  "end": 22705,
                                  "loc": {
                                    "start": {
                                      "line": 704,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 704,
                                      "column": 43
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 22668,
                                    "end": 22671,
                                    "loc": {
                                      "start": {
                                        "line": 704,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 704,
                                        "column": 9
                                      },
                                      "identifierName": "key"
                                    },
                                    "name": "key"
                                  },
                                  "value": {
                                    "type": "CallExpression",
                                    "start": 22673,
                                    "end": 22705,
                                    "loc": {
                                      "start": {
                                        "line": 704,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 704,
                                        "column": 43
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 22673,
                                      "end": 22693,
                                      "loc": {
                                        "start": {
                                          "line": 704,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 704,
                                          "column": 31
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 22673,
                                        "end": 22677,
                                        "loc": {
                                          "start": {
                                            "line": 704,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 704,
                                            "column": 15
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 22678,
                                        "end": 22693,
                                        "loc": {
                                          "start": {
                                            "line": 704,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 704,
                                            "column": 31
                                          },
                                          "identifierName": "quoteIdentifier"
                                        },
                                        "name": "quoteIdentifier"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 22694,
                                        "end": 22704,
                                        "loc": {
                                          "start": {
                                            "line": 704,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 704,
                                            "column": 42
                                          },
                                          "identifierName": "foreignKey"
                                        },
                                        "name": "foreignKey"
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 22722,
                  "end": 23176,
                  "loc": {
                    "start": {
                      "line": 708,
                      "column": 2
                    },
                    "end": {
                      "line": 717,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 22722,
                    "end": 22747,
                    "loc": {
                      "start": {
                        "line": 708,
                        "column": 2
                      },
                      "end": {
                        "line": 708,
                        "column": 27
                      },
                      "identifierName": "getDefaultConstraintQuery"
                    },
                    "name": "getDefaultConstraintQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 22748,
                      "end": 22757,
                      "loc": {
                        "start": {
                          "line": 708,
                          "column": 28
                        },
                        "end": {
                          "line": 708,
                          "column": 37
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    },
                    {
                      "type": "Identifier",
                      "start": 22759,
                      "end": 22772,
                      "loc": {
                        "start": {
                          "line": 708,
                          "column": 39
                        },
                        "end": {
                          "line": 708,
                          "column": 52
                        },
                        "identifierName": "attributeName"
                      },
                      "name": "attributeName"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 22774,
                    "end": 23176,
                    "loc": {
                      "start": {
                        "line": 708,
                        "column": 54
                      },
                      "end": {
                        "line": 717,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 22780,
                        "end": 23060,
                        "loc": {
                          "start": {
                            "line": 709,
                            "column": 4
                          },
                          "end": {
                            "line": 712,
                            "column": 57
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 22784,
                            "end": 23059,
                            "loc": {
                              "start": {
                                "line": 709,
                                "column": 8
                              },
                              "end": {
                                "line": 712,
                                "column": 56
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 22784,
                              "end": 22787,
                              "loc": {
                                "start": {
                                  "line": 709,
                                  "column": 8
                                },
                                "end": {
                                  "line": 709,
                                  "column": 11
                                },
                                "identifierName": "sql"
                              },
                              "name": "sql"
                            },
                            "init": {
                              "type": "BinaryExpression",
                              "start": 22790,
                              "end": 23059,
                              "loc": {
                                "start": {
                                  "line": 709,
                                  "column": 14
                                },
                                "end": {
                                  "line": 712,
                                  "column": 56
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 22790,
                                "end": 23000,
                                "loc": {
                                  "start": {
                                    "line": 709,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 711,
                                    "column": 97
                                  }
                                },
                                "left": {
                                  "type": "BinaryExpression",
                                  "start": 22790,
                                  "end": 22900,
                                  "loc": {
                                    "start": {
                                      "line": 709,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 710,
                                      "column": 64
                                    }
                                  },
                                  "left": {
                                    "type": "StringLiteral",
                                    "start": 22790,
                                    "end": 22833,
                                    "loc": {
                                      "start": {
                                        "line": 709,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 709,
                                        "column": 57
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "SELECT name FROM SYS.DEFAULT_CONSTRAINTS ",
                                      "raw": "'SELECT name FROM SYS.DEFAULT_CONSTRAINTS '"
                                    },
                                    "value": "SELECT name FROM SYS.DEFAULT_CONSTRAINTS "
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 22842,
                                    "end": 22900,
                                    "loc": {
                                      "start": {
                                        "line": 710,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 710,
                                        "column": 64
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "WHERE PARENT_OBJECT_ID = OBJECT_ID('<%= table %>', 'U') ",
                                      "raw": "\"WHERE PARENT_OBJECT_ID = OBJECT_ID('<%= table %>', 'U') \""
                                    },
                                    "value": "WHERE PARENT_OBJECT_ID = OBJECT_ID('<%= table %>', 'U') "
                                  }
                                },
                                "operator": "+",
                                "right": {
                                  "type": "StringLiteral",
                                  "start": 22909,
                                  "end": 23000,
                                  "loc": {
                                    "start": {
                                      "line": 711,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 711,
                                      "column": 97
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "AND PARENT_COLUMN_ID = (SELECT column_id FROM sys.columns WHERE NAME = ('<%= column %>') ",
                                    "raw": "\"AND PARENT_COLUMN_ID = (SELECT column_id FROM sys.columns WHERE NAME = ('<%= column %>') \""
                                  },
                                  "value": "AND PARENT_COLUMN_ID = (SELECT column_id FROM sys.columns WHERE NAME = ('<%= column %>') "
                                }
                              },
                              "operator": "+",
                              "right": {
                                "type": "StringLiteral",
                                "start": 23009,
                                "end": 23059,
                                "loc": {
                                  "start": {
                                    "line": 712,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 712,
                                    "column": 56
                                  }
                                },
                                "extra": {
                                  "rawValue": "AND object_id = OBJECT_ID('<%= table %>', 'U'));",
                                  "raw": "\"AND object_id = OBJECT_ID('<%= table %>', 'U'));\""
                                },
                                "value": "AND object_id = OBJECT_ID('<%= table %>', 'U'));"
                              }
                            }
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 23065,
                        "end": 23172,
                        "loc": {
                          "start": {
                            "line": 713,
                            "column": 4
                          },
                          "end": {
                            "line": 716,
                            "column": 7
                          }
                        },
                        "argument": {
                          "type": "CallExpression",
                          "start": 23072,
                          "end": 23171,
                          "loc": {
                            "start": {
                              "line": 713,
                              "column": 11
                            },
                            "end": {
                              "line": 716,
                              "column": 6
                            }
                          },
                          "callee": {
                            "type": "CallExpression",
                            "start": 23072,
                            "end": 23093,
                            "loc": {
                              "start": {
                                "line": 713,
                                "column": 11
                              },
                              "end": {
                                "line": 713,
                                "column": 32
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 23072,
                              "end": 23088,
                              "loc": {
                                "start": {
                                  "line": 713,
                                  "column": 11
                                },
                                "end": {
                                  "line": 713,
                                  "column": 27
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 23072,
                                "end": 23079,
                                "loc": {
                                  "start": {
                                    "line": 713,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 713,
                                    "column": 18
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 23072,
                                  "end": 23077,
                                  "loc": {
                                    "start": {
                                      "line": 713,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 713,
                                      "column": 16
                                    },
                                    "identifierName": "Utils"
                                  },
                                  "name": "Utils"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 23078,
                                  "end": 23079,
                                  "loc": {
                                    "start": {
                                      "line": 713,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 713,
                                      "column": 18
                                    },
                                    "identifierName": "_"
                                  },
                                  "name": "_"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 23080,
                                "end": 23088,
                                "loc": {
                                  "start": {
                                    "line": 713,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 713,
                                    "column": 27
                                  },
                                  "identifierName": "template"
                                },
                                "name": "template"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 23089,
                                "end": 23092,
                                "loc": {
                                  "start": {
                                    "line": 713,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 713,
                                    "column": 31
                                  },
                                  "identifierName": "sql"
                                },
                                "name": "sql"
                              }
                            ]
                          },
                          "arguments": [
                            {
                              "type": "ObjectExpression",
                              "start": 23094,
                              "end": 23170,
                              "loc": {
                                "start": {
                                  "line": 713,
                                  "column": 33
                                },
                                "end": {
                                  "line": 716,
                                  "column": 5
                                }
                              },
                              "properties": [
                                {
                                  "type": "ObjectProperty",
                                  "start": 23102,
                                  "end": 23135,
                                  "loc": {
                                    "start": {
                                      "line": 714,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 714,
                                      "column": 39
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 23102,
                                    "end": 23107,
                                    "loc": {
                                      "start": {
                                        "line": 714,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 714,
                                        "column": 11
                                      },
                                      "identifierName": "table"
                                    },
                                    "name": "table"
                                  },
                                  "value": {
                                    "type": "CallExpression",
                                    "start": 23109,
                                    "end": 23135,
                                    "loc": {
                                      "start": {
                                        "line": 714,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 714,
                                        "column": 39
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 23109,
                                      "end": 23124,
                                      "loc": {
                                        "start": {
                                          "line": 714,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 714,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 23109,
                                        "end": 23113,
                                        "loc": {
                                          "start": {
                                            "line": 714,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 714,
                                            "column": 17
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 23114,
                                        "end": 23124,
                                        "loc": {
                                          "start": {
                                            "line": 714,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 714,
                                            "column": 28
                                          },
                                          "identifierName": "quoteTable"
                                        },
                                        "name": "quoteTable"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 23125,
                                        "end": 23134,
                                        "loc": {
                                          "start": {
                                            "line": 714,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 714,
                                            "column": 38
                                          },
                                          "identifierName": "tableName"
                                        },
                                        "name": "tableName"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 23143,
                                  "end": 23164,
                                  "loc": {
                                    "start": {
                                      "line": 715,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 715,
                                      "column": 27
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 23143,
                                    "end": 23149,
                                    "loc": {
                                      "start": {
                                        "line": 715,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 715,
                                        "column": 12
                                      },
                                      "identifierName": "column"
                                    },
                                    "name": "column"
                                  },
                                  "value": {
                                    "type": "Identifier",
                                    "start": 23151,
                                    "end": 23164,
                                    "loc": {
                                      "start": {
                                        "line": 715,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 715,
                                        "column": 27
                                      },
                                      "identifierName": "attributeName"
                                    },
                                    "name": "attributeName"
                                  }
                                }
                              ]
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 23181,
                  "end": 23449,
                  "loc": {
                    "start": {
                      "line": 719,
                      "column": 2
                    },
                    "end": {
                      "line": 725,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 23181,
                    "end": 23200,
                    "loc": {
                      "start": {
                        "line": 719,
                        "column": 2
                      },
                      "end": {
                        "line": 719,
                        "column": 21
                      },
                      "identifierName": "dropConstraintQuery"
                    },
                    "name": "dropConstraintQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 23201,
                      "end": 23210,
                      "loc": {
                        "start": {
                          "line": 719,
                          "column": 22
                        },
                        "end": {
                          "line": 719,
                          "column": 31
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    },
                    {
                      "type": "Identifier",
                      "start": 23212,
                      "end": 23226,
                      "loc": {
                        "start": {
                          "line": 719,
                          "column": 33
                        },
                        "end": {
                          "line": 719,
                          "column": 47
                        },
                        "identifierName": "constraintName"
                      },
                      "name": "constraintName"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 23228,
                    "end": 23449,
                    "loc": {
                      "start": {
                        "line": 719,
                        "column": 49
                      },
                      "end": {
                        "line": 725,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 23234,
                        "end": 23306,
                        "loc": {
                          "start": {
                            "line": 720,
                            "column": 4
                          },
                          "end": {
                            "line": 720,
                            "column": 76
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 23238,
                            "end": 23305,
                            "loc": {
                              "start": {
                                "line": 720,
                                "column": 8
                              },
                              "end": {
                                "line": 720,
                                "column": 75
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 23238,
                              "end": 23241,
                              "loc": {
                                "start": {
                                  "line": 720,
                                  "column": 8
                                },
                                "end": {
                                  "line": 720,
                                  "column": 11
                                },
                                "identifierName": "sql"
                              },
                              "name": "sql"
                            },
                            "init": {
                              "type": "StringLiteral",
                              "start": 23244,
                              "end": 23305,
                              "loc": {
                                "start": {
                                  "line": 720,
                                  "column": 14
                                },
                                "end": {
                                  "line": 720,
                                  "column": 75
                                }
                              },
                              "extra": {
                                "rawValue": "ALTER TABLE <%= table %> DROP CONSTRAINT <%= constraint %>;",
                                "raw": "'ALTER TABLE <%= table %> DROP CONSTRAINT <%= constraint %>;'"
                              },
                              "value": "ALTER TABLE <%= table %> DROP CONSTRAINT <%= constraint %>;"
                            }
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 23311,
                        "end": 23445,
                        "loc": {
                          "start": {
                            "line": 721,
                            "column": 4
                          },
                          "end": {
                            "line": 724,
                            "column": 7
                          }
                        },
                        "argument": {
                          "type": "CallExpression",
                          "start": 23318,
                          "end": 23444,
                          "loc": {
                            "start": {
                              "line": 721,
                              "column": 11
                            },
                            "end": {
                              "line": 724,
                              "column": 6
                            }
                          },
                          "callee": {
                            "type": "CallExpression",
                            "start": 23318,
                            "end": 23339,
                            "loc": {
                              "start": {
                                "line": 721,
                                "column": 11
                              },
                              "end": {
                                "line": 721,
                                "column": 32
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 23318,
                              "end": 23334,
                              "loc": {
                                "start": {
                                  "line": 721,
                                  "column": 11
                                },
                                "end": {
                                  "line": 721,
                                  "column": 27
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 23318,
                                "end": 23325,
                                "loc": {
                                  "start": {
                                    "line": 721,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 721,
                                    "column": 18
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 23318,
                                  "end": 23323,
                                  "loc": {
                                    "start": {
                                      "line": 721,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 721,
                                      "column": 16
                                    },
                                    "identifierName": "Utils"
                                  },
                                  "name": "Utils"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 23324,
                                  "end": 23325,
                                  "loc": {
                                    "start": {
                                      "line": 721,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 721,
                                      "column": 18
                                    },
                                    "identifierName": "_"
                                  },
                                  "name": "_"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 23326,
                                "end": 23334,
                                "loc": {
                                  "start": {
                                    "line": 721,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 721,
                                    "column": 27
                                  },
                                  "identifierName": "template"
                                },
                                "name": "template"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 23335,
                                "end": 23338,
                                "loc": {
                                  "start": {
                                    "line": 721,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 721,
                                    "column": 31
                                  },
                                  "identifierName": "sql"
                                },
                                "name": "sql"
                              }
                            ]
                          },
                          "arguments": [
                            {
                              "type": "ObjectExpression",
                              "start": 23340,
                              "end": 23443,
                              "loc": {
                                "start": {
                                  "line": 721,
                                  "column": 33
                                },
                                "end": {
                                  "line": 724,
                                  "column": 5
                                }
                              },
                              "properties": [
                                {
                                  "type": "ObjectProperty",
                                  "start": 23348,
                                  "end": 23381,
                                  "loc": {
                                    "start": {
                                      "line": 722,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 722,
                                      "column": 39
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 23348,
                                    "end": 23353,
                                    "loc": {
                                      "start": {
                                        "line": 722,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 722,
                                        "column": 11
                                      },
                                      "identifierName": "table"
                                    },
                                    "name": "table"
                                  },
                                  "value": {
                                    "type": "CallExpression",
                                    "start": 23355,
                                    "end": 23381,
                                    "loc": {
                                      "start": {
                                        "line": 722,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 722,
                                        "column": 39
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 23355,
                                      "end": 23370,
                                      "loc": {
                                        "start": {
                                          "line": 722,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 722,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 23355,
                                        "end": 23359,
                                        "loc": {
                                          "start": {
                                            "line": 722,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 722,
                                            "column": 17
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 23360,
                                        "end": 23370,
                                        "loc": {
                                          "start": {
                                            "line": 722,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 722,
                                            "column": 28
                                          },
                                          "identifierName": "quoteTable"
                                        },
                                        "name": "quoteTable"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 23371,
                                        "end": 23380,
                                        "loc": {
                                          "start": {
                                            "line": 722,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 722,
                                            "column": 38
                                          },
                                          "identifierName": "tableName"
                                        },
                                        "name": "tableName"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 23389,
                                  "end": 23437,
                                  "loc": {
                                    "start": {
                                      "line": 723,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 723,
                                      "column": 54
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 23389,
                                    "end": 23399,
                                    "loc": {
                                      "start": {
                                        "line": 723,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 723,
                                        "column": 16
                                      },
                                      "identifierName": "constraint"
                                    },
                                    "name": "constraint"
                                  },
                                  "value": {
                                    "type": "CallExpression",
                                    "start": 23401,
                                    "end": 23437,
                                    "loc": {
                                      "start": {
                                        "line": 723,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 723,
                                        "column": 54
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 23401,
                                      "end": 23421,
                                      "loc": {
                                        "start": {
                                          "line": 723,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 723,
                                          "column": 38
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 23401,
                                        "end": 23405,
                                        "loc": {
                                          "start": {
                                            "line": 723,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 723,
                                            "column": 22
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 23406,
                                        "end": 23421,
                                        "loc": {
                                          "start": {
                                            "line": 723,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 723,
                                            "column": 38
                                          },
                                          "identifierName": "quoteIdentifier"
                                        },
                                        "name": "quoteIdentifier"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 23422,
                                        "end": 23436,
                                        "loc": {
                                          "start": {
                                            "line": 723,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 723,
                                            "column": 53
                                          },
                                          "identifierName": "constraintName"
                                        },
                                        "name": "constraintName"
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 23454,
                  "end": 23577,
                  "loc": {
                    "start": {
                      "line": 727,
                      "column": 2
                    },
                    "end": {
                      "line": 730,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 23454,
                    "end": 23472,
                    "loc": {
                      "start": {
                        "line": 727,
                        "column": 2
                      },
                      "end": {
                        "line": 727,
                        "column": 20
                      },
                      "identifierName": "setAutocommitQuery"
                    },
                    "name": "setAutocommitQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 23473,
                      "end": 23478,
                      "loc": {
                        "start": {
                          "line": 727,
                          "column": 21
                        },
                        "end": {
                          "line": 727,
                          "column": 26
                        },
                        "identifierName": "value"
                      },
                      "name": "value"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 23480,
                    "end": 23577,
                    "loc": {
                      "start": {
                        "line": 727,
                        "column": 28
                      },
                      "end": {
                        "line": 730,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ReturnStatement",
                        "start": 23486,
                        "end": 23496,
                        "loc": {
                          "start": {
                            "line": 728,
                            "column": 4
                          },
                          "end": {
                            "line": 728,
                            "column": 14
                          }
                        },
                        "argument": {
                          "type": "StringLiteral",
                          "start": 23493,
                          "end": 23495,
                          "loc": {
                            "start": {
                              "line": 728,
                              "column": 11
                            },
                            "end": {
                              "line": 728,
                              "column": 13
                            }
                          },
                          "extra": {
                            "rawValue": "",
                            "raw": "''"
                          },
                          "value": ""
                        },
                        "trailingComments": [
                          {
                            "type": "CommentLine",
                            "value": " return 'SET IMPLICIT_TRANSACTIONS ' + (!!value ? 'OFF' : 'ON') + ';';",
                            "start": 23501,
                            "end": 23573,
                            "loc": {
                              "start": {
                                "line": 729,
                                "column": 4
                              },
                              "end": {
                                "line": 729,
                                "column": 76
                              }
                            }
                          }
                        ]
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 23582,
                  "end": 23627,
                  "loc": {
                    "start": {
                      "line": 732,
                      "column": 2
                    },
                    "end": {
                      "line": 734,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 23582,
                    "end": 23604,
                    "loc": {
                      "start": {
                        "line": 732,
                        "column": 2
                      },
                      "end": {
                        "line": 732,
                        "column": 24
                      },
                      "identifierName": "setIsolationLevelQuery"
                    },
                    "name": "setIsolationLevelQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 23605,
                      "end": 23610,
                      "loc": {
                        "start": {
                          "line": 732,
                          "column": 25
                        },
                        "end": {
                          "line": 732,
                          "column": 30
                        },
                        "identifierName": "value"
                      },
                      "name": "value"
                    },
                    {
                      "type": "Identifier",
                      "start": 23612,
                      "end": 23619,
                      "loc": {
                        "start": {
                          "line": 732,
                          "column": 32
                        },
                        "end": {
                          "line": 732,
                          "column": 39
                        },
                        "identifierName": "options"
                      },
                      "name": "options"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 23621,
                    "end": 23627,
                    "loc": {
                      "start": {
                        "line": 732,
                        "column": 41
                      },
                      "end": {
                        "line": 734,
                        "column": 3
                      }
                    },
                    "body": [],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 23632,
                  "end": 23705,
                  "loc": {
                    "start": {
                      "line": 736,
                      "column": 2
                    },
                    "end": {
                      "line": 738,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 23632,
                    "end": 23653,
                    "loc": {
                      "start": {
                        "line": 736,
                        "column": 2
                      },
                      "end": {
                        "line": 736,
                        "column": 23
                      },
                      "identifierName": "generateTransactionId"
                    },
                    "name": "generateTransactionId"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [],
                  "body": {
                    "type": "BlockStatement",
                    "start": 23656,
                    "end": 23705,
                    "loc": {
                      "start": {
                        "line": 736,
                        "column": 26
                      },
                      "end": {
                        "line": 738,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ReturnStatement",
                        "start": 23662,
                        "end": 23701,
                        "loc": {
                          "start": {
                            "line": 737,
                            "column": 4
                          },
                          "end": {
                            "line": 737,
                            "column": 43
                          }
                        },
                        "argument": {
                          "type": "CallExpression",
                          "start": 23669,
                          "end": 23700,
                          "loc": {
                            "start": {
                              "line": 737,
                              "column": 11
                            },
                            "end": {
                              "line": 737,
                              "column": 42
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 23669,
                            "end": 23693,
                            "loc": {
                              "start": {
                                "line": 737,
                                "column": 11
                              },
                              "end": {
                                "line": 737,
                                "column": 35
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 23669,
                              "end": 23684,
                              "loc": {
                                "start": {
                                  "line": 737,
                                  "column": 11
                                },
                                "end": {
                                  "line": 737,
                                  "column": 26
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 23669,
                                "end": 23680,
                                "loc": {
                                  "start": {
                                    "line": 737,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 737,
                                    "column": 22
                                  },
                                  "identifierName": "randomBytes"
                                },
                                "name": "randomBytes"
                              },
                              "arguments": [
                                {
                                  "type": "NumericLiteral",
                                  "start": 23681,
                                  "end": 23683,
                                  "loc": {
                                    "start": {
                                      "line": 737,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 737,
                                      "column": 25
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 10,
                                    "raw": "10"
                                  },
                                  "value": 10
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 23685,
                              "end": 23693,
                              "loc": {
                                "start": {
                                  "line": 737,
                                  "column": 27
                                },
                                "end": {
                                  "line": 737,
                                  "column": 35
                                },
                                "identifierName": "toString"
                              },
                              "name": "toString"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 23694,
                              "end": 23699,
                              "loc": {
                                "start": {
                                  "line": 737,
                                  "column": 36
                                },
                                "end": {
                                  "line": 737,
                                  "column": 41
                                }
                              },
                              "extra": {
                                "rawValue": "hex",
                                "raw": "'hex'"
                              },
                              "value": "hex"
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 23710,
                  "end": 23910,
                  "loc": {
                    "start": {
                      "line": 740,
                      "column": 2
                    },
                    "end": {
                      "line": 746,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 23710,
                    "end": 23731,
                    "loc": {
                      "start": {
                        "line": 740,
                        "column": 2
                      },
                      "end": {
                        "line": 740,
                        "column": 23
                      },
                      "identifierName": "startTransactionQuery"
                    },
                    "name": "startTransactionQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 23732,
                      "end": 23743,
                      "loc": {
                        "start": {
                          "line": 740,
                          "column": 24
                        },
                        "end": {
                          "line": 740,
                          "column": 35
                        },
                        "identifierName": "transaction"
                      },
                      "name": "transaction"
                    },
                    {
                      "type": "Identifier",
                      "start": 23745,
                      "end": 23752,
                      "loc": {
                        "start": {
                          "line": 740,
                          "column": 37
                        },
                        "end": {
                          "line": 740,
                          "column": 44
                        },
                        "identifierName": "options"
                      },
                      "name": "options"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 23754,
                    "end": 23910,
                    "loc": {
                      "start": {
                        "line": 740,
                        "column": 46
                      },
                      "end": {
                        "line": 746,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "IfStatement",
                        "start": 23760,
                        "end": 23872,
                        "loc": {
                          "start": {
                            "line": 741,
                            "column": 4
                          },
                          "end": {
                            "line": 743,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "MemberExpression",
                          "start": 23764,
                          "end": 23782,
                          "loc": {
                            "start": {
                              "line": 741,
                              "column": 8
                            },
                            "end": {
                              "line": 741,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 23764,
                            "end": 23775,
                            "loc": {
                              "start": {
                                "line": 741,
                                "column": 8
                              },
                              "end": {
                                "line": 741,
                                "column": 19
                              },
                              "identifierName": "transaction"
                            },
                            "name": "transaction"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 23776,
                            "end": 23782,
                            "loc": {
                              "start": {
                                "line": 741,
                                "column": 20
                              },
                              "end": {
                                "line": 741,
                                "column": 26
                              },
                              "identifierName": "parent"
                            },
                            "name": "parent"
                          },
                          "computed": false
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 23784,
                          "end": 23872,
                          "loc": {
                            "start": {
                              "line": 741,
                              "column": 28
                            },
                            "end": {
                              "line": 743,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ReturnStatement",
                              "start": 23792,
                              "end": 23866,
                              "loc": {
                                "start": {
                                  "line": 742,
                                  "column": 6
                                },
                                "end": {
                                  "line": 742,
                                  "column": 80
                                }
                              },
                              "argument": {
                                "type": "BinaryExpression",
                                "start": 23799,
                                "end": 23865,
                                "loc": {
                                  "start": {
                                    "line": 742,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 742,
                                    "column": 79
                                  }
                                },
                                "left": {
                                  "type": "BinaryExpression",
                                  "start": 23799,
                                  "end": 23859,
                                  "loc": {
                                    "start": {
                                      "line": 742,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 742,
                                      "column": 73
                                    }
                                  },
                                  "left": {
                                    "type": "StringLiteral",
                                    "start": 23799,
                                    "end": 23818,
                                    "loc": {
                                      "start": {
                                        "line": 742,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 742,
                                        "column": 32
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "SAVE TRANSACTION ",
                                      "raw": "'SAVE TRANSACTION '"
                                    },
                                    "value": "SAVE TRANSACTION "
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 23821,
                                    "end": 23859,
                                    "loc": {
                                      "start": {
                                        "line": 742,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 742,
                                        "column": 73
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 23821,
                                      "end": 23841,
                                      "loc": {
                                        "start": {
                                          "line": 742,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 742,
                                          "column": 55
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 23821,
                                        "end": 23825,
                                        "loc": {
                                          "start": {
                                            "line": 742,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 742,
                                            "column": 39
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 23826,
                                        "end": 23841,
                                        "loc": {
                                          "start": {
                                            "line": 742,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 742,
                                            "column": 55
                                          },
                                          "identifierName": "quoteIdentifier"
                                        },
                                        "name": "quoteIdentifier"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 23842,
                                        "end": 23858,
                                        "loc": {
                                          "start": {
                                            "line": 742,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 742,
                                            "column": 72
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 23842,
                                          "end": 23853,
                                          "loc": {
                                            "start": {
                                              "line": 742,
                                              "column": 56
                                            },
                                            "end": {
                                              "line": 742,
                                              "column": 67
                                            },
                                            "identifierName": "transaction"
                                          },
                                          "name": "transaction"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 23854,
                                          "end": 23858,
                                          "loc": {
                                            "start": {
                                              "line": 742,
                                              "column": 68
                                            },
                                            "end": {
                                              "line": 742,
                                              "column": 72
                                            },
                                            "identifierName": "name"
                                          },
                                          "name": "name"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                },
                                "operator": "+",
                                "right": {
                                  "type": "StringLiteral",
                                  "start": 23862,
                                  "end": 23865,
                                  "loc": {
                                    "start": {
                                      "line": 742,
                                      "column": 76
                                    },
                                    "end": {
                                      "line": 742,
                                      "column": 79
                                    }
                                  },
                                  "extra": {
                                    "rawValue": ";",
                                    "raw": "';'"
                                  },
                                  "value": ";"
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 23878,
                        "end": 23906,
                        "loc": {
                          "start": {
                            "line": 745,
                            "column": 4
                          },
                          "end": {
                            "line": 745,
                            "column": 32
                          }
                        },
                        "argument": {
                          "type": "StringLiteral",
                          "start": 23885,
                          "end": 23905,
                          "loc": {
                            "start": {
                              "line": 745,
                              "column": 11
                            },
                            "end": {
                              "line": 745,
                              "column": 31
                            }
                          },
                          "extra": {
                            "rawValue": "BEGIN TRANSACTION;",
                            "raw": "'BEGIN TRANSACTION;'"
                          },
                          "value": "BEGIN TRANSACTION;"
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 23915,
                  "end": 24041,
                  "loc": {
                    "start": {
                      "line": 748,
                      "column": 2
                    },
                    "end": {
                      "line": 754,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 23915,
                    "end": 23937,
                    "loc": {
                      "start": {
                        "line": 748,
                        "column": 2
                      },
                      "end": {
                        "line": 748,
                        "column": 24
                      },
                      "identifierName": "commitTransactionQuery"
                    },
                    "name": "commitTransactionQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 23938,
                      "end": 23949,
                      "loc": {
                        "start": {
                          "line": 748,
                          "column": 25
                        },
                        "end": {
                          "line": 748,
                          "column": 36
                        },
                        "identifierName": "transaction"
                      },
                      "name": "transaction"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 23951,
                    "end": 24041,
                    "loc": {
                      "start": {
                        "line": 748,
                        "column": 38
                      },
                      "end": {
                        "line": 754,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "IfStatement",
                        "start": 23957,
                        "end": 24002,
                        "loc": {
                          "start": {
                            "line": 749,
                            "column": 4
                          },
                          "end": {
                            "line": 751,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "MemberExpression",
                          "start": 23961,
                          "end": 23979,
                          "loc": {
                            "start": {
                              "line": 749,
                              "column": 8
                            },
                            "end": {
                              "line": 749,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 23961,
                            "end": 23972,
                            "loc": {
                              "start": {
                                "line": 749,
                                "column": 8
                              },
                              "end": {
                                "line": 749,
                                "column": 19
                              },
                              "identifierName": "transaction"
                            },
                            "name": "transaction"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 23973,
                            "end": 23979,
                            "loc": {
                              "start": {
                                "line": 749,
                                "column": 20
                              },
                              "end": {
                                "line": 749,
                                "column": 26
                              },
                              "identifierName": "parent"
                            },
                            "name": "parent"
                          },
                          "computed": false
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 23981,
                          "end": 24002,
                          "loc": {
                            "start": {
                              "line": 749,
                              "column": 28
                            },
                            "end": {
                              "line": 751,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ReturnStatement",
                              "start": 23989,
                              "end": 23996,
                              "loc": {
                                "start": {
                                  "line": 750,
                                  "column": 6
                                },
                                "end": {
                                  "line": 750,
                                  "column": 13
                                }
                              },
                              "argument": null
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 24008,
                        "end": 24037,
                        "loc": {
                          "start": {
                            "line": 753,
                            "column": 4
                          },
                          "end": {
                            "line": 753,
                            "column": 33
                          }
                        },
                        "argument": {
                          "type": "StringLiteral",
                          "start": 24015,
                          "end": 24036,
                          "loc": {
                            "start": {
                              "line": 753,
                              "column": 11
                            },
                            "end": {
                              "line": 753,
                              "column": 32
                            }
                          },
                          "extra": {
                            "rawValue": "COMMIT TRANSACTION;",
                            "raw": "'COMMIT TRANSACTION;'"
                          },
                          "value": "COMMIT TRANSACTION;"
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 24046,
                  "end": 24256,
                  "loc": {
                    "start": {
                      "line": 756,
                      "column": 2
                    },
                    "end": {
                      "line": 762,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 24046,
                    "end": 24070,
                    "loc": {
                      "start": {
                        "line": 756,
                        "column": 2
                      },
                      "end": {
                        "line": 756,
                        "column": 26
                      },
                      "identifierName": "rollbackTransactionQuery"
                    },
                    "name": "rollbackTransactionQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 24071,
                      "end": 24082,
                      "loc": {
                        "start": {
                          "line": 756,
                          "column": 27
                        },
                        "end": {
                          "line": 756,
                          "column": 38
                        },
                        "identifierName": "transaction"
                      },
                      "name": "transaction"
                    },
                    {
                      "type": "Identifier",
                      "start": 24084,
                      "end": 24091,
                      "loc": {
                        "start": {
                          "line": 756,
                          "column": 40
                        },
                        "end": {
                          "line": 756,
                          "column": 47
                        },
                        "identifierName": "options"
                      },
                      "name": "options"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 24093,
                    "end": 24256,
                    "loc": {
                      "start": {
                        "line": 756,
                        "column": 49
                      },
                      "end": {
                        "line": 762,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "IfStatement",
                        "start": 24099,
                        "end": 24215,
                        "loc": {
                          "start": {
                            "line": 757,
                            "column": 4
                          },
                          "end": {
                            "line": 759,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "MemberExpression",
                          "start": 24103,
                          "end": 24121,
                          "loc": {
                            "start": {
                              "line": 757,
                              "column": 8
                            },
                            "end": {
                              "line": 757,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 24103,
                            "end": 24114,
                            "loc": {
                              "start": {
                                "line": 757,
                                "column": 8
                              },
                              "end": {
                                "line": 757,
                                "column": 19
                              },
                              "identifierName": "transaction"
                            },
                            "name": "transaction"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 24115,
                            "end": 24121,
                            "loc": {
                              "start": {
                                "line": 757,
                                "column": 20
                              },
                              "end": {
                                "line": 757,
                                "column": 26
                              },
                              "identifierName": "parent"
                            },
                            "name": "parent"
                          },
                          "computed": false
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 24123,
                          "end": 24215,
                          "loc": {
                            "start": {
                              "line": 757,
                              "column": 28
                            },
                            "end": {
                              "line": 759,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ReturnStatement",
                              "start": 24131,
                              "end": 24209,
                              "loc": {
                                "start": {
                                  "line": 758,
                                  "column": 6
                                },
                                "end": {
                                  "line": 758,
                                  "column": 84
                                }
                              },
                              "argument": {
                                "type": "BinaryExpression",
                                "start": 24138,
                                "end": 24208,
                                "loc": {
                                  "start": {
                                    "line": 758,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 758,
                                    "column": 83
                                  }
                                },
                                "left": {
                                  "type": "BinaryExpression",
                                  "start": 24138,
                                  "end": 24202,
                                  "loc": {
                                    "start": {
                                      "line": 758,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 758,
                                      "column": 77
                                    }
                                  },
                                  "left": {
                                    "type": "StringLiteral",
                                    "start": 24138,
                                    "end": 24161,
                                    "loc": {
                                      "start": {
                                        "line": 758,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 758,
                                        "column": 36
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "ROLLBACK TRANSACTION ",
                                      "raw": "'ROLLBACK TRANSACTION '"
                                    },
                                    "value": "ROLLBACK TRANSACTION "
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 24164,
                                    "end": 24202,
                                    "loc": {
                                      "start": {
                                        "line": 758,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 758,
                                        "column": 77
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 24164,
                                      "end": 24184,
                                      "loc": {
                                        "start": {
                                          "line": 758,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 758,
                                          "column": 59
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 24164,
                                        "end": 24168,
                                        "loc": {
                                          "start": {
                                            "line": 758,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 758,
                                            "column": 43
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 24169,
                                        "end": 24184,
                                        "loc": {
                                          "start": {
                                            "line": 758,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 758,
                                            "column": 59
                                          },
                                          "identifierName": "quoteIdentifier"
                                        },
                                        "name": "quoteIdentifier"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 24185,
                                        "end": 24201,
                                        "loc": {
                                          "start": {
                                            "line": 758,
                                            "column": 60
                                          },
                                          "end": {
                                            "line": 758,
                                            "column": 76
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 24185,
                                          "end": 24196,
                                          "loc": {
                                            "start": {
                                              "line": 758,
                                              "column": 60
                                            },
                                            "end": {
                                              "line": 758,
                                              "column": 71
                                            },
                                            "identifierName": "transaction"
                                          },
                                          "name": "transaction"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 24197,
                                          "end": 24201,
                                          "loc": {
                                            "start": {
                                              "line": 758,
                                              "column": 72
                                            },
                                            "end": {
                                              "line": 758,
                                              "column": 76
                                            },
                                            "identifierName": "name"
                                          },
                                          "name": "name"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                },
                                "operator": "+",
                                "right": {
                                  "type": "StringLiteral",
                                  "start": 24205,
                                  "end": 24208,
                                  "loc": {
                                    "start": {
                                      "line": 758,
                                      "column": 80
                                    },
                                    "end": {
                                      "line": 758,
                                      "column": 83
                                    }
                                  },
                                  "extra": {
                                    "rawValue": ";",
                                    "raw": "';'"
                                  },
                                  "value": ";"
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 24221,
                        "end": 24252,
                        "loc": {
                          "start": {
                            "line": 761,
                            "column": 4
                          },
                          "end": {
                            "line": 761,
                            "column": 35
                          }
                        },
                        "argument": {
                          "type": "StringLiteral",
                          "start": 24228,
                          "end": 24251,
                          "loc": {
                            "start": {
                              "line": 761,
                              "column": 11
                            },
                            "end": {
                              "line": 761,
                              "column": 34
                            }
                          },
                          "extra": {
                            "rawValue": "ROLLBACK TRANSACTION;",
                            "raw": "'ROLLBACK TRANSACTION;'"
                          },
                          "value": "ROLLBACK TRANSACTION;"
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 24261,
                  "end": 26685,
                  "loc": {
                    "start": {
                      "line": 764,
                      "column": 2
                    },
                    "end": {
                      "line": 816,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 24261,
                    "end": 24284,
                    "loc": {
                      "start": {
                        "line": 764,
                        "column": 2
                      },
                      "end": {
                        "line": 764,
                        "column": 25
                      },
                      "identifierName": "selectFromTableFragment"
                    },
                    "name": "selectFromTableFragment"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 24285,
                      "end": 24292,
                      "loc": {
                        "start": {
                          "line": 764,
                          "column": 26
                        },
                        "end": {
                          "line": 764,
                          "column": 33
                        },
                        "identifierName": "options"
                      },
                      "name": "options"
                    },
                    {
                      "type": "Identifier",
                      "start": 24294,
                      "end": 24299,
                      "loc": {
                        "start": {
                          "line": 764,
                          "column": 35
                        },
                        "end": {
                          "line": 764,
                          "column": 40
                        },
                        "identifierName": "model"
                      },
                      "name": "model"
                    },
                    {
                      "type": "Identifier",
                      "start": 24301,
                      "end": 24311,
                      "loc": {
                        "start": {
                          "line": 764,
                          "column": 42
                        },
                        "end": {
                          "line": 764,
                          "column": 52
                        },
                        "identifierName": "attributes"
                      },
                      "name": "attributes"
                    },
                    {
                      "type": "Identifier",
                      "start": 24313,
                      "end": 24319,
                      "loc": {
                        "start": {
                          "line": 764,
                          "column": 54
                        },
                        "end": {
                          "line": 764,
                          "column": 60
                        },
                        "identifierName": "tables"
                      },
                      "name": "tables"
                    },
                    {
                      "type": "Identifier",
                      "start": 24321,
                      "end": 24332,
                      "loc": {
                        "start": {
                          "line": 764,
                          "column": 62
                        },
                        "end": {
                          "line": 764,
                          "column": 73
                        },
                        "identifierName": "mainTableAs"
                      },
                      "name": "mainTableAs"
                    },
                    {
                      "type": "Identifier",
                      "start": 24334,
                      "end": 24339,
                      "loc": {
                        "start": {
                          "line": 764,
                          "column": 75
                        },
                        "end": {
                          "line": 764,
                          "column": 80
                        },
                        "identifierName": "where"
                      },
                      "name": "where"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 24341,
                    "end": 26685,
                    "loc": {
                      "start": {
                        "line": 764,
                        "column": 82
                      },
                      "end": {
                        "line": 816,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 24347,
                        "end": 24368,
                        "loc": {
                          "start": {
                            "line": 765,
                            "column": 4
                          },
                          "end": {
                            "line": 765,
                            "column": 25
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 24351,
                            "end": 24367,
                            "loc": {
                              "start": {
                                "line": 765,
                                "column": 8
                              },
                              "end": {
                                "line": 765,
                                "column": 24
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 24351,
                              "end": 24362,
                              "loc": {
                                "start": {
                                  "line": 765,
                                  "column": 8
                                },
                                "end": {
                                  "line": 765,
                                  "column": 19
                                },
                                "identifierName": "topFragment"
                              },
                              "name": "topFragment"
                            },
                            "init": {
                              "type": "StringLiteral",
                              "start": 24365,
                              "end": 24367,
                              "loc": {
                                "start": {
                                  "line": 765,
                                  "column": 22
                                },
                                "end": {
                                  "line": 765,
                                  "column": 24
                                }
                              },
                              "extra": {
                                "rawValue": "",
                                "raw": "''"
                              },
                              "value": ""
                            }
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 24373,
                        "end": 24446,
                        "loc": {
                          "start": {
                            "line": 766,
                            "column": 4
                          },
                          "end": {
                            "line": 766,
                            "column": 77
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 24377,
                            "end": 24445,
                            "loc": {
                              "start": {
                                "line": 766,
                                "column": 8
                              },
                              "end": {
                                "line": 766,
                                "column": 76
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 24377,
                              "end": 24389,
                              "loc": {
                                "start": {
                                  "line": 766,
                                  "column": 8
                                },
                                "end": {
                                  "line": 766,
                                  "column": 20
                                },
                                "identifierName": "mainFragment"
                              },
                              "name": "mainFragment"
                            },
                            "init": {
                              "type": "BinaryExpression",
                              "start": 24392,
                              "end": 24445,
                              "loc": {
                                "start": {
                                  "line": 766,
                                  "column": 23
                                },
                                "end": {
                                  "line": 766,
                                  "column": 76
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 24392,
                                "end": 24436,
                                "loc": {
                                  "start": {
                                    "line": 766,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 766,
                                    "column": 67
                                  }
                                },
                                "left": {
                                  "type": "BinaryExpression",
                                  "start": 24392,
                                  "end": 24425,
                                  "loc": {
                                    "start": {
                                      "line": 766,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 766,
                                      "column": 56
                                    }
                                  },
                                  "left": {
                                    "type": "StringLiteral",
                                    "start": 24392,
                                    "end": 24401,
                                    "loc": {
                                      "start": {
                                        "line": 766,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 766,
                                        "column": 32
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "SELECT ",
                                      "raw": "'SELECT '"
                                    },
                                    "value": "SELECT "
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 24404,
                                    "end": 24425,
                                    "loc": {
                                      "start": {
                                        "line": 766,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 766,
                                        "column": 56
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 24404,
                                      "end": 24419,
                                      "loc": {
                                        "start": {
                                          "line": 766,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 766,
                                          "column": 50
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 24404,
                                        "end": 24414,
                                        "loc": {
                                          "start": {
                                            "line": 766,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 766,
                                            "column": 45
                                          },
                                          "identifierName": "attributes"
                                        },
                                        "name": "attributes"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 24415,
                                        "end": 24419,
                                        "loc": {
                                          "start": {
                                            "line": 766,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 766,
                                            "column": 50
                                          },
                                          "identifierName": "join"
                                        },
                                        "name": "join"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "StringLiteral",
                                        "start": 24420,
                                        "end": 24424,
                                        "loc": {
                                          "start": {
                                            "line": 766,
                                            "column": 51
                                          },
                                          "end": {
                                            "line": 766,
                                            "column": 55
                                          }
                                        },
                                        "extra": {
                                          "rawValue": ", ",
                                          "raw": "', '"
                                        },
                                        "value": ", "
                                      }
                                    ]
                                  }
                                },
                                "operator": "+",
                                "right": {
                                  "type": "StringLiteral",
                                  "start": 24428,
                                  "end": 24436,
                                  "loc": {
                                    "start": {
                                      "line": 766,
                                      "column": 59
                                    },
                                    "end": {
                                      "line": 766,
                                      "column": 67
                                    }
                                  },
                                  "extra": {
                                    "rawValue": " FROM ",
                                    "raw": "' FROM '"
                                  },
                                  "value": " FROM "
                                }
                              },
                              "operator": "+",
                              "right": {
                                "type": "Identifier",
                                "start": 24439,
                                "end": 24445,
                                "loc": {
                                  "start": {
                                    "line": 766,
                                    "column": 70
                                  },
                                  "end": {
                                    "line": 766,
                                    "column": 76
                                  },
                                  "identifierName": "tables"
                                },
                                "name": "tables"
                              }
                            }
                          }
                        ],
                        "kind": "var",
                        "trailingComments": [
                          {
                            "type": "CommentLine",
                            "value": " Handle SQL Server 2008 with TOP instead of LIMIT",
                            "start": 24452,
                            "end": 24503,
                            "loc": {
                              "start": {
                                "line": 768,
                                "column": 4
                              },
                              "end": {
                                "line": 768,
                                "column": 55
                              }
                            }
                          }
                        ]
                      },
                      {
                        "type": "IfStatement",
                        "start": 24508,
                        "end": 26582,
                        "loc": {
                          "start": {
                            "line": 769,
                            "column": 4
                          },
                          "end": {
                            "line": 809,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "LogicalExpression",
                          "start": 24512,
                          "end": 24627,
                          "loc": {
                            "start": {
                              "line": 769,
                              "column": 8
                            },
                            "end": {
                              "line": 769,
                              "column": 123
                            }
                          },
                          "left": {
                            "type": "CallExpression",
                            "start": 24512,
                            "end": 24564,
                            "loc": {
                              "start": {
                                "line": 769,
                                "column": 8
                              },
                              "end": {
                                "line": 769,
                                "column": 60
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 24512,
                              "end": 24524,
                              "loc": {
                                "start": {
                                  "line": 769,
                                  "column": 8
                                },
                                "end": {
                                  "line": 769,
                                  "column": 20
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 24512,
                                "end": 24518,
                                "loc": {
                                  "start": {
                                    "line": 769,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 769,
                                    "column": 14
                                  },
                                  "identifierName": "semver"
                                },
                                "name": "semver",
                                "leadingComments": null
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 24519,
                                "end": 24524,
                                "loc": {
                                  "start": {
                                    "line": 769,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 769,
                                    "column": 20
                                  },
                                  "identifierName": "valid"
                                },
                                "name": "valid"
                              },
                              "computed": false,
                              "leadingComments": null
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 24525,
                                "end": 24563,
                                "loc": {
                                  "start": {
                                    "line": 769,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 769,
                                    "column": 59
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 24525,
                                  "end": 24547,
                                  "loc": {
                                    "start": {
                                      "line": 769,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 769,
                                      "column": 43
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 24525,
                                    "end": 24539,
                                    "loc": {
                                      "start": {
                                        "line": 769,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 769,
                                        "column": 35
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 24525,
                                      "end": 24529,
                                      "loc": {
                                        "start": {
                                          "line": 769,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 769,
                                          "column": 25
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 24530,
                                      "end": 24539,
                                      "loc": {
                                        "start": {
                                          "line": 769,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 769,
                                          "column": 35
                                        },
                                        "identifierName": "sequelize"
                                      },
                                      "name": "sequelize"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 24540,
                                    "end": 24547,
                                    "loc": {
                                      "start": {
                                        "line": 769,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 769,
                                        "column": 43
                                      },
                                      "identifierName": "options"
                                    },
                                    "name": "options"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 24548,
                                  "end": 24563,
                                  "loc": {
                                    "start": {
                                      "line": 769,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 769,
                                      "column": 59
                                    },
                                    "identifierName": "databaseVersion"
                                  },
                                  "name": "databaseVersion"
                                },
                                "computed": false
                              }
                            ],
                            "leadingComments": null
                          },
                          "operator": "&&",
                          "right": {
                            "type": "CallExpression",
                            "start": 24568,
                            "end": 24627,
                            "loc": {
                              "start": {
                                "line": 769,
                                "column": 64
                              },
                              "end": {
                                "line": 769,
                                "column": 123
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 24568,
                              "end": 24577,
                              "loc": {
                                "start": {
                                  "line": 769,
                                  "column": 64
                                },
                                "end": {
                                  "line": 769,
                                  "column": 73
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 24568,
                                "end": 24574,
                                "loc": {
                                  "start": {
                                    "line": 769,
                                    "column": 64
                                  },
                                  "end": {
                                    "line": 769,
                                    "column": 70
                                  },
                                  "identifierName": "semver"
                                },
                                "name": "semver"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 24575,
                                "end": 24577,
                                "loc": {
                                  "start": {
                                    "line": 769,
                                    "column": 71
                                  },
                                  "end": {
                                    "line": 769,
                                    "column": 73
                                  },
                                  "identifierName": "lt"
                                },
                                "name": "lt"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 24578,
                                "end": 24616,
                                "loc": {
                                  "start": {
                                    "line": 769,
                                    "column": 74
                                  },
                                  "end": {
                                    "line": 769,
                                    "column": 112
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 24578,
                                  "end": 24600,
                                  "loc": {
                                    "start": {
                                      "line": 769,
                                      "column": 74
                                    },
                                    "end": {
                                      "line": 769,
                                      "column": 96
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 24578,
                                    "end": 24592,
                                    "loc": {
                                      "start": {
                                        "line": 769,
                                        "column": 74
                                      },
                                      "end": {
                                        "line": 769,
                                        "column": 88
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 24578,
                                      "end": 24582,
                                      "loc": {
                                        "start": {
                                          "line": 769,
                                          "column": 74
                                        },
                                        "end": {
                                          "line": 769,
                                          "column": 78
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 24583,
                                      "end": 24592,
                                      "loc": {
                                        "start": {
                                          "line": 769,
                                          "column": 79
                                        },
                                        "end": {
                                          "line": 769,
                                          "column": 88
                                        },
                                        "identifierName": "sequelize"
                                      },
                                      "name": "sequelize"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 24593,
                                    "end": 24600,
                                    "loc": {
                                      "start": {
                                        "line": 769,
                                        "column": 89
                                      },
                                      "end": {
                                        "line": 769,
                                        "column": 96
                                      },
                                      "identifierName": "options"
                                    },
                                    "name": "options"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 24601,
                                  "end": 24616,
                                  "loc": {
                                    "start": {
                                      "line": 769,
                                      "column": 97
                                    },
                                    "end": {
                                      "line": 769,
                                      "column": 112
                                    },
                                    "identifierName": "databaseVersion"
                                  },
                                  "name": "databaseVersion"
                                },
                                "computed": false
                              },
                              {
                                "type": "StringLiteral",
                                "start": 24618,
                                "end": 24626,
                                "loc": {
                                  "start": {
                                    "line": 769,
                                    "column": 114
                                  },
                                  "end": {
                                    "line": 769,
                                    "column": 122
                                  }
                                },
                                "extra": {
                                  "rawValue": "11.0.0",
                                  "raw": "'11.0.0'"
                                },
                                "value": "11.0.0"
                              }
                            ]
                          },
                          "leadingComments": null
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 24629,
                          "end": 26582,
                          "loc": {
                            "start": {
                              "line": 769,
                              "column": 125
                            },
                            "end": {
                              "line": 809,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "IfStatement",
                              "start": 24637,
                              "end": 24717,
                              "loc": {
                                "start": {
                                  "line": 770,
                                  "column": 6
                                },
                                "end": {
                                  "line": 772,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "MemberExpression",
                                "start": 24641,
                                "end": 24654,
                                "loc": {
                                  "start": {
                                    "line": 770,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 770,
                                    "column": 23
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 24641,
                                  "end": 24648,
                                  "loc": {
                                    "start": {
                                      "line": 770,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 770,
                                      "column": 17
                                    },
                                    "identifierName": "options"
                                  },
                                  "name": "options"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 24649,
                                  "end": 24654,
                                  "loc": {
                                    "start": {
                                      "line": 770,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 770,
                                      "column": 23
                                    },
                                    "identifierName": "limit"
                                  },
                                  "name": "limit"
                                },
                                "computed": false
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 24656,
                                "end": 24717,
                                "loc": {
                                  "start": {
                                    "line": 770,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 772,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 24666,
                                    "end": 24709,
                                    "loc": {
                                      "start": {
                                        "line": 771,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 771,
                                        "column": 51
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 24666,
                                      "end": 24708,
                                      "loc": {
                                        "start": {
                                          "line": 771,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 771,
                                          "column": 50
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 24666,
                                        "end": 24677,
                                        "loc": {
                                          "start": {
                                            "line": 771,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 771,
                                            "column": 19
                                          },
                                          "identifierName": "topFragment"
                                        },
                                        "name": "topFragment"
                                      },
                                      "right": {
                                        "type": "BinaryExpression",
                                        "start": 24680,
                                        "end": 24708,
                                        "loc": {
                                          "start": {
                                            "line": 771,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 771,
                                            "column": 50
                                          }
                                        },
                                        "left": {
                                          "type": "BinaryExpression",
                                          "start": 24680,
                                          "end": 24702,
                                          "loc": {
                                            "start": {
                                              "line": 771,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 771,
                                              "column": 44
                                            }
                                          },
                                          "left": {
                                            "type": "StringLiteral",
                                            "start": 24680,
                                            "end": 24686,
                                            "loc": {
                                              "start": {
                                                "line": 771,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 771,
                                                "column": 28
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "TOP ",
                                              "raw": "'TOP '"
                                            },
                                            "value": "TOP "
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "MemberExpression",
                                            "start": 24689,
                                            "end": 24702,
                                            "loc": {
                                              "start": {
                                                "line": 771,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 771,
                                                "column": 44
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 24689,
                                              "end": 24696,
                                              "loc": {
                                                "start": {
                                                  "line": 771,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 771,
                                                  "column": 38
                                                },
                                                "identifierName": "options"
                                              },
                                              "name": "options"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 24697,
                                              "end": 24702,
                                              "loc": {
                                                "start": {
                                                  "line": 771,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 771,
                                                  "column": 44
                                                },
                                                "identifierName": "limit"
                                              },
                                              "name": "limit"
                                            },
                                            "computed": false
                                          }
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "StringLiteral",
                                          "start": 24705,
                                          "end": 24708,
                                          "loc": {
                                            "start": {
                                              "line": 771,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 771,
                                              "column": 50
                                            }
                                          },
                                          "extra": {
                                            "rawValue": " ",
                                            "raw": "' '"
                                          },
                                          "value": " "
                                        }
                                      }
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": null
                            },
                            {
                              "type": "IfStatement",
                              "start": 24724,
                              "end": 26576,
                              "loc": {
                                "start": {
                                  "line": 773,
                                  "column": 6
                                },
                                "end": {
                                  "line": 808,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "MemberExpression",
                                "start": 24728,
                                "end": 24742,
                                "loc": {
                                  "start": {
                                    "line": 773,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 773,
                                    "column": 24
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 24728,
                                  "end": 24735,
                                  "loc": {
                                    "start": {
                                      "line": 773,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 773,
                                      "column": 17
                                    },
                                    "identifierName": "options"
                                  },
                                  "name": "options"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 24736,
                                  "end": 24742,
                                  "loc": {
                                    "start": {
                                      "line": 773,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 773,
                                      "column": 24
                                    },
                                    "identifierName": "offset"
                                  },
                                  "name": "offset"
                                },
                                "computed": false
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 24744,
                                "end": 26469,
                                "loc": {
                                  "start": {
                                    "line": 773,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 806,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "VariableDeclaration",
                                    "start": 24754,
                                    "end": 24941,
                                    "loc": {
                                      "start": {
                                        "line": 774,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 776,
                                        "column": 44
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 24758,
                                        "end": 24786,
                                        "loc": {
                                          "start": {
                                            "line": 774,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 774,
                                            "column": 40
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 24758,
                                          "end": 24764,
                                          "loc": {
                                            "start": {
                                              "line": 774,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 774,
                                              "column": 18
                                            },
                                            "identifierName": "offset"
                                          },
                                          "name": "offset"
                                        },
                                        "init": {
                                          "type": "LogicalExpression",
                                          "start": 24767,
                                          "end": 24786,
                                          "loc": {
                                            "start": {
                                              "line": 774,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 774,
                                              "column": 40
                                            }
                                          },
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 24767,
                                            "end": 24781,
                                            "loc": {
                                              "start": {
                                                "line": 774,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 774,
                                                "column": 35
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 24767,
                                              "end": 24774,
                                              "loc": {
                                                "start": {
                                                  "line": 774,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 774,
                                                  "column": 28
                                                },
                                                "identifierName": "options"
                                              },
                                              "name": "options"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 24775,
                                              "end": 24781,
                                              "loc": {
                                                "start": {
                                                  "line": 774,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 774,
                                                  "column": 35
                                                },
                                                "identifierName": "offset"
                                              },
                                              "name": "offset"
                                            },
                                            "computed": false
                                          },
                                          "operator": "||",
                                          "right": {
                                            "type": "NumericLiteral",
                                            "start": 24785,
                                            "end": 24786,
                                            "loc": {
                                              "start": {
                                                "line": 774,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 774,
                                                "column": 40
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 0,
                                              "raw": "0"
                                            },
                                            "value": 0
                                          }
                                        }
                                      },
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 24799,
                                        "end": 24896,
                                        "loc": {
                                          "start": {
                                            "line": 775,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 775,
                                            "column": 109
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 24799,
                                          "end": 24809,
                                          "loc": {
                                            "start": {
                                              "line": 775,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 775,
                                              "column": 22
                                            },
                                            "identifierName": "isSubQuery"
                                          },
                                          "name": "isSubQuery"
                                        },
                                        "init": {
                                          "type": "LogicalExpression",
                                          "start": 24812,
                                          "end": 24896,
                                          "loc": {
                                            "start": {
                                              "line": 775,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 775,
                                              "column": 109
                                            }
                                          },
                                          "left": {
                                            "type": "LogicalExpression",
                                            "start": 24812,
                                            "end": 24865,
                                            "loc": {
                                              "start": {
                                                "line": 775,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 775,
                                                "column": 78
                                              }
                                            },
                                            "left": {
                                              "type": "MemberExpression",
                                              "start": 24812,
                                              "end": 24835,
                                              "loc": {
                                                "start": {
                                                  "line": 775,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 775,
                                                  "column": 48
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 24812,
                                                "end": 24819,
                                                "loc": {
                                                  "start": {
                                                    "line": 775,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 775,
                                                    "column": 32
                                                  },
                                                  "identifierName": "options"
                                                },
                                                "name": "options"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 24820,
                                                "end": 24835,
                                                "loc": {
                                                  "start": {
                                                    "line": 775,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 775,
                                                    "column": 48
                                                  },
                                                  "identifierName": "hasIncludeWhere"
                                                },
                                                "name": "hasIncludeWhere"
                                              },
                                              "computed": false
                                            },
                                            "operator": "||",
                                            "right": {
                                              "type": "MemberExpression",
                                              "start": 24839,
                                              "end": 24865,
                                              "loc": {
                                                "start": {
                                                  "line": 775,
                                                  "column": 52
                                                },
                                                "end": {
                                                  "line": 775,
                                                  "column": 78
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 24839,
                                                "end": 24846,
                                                "loc": {
                                                  "start": {
                                                    "line": 775,
                                                    "column": 52
                                                  },
                                                  "end": {
                                                    "line": 775,
                                                    "column": 59
                                                  },
                                                  "identifierName": "options"
                                                },
                                                "name": "options"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 24847,
                                                "end": 24865,
                                                "loc": {
                                                  "start": {
                                                    "line": 775,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 775,
                                                    "column": 78
                                                  },
                                                  "identifierName": "hasIncludeRequired"
                                                },
                                                "name": "hasIncludeRequired"
                                              },
                                              "computed": false
                                            }
                                          },
                                          "operator": "||",
                                          "right": {
                                            "type": "MemberExpression",
                                            "start": 24869,
                                            "end": 24896,
                                            "loc": {
                                              "start": {
                                                "line": 775,
                                                "column": 82
                                              },
                                              "end": {
                                                "line": 775,
                                                "column": 109
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 24869,
                                              "end": 24876,
                                              "loc": {
                                                "start": {
                                                  "line": 775,
                                                  "column": 82
                                                },
                                                "end": {
                                                  "line": 775,
                                                  "column": 89
                                                },
                                                "identifierName": "options"
                                              },
                                              "name": "options"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 24877,
                                              "end": 24896,
                                              "loc": {
                                                "start": {
                                                  "line": 775,
                                                  "column": 90
                                                },
                                                "end": {
                                                  "line": 775,
                                                  "column": 109
                                                },
                                                "identifierName": "hasMultiAssociation"
                                              },
                                              "name": "hasMultiAssociation"
                                            },
                                            "computed": false
                                          }
                                        }
                                      },
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 24909,
                                        "end": 24940,
                                        "loc": {
                                          "start": {
                                            "line": 776,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 776,
                                            "column": 43
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 24909,
                                          "end": 24915,
                                          "loc": {
                                            "start": {
                                              "line": 776,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 776,
                                              "column": 18
                                            },
                                            "identifierName": "orders"
                                          },
                                          "name": "orders"
                                        },
                                        "init": {
                                          "type": "ObjectExpression",
                                          "start": 24918,
                                          "end": 24940,
                                          "loc": {
                                            "start": {
                                              "line": 776,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 776,
                                              "column": 43
                                            }
                                          },
                                          "properties": [
                                            {
                                              "type": "ObjectProperty",
                                              "start": 24920,
                                              "end": 24938,
                                              "loc": {
                                                "start": {
                                                  "line": 776,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 776,
                                                  "column": 41
                                                }
                                              },
                                              "method": false,
                                              "shorthand": false,
                                              "computed": false,
                                              "key": {
                                                "type": "Identifier",
                                                "start": 24920,
                                                "end": 24934,
                                                "loc": {
                                                  "start": {
                                                    "line": 776,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 776,
                                                    "column": 37
                                                  },
                                                  "identifierName": "mainQueryOrder"
                                                },
                                                "name": "mainQueryOrder"
                                              },
                                              "value": {
                                                "type": "ArrayExpression",
                                                "start": 24936,
                                                "end": 24938,
                                                "loc": {
                                                  "start": {
                                                    "line": 776,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 776,
                                                    "column": 41
                                                  }
                                                },
                                                "elements": []
                                              }
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "kind": "var"
                                  },
                                  {
                                    "type": "IfStatement",
                                    "start": 24950,
                                    "end": 25048,
                                    "loc": {
                                      "start": {
                                        "line": 777,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 779,
                                        "column": 9
                                      }
                                    },
                                    "test": {
                                      "type": "MemberExpression",
                                      "start": 24954,
                                      "end": 24967,
                                      "loc": {
                                        "start": {
                                          "line": 777,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 777,
                                          "column": 25
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 24954,
                                        "end": 24961,
                                        "loc": {
                                          "start": {
                                            "line": 777,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 777,
                                            "column": 19
                                          },
                                          "identifierName": "options"
                                        },
                                        "name": "options"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 24962,
                                        "end": 24967,
                                        "loc": {
                                          "start": {
                                            "line": 777,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 777,
                                            "column": 25
                                          },
                                          "identifierName": "order"
                                        },
                                        "name": "order"
                                      },
                                      "computed": false
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "start": 24969,
                                      "end": 25048,
                                      "loc": {
                                        "start": {
                                          "line": 777,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 779,
                                          "column": 9
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 24981,
                                          "end": 25038,
                                          "loc": {
                                            "start": {
                                              "line": 778,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 778,
                                              "column": 67
                                            }
                                          },
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "start": 24981,
                                            "end": 25037,
                                            "loc": {
                                              "start": {
                                                "line": 778,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 778,
                                                "column": 66
                                              }
                                            },
                                            "operator": "=",
                                            "left": {
                                              "type": "Identifier",
                                              "start": 24981,
                                              "end": 24987,
                                              "loc": {
                                                "start": {
                                                  "line": 778,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 778,
                                                  "column": 16
                                                },
                                                "identifierName": "orders"
                                              },
                                              "name": "orders"
                                            },
                                            "right": {
                                              "type": "CallExpression",
                                              "start": 24990,
                                              "end": 25037,
                                              "loc": {
                                                "start": {
                                                  "line": 778,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 778,
                                                  "column": 66
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 24990,
                                                "end": 25009,
                                                "loc": {
                                                  "start": {
                                                    "line": 778,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 778,
                                                    "column": 38
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 24990,
                                                  "end": 24994,
                                                  "loc": {
                                                    "start": {
                                                      "line": 778,
                                                      "column": 19
                                                    },
                                                    "end": {
                                                      "line": 778,
                                                      "column": 23
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 24995,
                                                  "end": 25009,
                                                  "loc": {
                                                    "start": {
                                                      "line": 778,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 778,
                                                      "column": 38
                                                    },
                                                    "identifierName": "getQueryOrders"
                                                  },
                                                  "name": "getQueryOrders"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 25010,
                                                  "end": 25017,
                                                  "loc": {
                                                    "start": {
                                                      "line": 778,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 778,
                                                      "column": 46
                                                    },
                                                    "identifierName": "options"
                                                  },
                                                  "name": "options"
                                                },
                                                {
                                                  "type": "Identifier",
                                                  "start": 25019,
                                                  "end": 25024,
                                                  "loc": {
                                                    "start": {
                                                      "line": 778,
                                                      "column": 48
                                                    },
                                                    "end": {
                                                      "line": 778,
                                                      "column": 53
                                                    },
                                                    "identifierName": "model"
                                                  },
                                                  "name": "model"
                                                },
                                                {
                                                  "type": "Identifier",
                                                  "start": 25026,
                                                  "end": 25036,
                                                  "loc": {
                                                    "start": {
                                                      "line": 778,
                                                      "column": 55
                                                    },
                                                    "end": {
                                                      "line": 778,
                                                      "column": 65
                                                    },
                                                    "identifierName": "isSubQuery"
                                                  },
                                                  "name": "isSubQuery"
                                                }
                                              ]
                                            }
                                          }
                                        }
                                      ],
                                      "directives": []
                                    },
                                    "alternate": null
                                  },
                                  {
                                    "type": "IfStatement",
                                    "start": 25058,
                                    "end": 25186,
                                    "loc": {
                                      "start": {
                                        "line": 781,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 783,
                                        "column": 9
                                      }
                                    },
                                    "test": {
                                      "type": "UnaryExpression",
                                      "start": 25061,
                                      "end": 25090,
                                      "loc": {
                                        "start": {
                                          "line": 781,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 781,
                                          "column": 40
                                        }
                                      },
                                      "operator": "!",
                                      "prefix": true,
                                      "argument": {
                                        "type": "MemberExpression",
                                        "start": 25062,
                                        "end": 25090,
                                        "loc": {
                                          "start": {
                                            "line": 781,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 781,
                                            "column": 40
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 25062,
                                          "end": 25083,
                                          "loc": {
                                            "start": {
                                              "line": 781,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 781,
                                              "column": 33
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 25062,
                                            "end": 25068,
                                            "loc": {
                                              "start": {
                                                "line": 781,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 781,
                                                "column": 18
                                              },
                                              "identifierName": "orders"
                                            },
                                            "name": "orders"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 25069,
                                            "end": 25083,
                                            "loc": {
                                              "start": {
                                                "line": 781,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 781,
                                                "column": 33
                                              },
                                              "identifierName": "mainQueryOrder"
                                            },
                                            "name": "mainQueryOrder"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 25084,
                                          "end": 25090,
                                          "loc": {
                                            "start": {
                                              "line": 781,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 781,
                                              "column": 40
                                            },
                                            "identifierName": "length"
                                          },
                                          "name": "length"
                                        },
                                        "computed": false
                                      },
                                      "extra": {
                                        "parenthesizedArgument": false
                                      }
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "start": 25092,
                                      "end": 25186,
                                      "loc": {
                                        "start": {
                                          "line": 781,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 783,
                                          "column": 9
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 25104,
                                          "end": 25176,
                                          "loc": {
                                            "start": {
                                              "line": 782,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 782,
                                              "column": 82
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 25104,
                                            "end": 25175,
                                            "loc": {
                                              "start": {
                                                "line": 782,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 782,
                                                "column": 81
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 25104,
                                              "end": 25130,
                                              "loc": {
                                                "start": {
                                                  "line": 782,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 782,
                                                  "column": 36
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 25104,
                                                "end": 25125,
                                                "loc": {
                                                  "start": {
                                                    "line": 782,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 782,
                                                    "column": 31
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 25104,
                                                  "end": 25110,
                                                  "loc": {
                                                    "start": {
                                                      "line": 782,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 782,
                                                      "column": 16
                                                    },
                                                    "identifierName": "orders"
                                                  },
                                                  "name": "orders"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 25111,
                                                  "end": 25125,
                                                  "loc": {
                                                    "start": {
                                                      "line": 782,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 782,
                                                      "column": 31
                                                    },
                                                    "identifierName": "mainQueryOrder"
                                                  },
                                                  "name": "mainQueryOrder"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 25126,
                                                "end": 25130,
                                                "loc": {
                                                  "start": {
                                                    "line": 782,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 782,
                                                    "column": 36
                                                  },
                                                  "identifierName": "push"
                                                },
                                                "name": "push"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "CallExpression",
                                                "start": 25131,
                                                "end": 25174,
                                                "loc": {
                                                  "start": {
                                                    "line": 782,
                                                    "column": 37
                                                  },
                                                  "end": {
                                                    "line": 782,
                                                    "column": 80
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 25131,
                                                  "end": 25151,
                                                  "loc": {
                                                    "start": {
                                                      "line": 782,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 782,
                                                      "column": 57
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 25131,
                                                    "end": 25135,
                                                    "loc": {
                                                      "start": {
                                                        "line": 782,
                                                        "column": 37
                                                      },
                                                      "end": {
                                                        "line": 782,
                                                        "column": 41
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 25136,
                                                    "end": 25151,
                                                    "loc": {
                                                      "start": {
                                                        "line": 782,
                                                        "column": 42
                                                      },
                                                      "end": {
                                                        "line": 782,
                                                        "column": 57
                                                      },
                                                      "identifierName": "quoteIdentifier"
                                                    },
                                                    "name": "quoteIdentifier"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "MemberExpression",
                                                    "start": 25152,
                                                    "end": 25173,
                                                    "loc": {
                                                      "start": {
                                                        "line": 782,
                                                        "column": 58
                                                      },
                                                      "end": {
                                                        "line": 782,
                                                        "column": 79
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 25152,
                                                      "end": 25157,
                                                      "loc": {
                                                        "start": {
                                                          "line": 782,
                                                          "column": 58
                                                        },
                                                        "end": {
                                                          "line": 782,
                                                          "column": 63
                                                        },
                                                        "identifierName": "model"
                                                      },
                                                      "name": "model"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 25158,
                                                      "end": 25173,
                                                      "loc": {
                                                        "start": {
                                                          "line": 782,
                                                          "column": 64
                                                        },
                                                        "end": {
                                                          "line": 782,
                                                          "column": 79
                                                        },
                                                        "identifierName": "primaryKeyField"
                                                      },
                                                      "name": "primaryKeyField"
                                                    },
                                                    "computed": false
                                                  }
                                                ]
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    },
                                    "alternate": null
                                  },
                                  {
                                    "type": "VariableDeclaration",
                                    "start": 25196,
                                    "end": 25255,
                                    "loc": {
                                      "start": {
                                        "line": 785,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 785,
                                        "column": 67
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 25200,
                                        "end": 25254,
                                        "loc": {
                                          "start": {
                                            "line": 785,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 785,
                                            "column": 66
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 25200,
                                          "end": 25208,
                                          "loc": {
                                            "start": {
                                              "line": 785,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 785,
                                              "column": 20
                                            },
                                            "identifierName": "tmpTable"
                                          },
                                          "name": "tmpTable"
                                        },
                                        "init": {
                                          "type": "ConditionalExpression",
                                          "start": 25211,
                                          "end": 25254,
                                          "loc": {
                                            "start": {
                                              "line": 785,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 785,
                                              "column": 66
                                            }
                                          },
                                          "test": {
                                            "type": "Identifier",
                                            "start": 25212,
                                            "end": 25223,
                                            "loc": {
                                              "start": {
                                                "line": 785,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 785,
                                                "column": 35
                                              },
                                              "identifierName": "mainTableAs"
                                            },
                                            "name": "mainTableAs",
                                            "extra": {
                                              "parenthesized": true,
                                              "parenStart": 25211
                                            }
                                          },
                                          "consequent": {
                                            "type": "Identifier",
                                            "start": 25227,
                                            "end": 25238,
                                            "loc": {
                                              "start": {
                                                "line": 785,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 785,
                                                "column": 50
                                              },
                                              "identifierName": "mainTableAs"
                                            },
                                            "name": "mainTableAs"
                                          },
                                          "alternate": {
                                            "type": "StringLiteral",
                                            "start": 25241,
                                            "end": 25254,
                                            "loc": {
                                              "start": {
                                                "line": 785,
                                                "column": 53
                                              },
                                              "end": {
                                                "line": 785,
                                                "column": 66
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "OffsetTable",
                                              "raw": "'OffsetTable'"
                                            },
                                            "value": "OffsetTable"
                                          }
                                        }
                                      }
                                    ],
                                    "kind": "var"
                                  },
                                  {
                                    "type": "VariableDeclaration",
                                    "start": 25264,
                                    "end": 25317,
                                    "loc": {
                                      "start": {
                                        "line": 786,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 786,
                                        "column": 61
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 25268,
                                        "end": 25316,
                                        "loc": {
                                          "start": {
                                            "line": 786,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 786,
                                            "column": 60
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 25268,
                                          "end": 25281,
                                          "loc": {
                                            "start": {
                                              "line": 786,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 786,
                                              "column": 25
                                            },
                                            "identifierName": "whereFragment"
                                          },
                                          "name": "whereFragment"
                                        },
                                        "init": {
                                          "type": "ConditionalExpression",
                                          "start": 25284,
                                          "end": 25316,
                                          "loc": {
                                            "start": {
                                              "line": 786,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 786,
                                              "column": 60
                                            }
                                          },
                                          "test": {
                                            "type": "Identifier",
                                            "start": 25285,
                                            "end": 25290,
                                            "loc": {
                                              "start": {
                                                "line": 786,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 786,
                                                "column": 34
                                              },
                                              "identifierName": "where"
                                            },
                                            "name": "where",
                                            "extra": {
                                              "parenthesized": true,
                                              "parenStart": 25284
                                            }
                                          },
                                          "consequent": {
                                            "type": "BinaryExpression",
                                            "start": 25294,
                                            "end": 25311,
                                            "loc": {
                                              "start": {
                                                "line": 786,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 786,
                                                "column": 55
                                              }
                                            },
                                            "left": {
                                              "type": "StringLiteral",
                                              "start": 25294,
                                              "end": 25303,
                                              "loc": {
                                                "start": {
                                                  "line": 786,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 786,
                                                  "column": 47
                                                }
                                              },
                                              "extra": {
                                                "rawValue": " WHERE ",
                                                "raw": "' WHERE '"
                                              },
                                              "value": " WHERE "
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "Identifier",
                                              "start": 25306,
                                              "end": 25311,
                                              "loc": {
                                                "start": {
                                                  "line": 786,
                                                  "column": 50
                                                },
                                                "end": {
                                                  "line": 786,
                                                  "column": 55
                                                },
                                                "identifierName": "where"
                                              },
                                              "name": "where"
                                            }
                                          },
                                          "alternate": {
                                            "type": "StringLiteral",
                                            "start": 25314,
                                            "end": 25316,
                                            "loc": {
                                              "start": {
                                                "line": 786,
                                                "column": 58
                                              },
                                              "end": {
                                                "line": 786,
                                                "column": 60
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "",
                                              "raw": "''"
                                            },
                                            "value": ""
                                          }
                                        }
                                      }
                                    ],
                                    "kind": "var",
                                    "trailingComments": [
                                      {
                                        "type": "CommentBlock",
                                        "value": "\n         * For earlier versions of SQL server, we need to nest several queries\n         * in order to emulate the OFFSET behavior.\n         *\n         * 1. The outermost query selects all items from the inner query block.\n         *    This is due to a limitation in SQL server with the use of computed\n         *    columns (e.g. SELECT ROW_NUMBER()...AS x) in WHERE clauses.\n         * 2. The next query handles the LIMIT and OFFSET behavior by getting\n         *    the TOP N rows of the query where the row number is > OFFSET\n         * 3. The innermost query is the actual set we want information from\n         ",
                                        "start": 25327,
                                        "end": 25948,
                                        "loc": {
                                          "start": {
                                            "line": 788,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 798,
                                            "column": 11
                                          }
                                        }
                                      }
                                    ]
                                  },
                                  {
                                    "type": "VariableDeclaration",
                                    "start": 25957,
                                    "end": 26436,
                                    "loc": {
                                      "start": {
                                        "line": 799,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 804,
                                        "column": 42
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 25961,
                                        "end": 26435,
                                        "loc": {
                                          "start": {
                                            "line": 799,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 804,
                                            "column": 41
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 25961,
                                          "end": 25969,
                                          "loc": {
                                            "start": {
                                              "line": 799,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 799,
                                              "column": 20
                                            },
                                            "identifierName": "fragment"
                                          },
                                          "name": "fragment",
                                          "leadingComments": null
                                        },
                                        "init": {
                                          "type": "BinaryExpression",
                                          "start": 25972,
                                          "end": 26435,
                                          "loc": {
                                            "start": {
                                              "line": 799,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 804,
                                              "column": 41
                                            }
                                          },
                                          "left": {
                                            "type": "BinaryExpression",
                                            "start": 25972,
                                            "end": 26424,
                                            "loc": {
                                              "start": {
                                                "line": 799,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 804,
                                                "column": 30
                                              }
                                            },
                                            "left": {
                                              "type": "BinaryExpression",
                                              "start": 25972,
                                              "end": 26391,
                                              "loc": {
                                                "start": {
                                                  "line": 799,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 803,
                                                  "column": 80
                                                }
                                              },
                                              "left": {
                                                "type": "BinaryExpression",
                                                "start": 25972,
                                                "end": 26385,
                                                "loc": {
                                                  "start": {
                                                    "line": 799,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 803,
                                                    "column": 74
                                                  }
                                                },
                                                "left": {
                                                  "type": "BinaryExpression",
                                                  "start": 25972,
                                                  "end": 26376,
                                                  "loc": {
                                                    "start": {
                                                      "line": 799,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 803,
                                                      "column": 65
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "BinaryExpression",
                                                    "start": 25972,
                                                    "end": 26354,
                                                    "loc": {
                                                      "start": {
                                                        "line": 799,
                                                        "column": 23
                                                      },
                                                      "end": {
                                                        "line": 803,
                                                        "column": 43
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "BinaryExpression",
                                                      "start": 25972,
                                                      "end": 26343,
                                                      "loc": {
                                                        "start": {
                                                          "line": 799,
                                                          "column": 23
                                                        },
                                                        "end": {
                                                          "line": 803,
                                                          "column": 32
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "BinaryExpression",
                                                        "start": 25972,
                                                        "end": 26308,
                                                        "loc": {
                                                          "start": {
                                                            "line": 799,
                                                            "column": 23
                                                          },
                                                          "end": {
                                                            "line": 802,
                                                            "column": 87
                                                          }
                                                        },
                                                        "left": {
                                                          "type": "BinaryExpression",
                                                          "start": 25972,
                                                          "end": 26302,
                                                          "loc": {
                                                            "start": {
                                                              "line": 799,
                                                              "column": 23
                                                            },
                                                            "end": {
                                                              "line": 802,
                                                              "column": 81
                                                            }
                                                          },
                                                          "left": {
                                                            "type": "BinaryExpression",
                                                            "start": 25972,
                                                            "end": 26286,
                                                            "loc": {
                                                              "start": {
                                                                "line": 799,
                                                                "column": 23
                                                              },
                                                              "end": {
                                                                "line": 802,
                                                                "column": 65
                                                              }
                                                            },
                                                            "left": {
                                                              "type": "BinaryExpression",
                                                              "start": 25972,
                                                              "end": 26275,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 799,
                                                                  "column": 23
                                                                },
                                                                "end": {
                                                                  "line": 802,
                                                                  "column": 54
                                                                }
                                                              },
                                                              "left": {
                                                                "type": "BinaryExpression",
                                                                "start": 25972,
                                                                "end": 26266,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 799,
                                                                    "column": 23
                                                                  },
                                                                  "end": {
                                                                    "line": 802,
                                                                    "column": 45
                                                                  }
                                                                },
                                                                "left": {
                                                                  "type": "BinaryExpression",
                                                                  "start": 25972,
                                                                  "end": 26257,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 799,
                                                                      "column": 23
                                                                    },
                                                                    "end": {
                                                                      "line": 802,
                                                                      "column": 36
                                                                    }
                                                                  },
                                                                  "left": {
                                                                    "type": "BinaryExpression",
                                                                    "start": 25972,
                                                                    "end": 26218,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 799,
                                                                        "column": 23
                                                                      },
                                                                      "end": {
                                                                        "line": 801,
                                                                        "column": 126
                                                                      }
                                                                    },
                                                                    "left": {
                                                                      "type": "BinaryExpression",
                                                                      "start": 25972,
                                                                      "end": 26197,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 799,
                                                                          "column": 23
                                                                        },
                                                                        "end": {
                                                                          "line": 801,
                                                                          "column": 105
                                                                        }
                                                                      },
                                                                      "left": {
                                                                        "type": "BinaryExpression",
                                                                        "start": 25972,
                                                                        "end": 26162,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 799,
                                                                            "column": 23
                                                                          },
                                                                          "end": {
                                                                            "line": 801,
                                                                            "column": 70
                                                                          }
                                                                        },
                                                                        "left": {
                                                                          "type": "BinaryExpression",
                                                                          "start": 25972,
                                                                          "end": 26089,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 799,
                                                                              "column": 23
                                                                            },
                                                                            "end": {
                                                                              "line": 800,
                                                                              "column": 54
                                                                            }
                                                                          },
                                                                          "left": {
                                                                            "type": "BinaryExpression",
                                                                            "start": 25972,
                                                                            "end": 26083,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 799,
                                                                                "column": 23
                                                                              },
                                                                              "end": {
                                                                                "line": 800,
                                                                                "column": 48
                                                                              }
                                                                            },
                                                                            "left": {
                                                                              "type": "BinaryExpression",
                                                                              "start": 25972,
                                                                              "end": 26069,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 799,
                                                                                  "column": 23
                                                                                },
                                                                                "end": {
                                                                                  "line": 800,
                                                                                  "column": 34
                                                                                }
                                                                              },
                                                                              "left": {
                                                                                "type": "BinaryExpression",
                                                                                "start": 25972,
                                                                                "end": 26032,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 799,
                                                                                    "column": 23
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 799,
                                                                                    "column": 83
                                                                                  }
                                                                                },
                                                                                "left": {
                                                                                  "type": "BinaryExpression",
                                                                                  "start": 25972,
                                                                                  "end": 26021,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 799,
                                                                                      "column": 23
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 799,
                                                                                      "column": 72
                                                                                    }
                                                                                  },
                                                                                  "left": {
                                                                                    "type": "StringLiteral",
                                                                                    "start": 25972,
                                                                                    "end": 25997,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 799,
                                                                                        "column": 23
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 799,
                                                                                        "column": 48
                                                                                      }
                                                                                    },
                                                                                    "extra": {
                                                                                      "rawValue": "SELECT TOP 100 PERCENT ",
                                                                                      "raw": "'SELECT TOP 100 PERCENT '"
                                                                                    },
                                                                                    "value": "SELECT TOP 100 PERCENT "
                                                                                  },
                                                                                  "operator": "+",
                                                                                  "right": {
                                                                                    "type": "CallExpression",
                                                                                    "start": 26000,
                                                                                    "end": 26021,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 799,
                                                                                        "column": 51
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 799,
                                                                                        "column": 72
                                                                                      }
                                                                                    },
                                                                                    "callee": {
                                                                                      "type": "MemberExpression",
                                                                                      "start": 26000,
                                                                                      "end": 26015,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 799,
                                                                                          "column": 51
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 799,
                                                                                          "column": 66
                                                                                        }
                                                                                      },
                                                                                      "object": {
                                                                                        "type": "Identifier",
                                                                                        "start": 26000,
                                                                                        "end": 26010,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 799,
                                                                                            "column": 51
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 799,
                                                                                            "column": 61
                                                                                          },
                                                                                          "identifierName": "attributes"
                                                                                        },
                                                                                        "name": "attributes"
                                                                                      },
                                                                                      "property": {
                                                                                        "type": "Identifier",
                                                                                        "start": 26011,
                                                                                        "end": 26015,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 799,
                                                                                            "column": 62
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 799,
                                                                                            "column": 66
                                                                                          },
                                                                                          "identifierName": "join"
                                                                                        },
                                                                                        "name": "join"
                                                                                      },
                                                                                      "computed": false
                                                                                    },
                                                                                    "arguments": [
                                                                                      {
                                                                                        "type": "StringLiteral",
                                                                                        "start": 26016,
                                                                                        "end": 26020,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 799,
                                                                                            "column": 67
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 799,
                                                                                            "column": 71
                                                                                          }
                                                                                        },
                                                                                        "extra": {
                                                                                          "rawValue": ", ",
                                                                                          "raw": "', '"
                                                                                        },
                                                                                        "value": ", "
                                                                                      }
                                                                                    ]
                                                                                  }
                                                                                },
                                                                                "operator": "+",
                                                                                "right": {
                                                                                  "type": "StringLiteral",
                                                                                  "start": 26024,
                                                                                  "end": 26032,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 799,
                                                                                      "column": 75
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 799,
                                                                                      "column": 83
                                                                                    }
                                                                                  },
                                                                                  "extra": {
                                                                                    "rawValue": " FROM ",
                                                                                    "raw": "' FROM '"
                                                                                  },
                                                                                  "value": " FROM "
                                                                                }
                                                                              },
                                                                              "operator": "+",
                                                                              "right": {
                                                                                "type": "StringLiteral",
                                                                                "start": 26059,
                                                                                "end": 26069,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 800,
                                                                                    "column": 24
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 800,
                                                                                    "column": 34
                                                                                  }
                                                                                },
                                                                                "extra": {
                                                                                  "rawValue": "(SELECT ",
                                                                                  "raw": "'(SELECT '"
                                                                                },
                                                                                "value": "(SELECT "
                                                                              }
                                                                            },
                                                                            "operator": "+",
                                                                            "right": {
                                                                              "type": "Identifier",
                                                                              "start": 26072,
                                                                              "end": 26083,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 800,
                                                                                  "column": 37
                                                                                },
                                                                                "end": {
                                                                                  "line": 800,
                                                                                  "column": 48
                                                                                },
                                                                                "identifierName": "topFragment"
                                                                              },
                                                                              "name": "topFragment"
                                                                            }
                                                                          },
                                                                          "operator": "+",
                                                                          "right": {
                                                                            "type": "StringLiteral",
                                                                            "start": 26086,
                                                                            "end": 26089,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 800,
                                                                                "column": 51
                                                                              },
                                                                              "end": {
                                                                                "line": 800,
                                                                                "column": 54
                                                                              }
                                                                            },
                                                                            "extra": {
                                                                              "rawValue": "*",
                                                                              "raw": "'*'"
                                                                            },
                                                                            "value": "*"
                                                                          }
                                                                        },
                                                                        "operator": "+",
                                                                        "right": {
                                                                          "type": "StringLiteral",
                                                                          "start": 26118,
                                                                          "end": 26162,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 801,
                                                                              "column": 26
                                                                            },
                                                                            "end": {
                                                                              "line": 801,
                                                                              "column": 70
                                                                            }
                                                                          },
                                                                          "extra": {
                                                                            "rawValue": " FROM (SELECT ROW_NUMBER() OVER (ORDER BY ",
                                                                            "raw": "' FROM (SELECT ROW_NUMBER() OVER (ORDER BY '"
                                                                          },
                                                                          "value": " FROM (SELECT ROW_NUMBER() OVER (ORDER BY "
                                                                        }
                                                                      },
                                                                      "operator": "+",
                                                                      "right": {
                                                                        "type": "CallExpression",
                                                                        "start": 26165,
                                                                        "end": 26197,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 801,
                                                                            "column": 73
                                                                          },
                                                                          "end": {
                                                                            "line": 801,
                                                                            "column": 105
                                                                          }
                                                                        },
                                                                        "callee": {
                                                                          "type": "MemberExpression",
                                                                          "start": 26165,
                                                                          "end": 26191,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 801,
                                                                              "column": 73
                                                                            },
                                                                            "end": {
                                                                              "line": 801,
                                                                              "column": 99
                                                                            }
                                                                          },
                                                                          "object": {
                                                                            "type": "MemberExpression",
                                                                            "start": 26165,
                                                                            "end": 26186,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 801,
                                                                                "column": 73
                                                                              },
                                                                              "end": {
                                                                                "line": 801,
                                                                                "column": 94
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "Identifier",
                                                                              "start": 26165,
                                                                              "end": 26171,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 801,
                                                                                  "column": 73
                                                                                },
                                                                                "end": {
                                                                                  "line": 801,
                                                                                  "column": 79
                                                                                },
                                                                                "identifierName": "orders"
                                                                              },
                                                                              "name": "orders"
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 26172,
                                                                              "end": 26186,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 801,
                                                                                  "column": 80
                                                                                },
                                                                                "end": {
                                                                                  "line": 801,
                                                                                  "column": 94
                                                                                },
                                                                                "identifierName": "mainQueryOrder"
                                                                              },
                                                                              "name": "mainQueryOrder"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "start": 26187,
                                                                            "end": 26191,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 801,
                                                                                "column": 95
                                                                              },
                                                                              "end": {
                                                                                "line": 801,
                                                                                "column": 99
                                                                              },
                                                                              "identifierName": "join"
                                                                            },
                                                                            "name": "join"
                                                                          },
                                                                          "computed": false
                                                                        },
                                                                        "arguments": [
                                                                          {
                                                                            "type": "StringLiteral",
                                                                            "start": 26192,
                                                                            "end": 26196,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 801,
                                                                                "column": 100
                                                                              },
                                                                              "end": {
                                                                                "line": 801,
                                                                                "column": 104
                                                                              }
                                                                            },
                                                                            "extra": {
                                                                              "rawValue": ", ",
                                                                              "raw": "', '"
                                                                            },
                                                                            "value": ", "
                                                                          }
                                                                        ]
                                                                      }
                                                                    },
                                                                    "operator": "+",
                                                                    "right": {
                                                                      "type": "StringLiteral",
                                                                      "start": 26200,
                                                                      "end": 26218,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 801,
                                                                          "column": 108
                                                                        },
                                                                        "end": {
                                                                          "line": 801,
                                                                          "column": 126
                                                                        }
                                                                      },
                                                                      "extra": {
                                                                        "rawValue": ") as row_num, * ",
                                                                        "raw": "') as row_num, * '"
                                                                      },
                                                                      "value": ") as row_num, * "
                                                                    }
                                                                  },
                                                                  "operator": "+",
                                                                  "right": {
                                                                    "type": "StringLiteral",
                                                                    "start": 26249,
                                                                    "end": 26257,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 802,
                                                                        "column": 28
                                                                      },
                                                                      "end": {
                                                                        "line": 802,
                                                                        "column": 36
                                                                      }
                                                                    },
                                                                    "extra": {
                                                                      "rawValue": " FROM ",
                                                                      "raw": "' FROM '"
                                                                    },
                                                                    "value": " FROM "
                                                                  }
                                                                },
                                                                "operator": "+",
                                                                "right": {
                                                                  "type": "Identifier",
                                                                  "start": 26260,
                                                                  "end": 26266,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 802,
                                                                      "column": 39
                                                                    },
                                                                    "end": {
                                                                      "line": 802,
                                                                      "column": 45
                                                                    },
                                                                    "identifierName": "tables"
                                                                  },
                                                                  "name": "tables"
                                                                }
                                                              },
                                                              "operator": "+",
                                                              "right": {
                                                                "type": "StringLiteral",
                                                                "start": 26269,
                                                                "end": 26275,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 802,
                                                                    "column": 48
                                                                  },
                                                                  "end": {
                                                                    "line": 802,
                                                                    "column": 54
                                                                  }
                                                                },
                                                                "extra": {
                                                                  "rawValue": " AS ",
                                                                  "raw": "' AS '"
                                                                },
                                                                "value": " AS "
                                                              }
                                                            },
                                                            "operator": "+",
                                                            "right": {
                                                              "type": "Identifier",
                                                              "start": 26278,
                                                              "end": 26286,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 802,
                                                                  "column": 57
                                                                },
                                                                "end": {
                                                                  "line": 802,
                                                                  "column": 65
                                                                },
                                                                "identifierName": "tmpTable"
                                                              },
                                                              "name": "tmpTable"
                                                            }
                                                          },
                                                          "operator": "+",
                                                          "right": {
                                                            "type": "Identifier",
                                                            "start": 26289,
                                                            "end": 26302,
                                                            "loc": {
                                                              "start": {
                                                                "line": 802,
                                                                "column": 68
                                                              },
                                                              "end": {
                                                                "line": 802,
                                                                "column": 81
                                                              },
                                                              "identifierName": "whereFragment"
                                                            },
                                                            "name": "whereFragment"
                                                          }
                                                        },
                                                        "operator": "+",
                                                        "right": {
                                                          "type": "StringLiteral",
                                                          "start": 26305,
                                                          "end": 26308,
                                                          "loc": {
                                                            "start": {
                                                              "line": 802,
                                                              "column": 84
                                                            },
                                                            "end": {
                                                              "line": 802,
                                                              "column": 87
                                                            }
                                                          },
                                                          "extra": {
                                                            "rawValue": ")",
                                                            "raw": "')'"
                                                          },
                                                          "value": ")"
                                                        }
                                                      },
                                                      "operator": "+",
                                                      "right": {
                                                        "type": "StringLiteral",
                                                        "start": 26337,
                                                        "end": 26343,
                                                        "loc": {
                                                          "start": {
                                                            "line": 803,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 803,
                                                            "column": 32
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": " AS ",
                                                          "raw": "' AS '"
                                                        },
                                                        "value": " AS "
                                                      }
                                                    },
                                                    "operator": "+",
                                                    "right": {
                                                      "type": "Identifier",
                                                      "start": 26346,
                                                      "end": 26354,
                                                      "loc": {
                                                        "start": {
                                                          "line": 803,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 803,
                                                          "column": 43
                                                        },
                                                        "identifierName": "tmpTable"
                                                      },
                                                      "name": "tmpTable"
                                                    }
                                                  },
                                                  "operator": "+",
                                                  "right": {
                                                    "type": "StringLiteral",
                                                    "start": 26357,
                                                    "end": 26376,
                                                    "loc": {
                                                      "start": {
                                                        "line": 803,
                                                        "column": 46
                                                      },
                                                      "end": {
                                                        "line": 803,
                                                        "column": 65
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": " WHERE row_num > ",
                                                      "raw": "' WHERE row_num > '"
                                                    },
                                                    "value": " WHERE row_num > "
                                                  }
                                                },
                                                "operator": "+",
                                                "right": {
                                                  "type": "Identifier",
                                                  "start": 26379,
                                                  "end": 26385,
                                                  "loc": {
                                                    "start": {
                                                      "line": 803,
                                                      "column": 68
                                                    },
                                                    "end": {
                                                      "line": 803,
                                                      "column": 74
                                                    },
                                                    "identifierName": "offset"
                                                  },
                                                  "name": "offset"
                                                }
                                              },
                                              "operator": "+",
                                              "right": {
                                                "type": "StringLiteral",
                                                "start": 26388,
                                                "end": 26391,
                                                "loc": {
                                                  "start": {
                                                    "line": 803,
                                                    "column": 77
                                                  },
                                                  "end": {
                                                    "line": 803,
                                                    "column": 80
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": ")",
                                                  "raw": "')'"
                                                },
                                                "value": ")"
                                              }
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "StringLiteral",
                                              "start": 26418,
                                              "end": 26424,
                                              "loc": {
                                                "start": {
                                                  "line": 804,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 804,
                                                  "column": 30
                                                }
                                              },
                                              "extra": {
                                                "rawValue": " AS ",
                                                "raw": "' AS '"
                                              },
                                              "value": " AS "
                                            }
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "Identifier",
                                            "start": 26427,
                                            "end": 26435,
                                            "loc": {
                                              "start": {
                                                "line": 804,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 804,
                                                "column": 41
                                              },
                                              "identifierName": "tmpTable"
                                            },
                                            "name": "tmpTable"
                                          }
                                        },
                                        "leadingComments": null
                                      }
                                    ],
                                    "kind": "var",
                                    "leadingComments": [
                                      {
                                        "type": "CommentBlock",
                                        "value": "\n         * For earlier versions of SQL server, we need to nest several queries\n         * in order to emulate the OFFSET behavior.\n         *\n         * 1. The outermost query selects all items from the inner query block.\n         *    This is due to a limitation in SQL server with the use of computed\n         *    columns (e.g. SELECT ROW_NUMBER()...AS x) in WHERE clauses.\n         * 2. The next query handles the LIMIT and OFFSET behavior by getting\n         *    the TOP N rows of the query where the row number is > OFFSET\n         * 3. The innermost query is the actual set we want information from\n         ",
                                        "start": 25327,
                                        "end": 25948,
                                        "loc": {
                                          "start": {
                                            "line": 788,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 798,
                                            "column": 11
                                          }
                                        }
                                      }
                                    ]
                                  },
                                  {
                                    "type": "ReturnStatement",
                                    "start": 26445,
                                    "end": 26461,
                                    "loc": {
                                      "start": {
                                        "line": 805,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 805,
                                        "column": 24
                                      }
                                    },
                                    "argument": {
                                      "type": "Identifier",
                                      "start": 26452,
                                      "end": 26460,
                                      "loc": {
                                        "start": {
                                          "line": 805,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 805,
                                          "column": 23
                                        },
                                        "identifierName": "fragment"
                                      },
                                      "name": "fragment"
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": {
                                "type": "BlockStatement",
                                "start": 26475,
                                "end": 26576,
                                "loc": {
                                  "start": {
                                    "line": 806,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 808,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 26485,
                                    "end": 26568,
                                    "loc": {
                                      "start": {
                                        "line": 807,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 807,
                                        "column": 91
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 26485,
                                      "end": 26567,
                                      "loc": {
                                        "start": {
                                          "line": 807,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 807,
                                          "column": 90
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 26485,
                                        "end": 26497,
                                        "loc": {
                                          "start": {
                                            "line": 807,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 807,
                                            "column": 20
                                          },
                                          "identifierName": "mainFragment"
                                        },
                                        "name": "mainFragment"
                                      },
                                      "right": {
                                        "type": "BinaryExpression",
                                        "start": 26500,
                                        "end": 26567,
                                        "loc": {
                                          "start": {
                                            "line": 807,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 807,
                                            "column": 90
                                          }
                                        },
                                        "left": {
                                          "type": "BinaryExpression",
                                          "start": 26500,
                                          "end": 26558,
                                          "loc": {
                                            "start": {
                                              "line": 807,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 807,
                                              "column": 81
                                            }
                                          },
                                          "left": {
                                            "type": "BinaryExpression",
                                            "start": 26500,
                                            "end": 26547,
                                            "loc": {
                                              "start": {
                                                "line": 807,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 807,
                                                "column": 70
                                              }
                                            },
                                            "left": {
                                              "type": "BinaryExpression",
                                              "start": 26500,
                                              "end": 26523,
                                              "loc": {
                                                "start": {
                                                  "line": 807,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 807,
                                                  "column": 46
                                                }
                                              },
                                              "left": {
                                                "type": "StringLiteral",
                                                "start": 26500,
                                                "end": 26509,
                                                "loc": {
                                                  "start": {
                                                    "line": 807,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 807,
                                                    "column": 32
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "SELECT ",
                                                  "raw": "'SELECT '"
                                                },
                                                "value": "SELECT "
                                              },
                                              "operator": "+",
                                              "right": {
                                                "type": "Identifier",
                                                "start": 26512,
                                                "end": 26523,
                                                "loc": {
                                                  "start": {
                                                    "line": 807,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 807,
                                                    "column": 46
                                                  },
                                                  "identifierName": "topFragment"
                                                },
                                                "name": "topFragment"
                                              }
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "CallExpression",
                                              "start": 26526,
                                              "end": 26547,
                                              "loc": {
                                                "start": {
                                                  "line": 807,
                                                  "column": 49
                                                },
                                                "end": {
                                                  "line": 807,
                                                  "column": 70
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 26526,
                                                "end": 26541,
                                                "loc": {
                                                  "start": {
                                                    "line": 807,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 807,
                                                    "column": 64
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 26526,
                                                  "end": 26536,
                                                  "loc": {
                                                    "start": {
                                                      "line": 807,
                                                      "column": 49
                                                    },
                                                    "end": {
                                                      "line": 807,
                                                      "column": 59
                                                    },
                                                    "identifierName": "attributes"
                                                  },
                                                  "name": "attributes"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 26537,
                                                  "end": 26541,
                                                  "loc": {
                                                    "start": {
                                                      "line": 807,
                                                      "column": 60
                                                    },
                                                    "end": {
                                                      "line": 807,
                                                      "column": 64
                                                    },
                                                    "identifierName": "join"
                                                  },
                                                  "name": "join"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "StringLiteral",
                                                  "start": 26542,
                                                  "end": 26546,
                                                  "loc": {
                                                    "start": {
                                                      "line": 807,
                                                      "column": 65
                                                    },
                                                    "end": {
                                                      "line": 807,
                                                      "column": 69
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": ", ",
                                                    "raw": "', '"
                                                  },
                                                  "value": ", "
                                                }
                                              ]
                                            }
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "StringLiteral",
                                            "start": 26550,
                                            "end": 26558,
                                            "loc": {
                                              "start": {
                                                "line": 807,
                                                "column": 73
                                              },
                                              "end": {
                                                "line": 807,
                                                "column": 81
                                              }
                                            },
                                            "extra": {
                                              "rawValue": " FROM ",
                                              "raw": "' FROM '"
                                            },
                                            "value": " FROM "
                                          }
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "Identifier",
                                          "start": 26561,
                                          "end": 26567,
                                          "loc": {
                                            "start": {
                                              "line": 807,
                                              "column": 84
                                            },
                                            "end": {
                                              "line": 807,
                                              "column": 90
                                            },
                                            "identifierName": "tables"
                                          },
                                          "name": "tables"
                                        }
                                      }
                                    }
                                  }
                                ],
                                "directives": []
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null,
                        "leadingComments": [
                          {
                            "type": "CommentLine",
                            "value": " Handle SQL Server 2008 with TOP instead of LIMIT",
                            "start": 24452,
                            "end": 24503,
                            "loc": {
                              "start": {
                                "line": 768,
                                "column": 4
                              },
                              "end": {
                                "line": 768,
                                "column": 55
                              }
                            }
                          }
                        ]
                      },
                      {
                        "type": "IfStatement",
                        "start": 26588,
                        "end": 26655,
                        "loc": {
                          "start": {
                            "line": 811,
                            "column": 4
                          },
                          "end": {
                            "line": 813,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "Identifier",
                          "start": 26591,
                          "end": 26602,
                          "loc": {
                            "start": {
                              "line": 811,
                              "column": 7
                            },
                            "end": {
                              "line": 811,
                              "column": 18
                            },
                            "identifierName": "mainTableAs"
                          },
                          "name": "mainTableAs"
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 26604,
                          "end": 26655,
                          "loc": {
                            "start": {
                              "line": 811,
                              "column": 20
                            },
                            "end": {
                              "line": 813,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 26612,
                              "end": 26649,
                              "loc": {
                                "start": {
                                  "line": 812,
                                  "column": 6
                                },
                                "end": {
                                  "line": 812,
                                  "column": 43
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 26612,
                                "end": 26648,
                                "loc": {
                                  "start": {
                                    "line": 812,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 812,
                                    "column": 42
                                  }
                                },
                                "operator": "+=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 26612,
                                  "end": 26624,
                                  "loc": {
                                    "start": {
                                      "line": 812,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 812,
                                      "column": 18
                                    },
                                    "identifierName": "mainFragment"
                                  },
                                  "name": "mainFragment"
                                },
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 26628,
                                  "end": 26648,
                                  "loc": {
                                    "start": {
                                      "line": 812,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 812,
                                      "column": 42
                                    }
                                  },
                                  "left": {
                                    "type": "StringLiteral",
                                    "start": 26628,
                                    "end": 26634,
                                    "loc": {
                                      "start": {
                                        "line": 812,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 812,
                                        "column": 28
                                      }
                                    },
                                    "extra": {
                                      "rawValue": " AS ",
                                      "raw": "' AS '"
                                    },
                                    "value": " AS "
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "Identifier",
                                    "start": 26637,
                                    "end": 26648,
                                    "loc": {
                                      "start": {
                                        "line": 812,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 812,
                                        "column": 42
                                      },
                                      "identifierName": "mainTableAs"
                                    },
                                    "name": "mainTableAs"
                                  }
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 26661,
                        "end": 26681,
                        "loc": {
                          "start": {
                            "line": 815,
                            "column": 4
                          },
                          "end": {
                            "line": 815,
                            "column": 24
                          }
                        },
                        "argument": {
                          "type": "Identifier",
                          "start": 26668,
                          "end": 26680,
                          "loc": {
                            "start": {
                              "line": 815,
                              "column": 11
                            },
                            "end": {
                              "line": 815,
                              "column": 23
                            },
                            "identifierName": "mainFragment"
                          },
                          "name": "mainFragment"
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 26690,
                  "end": 27817,
                  "loc": {
                    "start": {
                      "line": 818,
                      "column": 2
                    },
                    "end": {
                      "line": 849,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 26690,
                    "end": 26707,
                    "loc": {
                      "start": {
                        "line": 818,
                        "column": 2
                      },
                      "end": {
                        "line": 818,
                        "column": 19
                      },
                      "identifierName": "addLimitAndOffset"
                    },
                    "name": "addLimitAndOffset"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 26708,
                      "end": 26715,
                      "loc": {
                        "start": {
                          "line": 818,
                          "column": 20
                        },
                        "end": {
                          "line": 818,
                          "column": 27
                        },
                        "identifierName": "options"
                      },
                      "name": "options"
                    },
                    {
                      "type": "Identifier",
                      "start": 26717,
                      "end": 26722,
                      "loc": {
                        "start": {
                          "line": 818,
                          "column": 29
                        },
                        "end": {
                          "line": 818,
                          "column": 34
                        },
                        "identifierName": "model"
                      },
                      "name": "model"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 26724,
                    "end": 27817,
                    "loc": {
                      "start": {
                        "line": 818,
                        "column": 36
                      },
                      "end": {
                        "line": 849,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "IfStatement",
                        "start": 26814,
                        "end": 26958,
                        "loc": {
                          "start": {
                            "line": 820,
                            "column": 4
                          },
                          "end": {
                            "line": 822,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "LogicalExpression",
                          "start": 26817,
                          "end": 26932,
                          "loc": {
                            "start": {
                              "line": 820,
                              "column": 7
                            },
                            "end": {
                              "line": 820,
                              "column": 122
                            }
                          },
                          "left": {
                            "type": "CallExpression",
                            "start": 26817,
                            "end": 26869,
                            "loc": {
                              "start": {
                                "line": 820,
                                "column": 7
                              },
                              "end": {
                                "line": 820,
                                "column": 59
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 26817,
                              "end": 26829,
                              "loc": {
                                "start": {
                                  "line": 820,
                                  "column": 7
                                },
                                "end": {
                                  "line": 820,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 26817,
                                "end": 26823,
                                "loc": {
                                  "start": {
                                    "line": 820,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 820,
                                    "column": 13
                                  },
                                  "identifierName": "semver"
                                },
                                "name": "semver",
                                "leadingComments": null
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 26824,
                                "end": 26829,
                                "loc": {
                                  "start": {
                                    "line": 820,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 820,
                                    "column": 19
                                  },
                                  "identifierName": "valid"
                                },
                                "name": "valid"
                              },
                              "computed": false,
                              "leadingComments": null
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 26830,
                                "end": 26868,
                                "loc": {
                                  "start": {
                                    "line": 820,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 820,
                                    "column": 58
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 26830,
                                  "end": 26852,
                                  "loc": {
                                    "start": {
                                      "line": 820,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 820,
                                      "column": 42
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 26830,
                                    "end": 26844,
                                    "loc": {
                                      "start": {
                                        "line": 820,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 820,
                                        "column": 34
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 26830,
                                      "end": 26834,
                                      "loc": {
                                        "start": {
                                          "line": 820,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 820,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 26835,
                                      "end": 26844,
                                      "loc": {
                                        "start": {
                                          "line": 820,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 820,
                                          "column": 34
                                        },
                                        "identifierName": "sequelize"
                                      },
                                      "name": "sequelize"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 26845,
                                    "end": 26852,
                                    "loc": {
                                      "start": {
                                        "line": 820,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 820,
                                        "column": 42
                                      },
                                      "identifierName": "options"
                                    },
                                    "name": "options"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 26853,
                                  "end": 26868,
                                  "loc": {
                                    "start": {
                                      "line": 820,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 820,
                                      "column": 58
                                    },
                                    "identifierName": "databaseVersion"
                                  },
                                  "name": "databaseVersion"
                                },
                                "computed": false
                              }
                            ],
                            "leadingComments": null
                          },
                          "operator": "&&",
                          "right": {
                            "type": "CallExpression",
                            "start": 26873,
                            "end": 26932,
                            "loc": {
                              "start": {
                                "line": 820,
                                "column": 63
                              },
                              "end": {
                                "line": 820,
                                "column": 122
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 26873,
                              "end": 26882,
                              "loc": {
                                "start": {
                                  "line": 820,
                                  "column": 63
                                },
                                "end": {
                                  "line": 820,
                                  "column": 72
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 26873,
                                "end": 26879,
                                "loc": {
                                  "start": {
                                    "line": 820,
                                    "column": 63
                                  },
                                  "end": {
                                    "line": 820,
                                    "column": 69
                                  },
                                  "identifierName": "semver"
                                },
                                "name": "semver"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 26880,
                                "end": 26882,
                                "loc": {
                                  "start": {
                                    "line": 820,
                                    "column": 70
                                  },
                                  "end": {
                                    "line": 820,
                                    "column": 72
                                  },
                                  "identifierName": "lt"
                                },
                                "name": "lt"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 26883,
                                "end": 26921,
                                "loc": {
                                  "start": {
                                    "line": 820,
                                    "column": 73
                                  },
                                  "end": {
                                    "line": 820,
                                    "column": 111
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 26883,
                                  "end": 26905,
                                  "loc": {
                                    "start": {
                                      "line": 820,
                                      "column": 73
                                    },
                                    "end": {
                                      "line": 820,
                                      "column": 95
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 26883,
                                    "end": 26897,
                                    "loc": {
                                      "start": {
                                        "line": 820,
                                        "column": 73
                                      },
                                      "end": {
                                        "line": 820,
                                        "column": 87
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 26883,
                                      "end": 26887,
                                      "loc": {
                                        "start": {
                                          "line": 820,
                                          "column": 73
                                        },
                                        "end": {
                                          "line": 820,
                                          "column": 77
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 26888,
                                      "end": 26897,
                                      "loc": {
                                        "start": {
                                          "line": 820,
                                          "column": 78
                                        },
                                        "end": {
                                          "line": 820,
                                          "column": 87
                                        },
                                        "identifierName": "sequelize"
                                      },
                                      "name": "sequelize"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 26898,
                                    "end": 26905,
                                    "loc": {
                                      "start": {
                                        "line": 820,
                                        "column": 88
                                      },
                                      "end": {
                                        "line": 820,
                                        "column": 95
                                      },
                                      "identifierName": "options"
                                    },
                                    "name": "options"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 26906,
                                  "end": 26921,
                                  "loc": {
                                    "start": {
                                      "line": 820,
                                      "column": 96
                                    },
                                    "end": {
                                      "line": 820,
                                      "column": 111
                                    },
                                    "identifierName": "databaseVersion"
                                  },
                                  "name": "databaseVersion"
                                },
                                "computed": false
                              },
                              {
                                "type": "StringLiteral",
                                "start": 26923,
                                "end": 26931,
                                "loc": {
                                  "start": {
                                    "line": 820,
                                    "column": 113
                                  },
                                  "end": {
                                    "line": 820,
                                    "column": 121
                                  }
                                },
                                "extra": {
                                  "rawValue": "11.0.0",
                                  "raw": "'11.0.0'"
                                },
                                "value": "11.0.0"
                              }
                            ]
                          },
                          "leadingComments": null
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 26934,
                          "end": 26958,
                          "loc": {
                            "start": {
                              "line": 820,
                              "column": 124
                            },
                            "end": {
                              "line": 822,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ReturnStatement",
                              "start": 26942,
                              "end": 26952,
                              "loc": {
                                "start": {
                                  "line": 821,
                                  "column": 6
                                },
                                "end": {
                                  "line": 821,
                                  "column": 16
                                }
                              },
                              "argument": {
                                "type": "StringLiteral",
                                "start": 26949,
                                "end": 26951,
                                "loc": {
                                  "start": {
                                    "line": 821,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 821,
                                    "column": 15
                                  }
                                },
                                "extra": {
                                  "rawValue": "",
                                  "raw": "''"
                                },
                                "value": ""
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null,
                        "leadingComments": [
                          {
                            "type": "CommentLine",
                            "value": " Skip handling of limit and offset as postfixes for older SQL Server versions",
                            "start": 26730,
                            "end": 26809,
                            "loc": {
                              "start": {
                                "line": 819,
                                "column": 4
                              },
                              "end": {
                                "line": 819,
                                "column": 83
                              }
                            }
                          }
                        ]
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 26964,
                        "end": 26982,
                        "loc": {
                          "start": {
                            "line": 824,
                            "column": 4
                          },
                          "end": {
                            "line": 824,
                            "column": 22
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 26968,
                            "end": 26981,
                            "loc": {
                              "start": {
                                "line": 824,
                                "column": 8
                              },
                              "end": {
                                "line": 824,
                                "column": 21
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 26968,
                              "end": 26976,
                              "loc": {
                                "start": {
                                  "line": 824,
                                  "column": 8
                                },
                                "end": {
                                  "line": 824,
                                  "column": 16
                                },
                                "identifierName": "fragment"
                              },
                              "name": "fragment"
                            },
                            "init": {
                              "type": "StringLiteral",
                              "start": 26979,
                              "end": 26981,
                              "loc": {
                                "start": {
                                  "line": 824,
                                  "column": 19
                                },
                                "end": {
                                  "line": 824,
                                  "column": 21
                                }
                              },
                              "extra": {
                                "rawValue": "",
                                "raw": "''"
                              },
                              "value": ""
                            }
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 26987,
                        "end": 27126,
                        "loc": {
                          "start": {
                            "line": 825,
                            "column": 4
                          },
                          "end": {
                            "line": 826,
                            "column": 106
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 26991,
                            "end": 27019,
                            "loc": {
                              "start": {
                                "line": 825,
                                "column": 8
                              },
                              "end": {
                                "line": 825,
                                "column": 36
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 26991,
                              "end": 26997,
                              "loc": {
                                "start": {
                                  "line": 825,
                                  "column": 8
                                },
                                "end": {
                                  "line": 825,
                                  "column": 14
                                },
                                "identifierName": "offset"
                              },
                              "name": "offset"
                            },
                            "init": {
                              "type": "LogicalExpression",
                              "start": 27000,
                              "end": 27019,
                              "loc": {
                                "start": {
                                  "line": 825,
                                  "column": 17
                                },
                                "end": {
                                  "line": 825,
                                  "column": 36
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 27000,
                                "end": 27014,
                                "loc": {
                                  "start": {
                                    "line": 825,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 825,
                                    "column": 31
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 27000,
                                  "end": 27007,
                                  "loc": {
                                    "start": {
                                      "line": 825,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 825,
                                      "column": 24
                                    },
                                    "identifierName": "options"
                                  },
                                  "name": "options"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 27008,
                                  "end": 27014,
                                  "loc": {
                                    "start": {
                                      "line": 825,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 825,
                                      "column": 31
                                    },
                                    "identifierName": "offset"
                                  },
                                  "name": "offset"
                                },
                                "computed": false
                              },
                              "operator": "||",
                              "right": {
                                "type": "NumericLiteral",
                                "start": 27018,
                                "end": 27019,
                                "loc": {
                                  "start": {
                                    "line": 825,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 825,
                                    "column": 36
                                  }
                                },
                                "extra": {
                                  "rawValue": 0,
                                  "raw": "0"
                                },
                                "value": 0
                              }
                            }
                          },
                          {
                            "type": "VariableDeclarator",
                            "start": 27028,
                            "end": 27125,
                            "loc": {
                              "start": {
                                "line": 826,
                                "column": 8
                              },
                              "end": {
                                "line": 826,
                                "column": 105
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 27028,
                              "end": 27038,
                              "loc": {
                                "start": {
                                  "line": 826,
                                  "column": 8
                                },
                                "end": {
                                  "line": 826,
                                  "column": 18
                                },
                                "identifierName": "isSubQuery"
                              },
                              "name": "isSubQuery"
                            },
                            "init": {
                              "type": "LogicalExpression",
                              "start": 27041,
                              "end": 27125,
                              "loc": {
                                "start": {
                                  "line": 826,
                                  "column": 21
                                },
                                "end": {
                                  "line": 826,
                                  "column": 105
                                }
                              },
                              "left": {
                                "type": "LogicalExpression",
                                "start": 27041,
                                "end": 27094,
                                "loc": {
                                  "start": {
                                    "line": 826,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 826,
                                    "column": 74
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 27041,
                                  "end": 27064,
                                  "loc": {
                                    "start": {
                                      "line": 826,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 826,
                                      "column": 44
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 27041,
                                    "end": 27048,
                                    "loc": {
                                      "start": {
                                        "line": 826,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 826,
                                        "column": 28
                                      },
                                      "identifierName": "options"
                                    },
                                    "name": "options"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 27049,
                                    "end": 27064,
                                    "loc": {
                                      "start": {
                                        "line": 826,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 826,
                                        "column": 44
                                      },
                                      "identifierName": "hasIncludeWhere"
                                    },
                                    "name": "hasIncludeWhere"
                                  },
                                  "computed": false
                                },
                                "operator": "||",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 27068,
                                  "end": 27094,
                                  "loc": {
                                    "start": {
                                      "line": 826,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 826,
                                      "column": 74
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 27068,
                                    "end": 27075,
                                    "loc": {
                                      "start": {
                                        "line": 826,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 826,
                                        "column": 55
                                      },
                                      "identifierName": "options"
                                    },
                                    "name": "options"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 27076,
                                    "end": 27094,
                                    "loc": {
                                      "start": {
                                        "line": 826,
                                        "column": 56
                                      },
                                      "end": {
                                        "line": 826,
                                        "column": 74
                                      },
                                      "identifierName": "hasIncludeRequired"
                                    },
                                    "name": "hasIncludeRequired"
                                  },
                                  "computed": false
                                }
                              },
                              "operator": "||",
                              "right": {
                                "type": "MemberExpression",
                                "start": 27098,
                                "end": 27125,
                                "loc": {
                                  "start": {
                                    "line": 826,
                                    "column": 78
                                  },
                                  "end": {
                                    "line": 826,
                                    "column": 105
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 27098,
                                  "end": 27105,
                                  "loc": {
                                    "start": {
                                      "line": 826,
                                      "column": 78
                                    },
                                    "end": {
                                      "line": 826,
                                      "column": 85
                                    },
                                    "identifierName": "options"
                                  },
                                  "name": "options"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 27106,
                                  "end": 27125,
                                  "loc": {
                                    "start": {
                                      "line": 826,
                                      "column": 86
                                    },
                                    "end": {
                                      "line": 826,
                                      "column": 105
                                    },
                                    "identifierName": "hasMultiAssociation"
                                  },
                                  "name": "hasMultiAssociation"
                                },
                                "computed": false
                              }
                            }
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 27132,
                        "end": 27148,
                        "loc": {
                          "start": {
                            "line": 828,
                            "column": 4
                          },
                          "end": {
                            "line": 828,
                            "column": 20
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 27136,
                            "end": 27147,
                            "loc": {
                              "start": {
                                "line": 828,
                                "column": 8
                              },
                              "end": {
                                "line": 828,
                                "column": 19
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 27136,
                              "end": 27142,
                              "loc": {
                                "start": {
                                  "line": 828,
                                  "column": 8
                                },
                                "end": {
                                  "line": 828,
                                  "column": 14
                                },
                                "identifierName": "orders"
                              },
                              "name": "orders"
                            },
                            "init": {
                              "type": "ObjectExpression",
                              "start": 27145,
                              "end": 27147,
                              "loc": {
                                "start": {
                                  "line": 828,
                                  "column": 17
                                },
                                "end": {
                                  "line": 828,
                                  "column": 19
                                }
                              },
                              "properties": []
                            }
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "IfStatement",
                        "start": 27153,
                        "end": 27243,
                        "loc": {
                          "start": {
                            "line": 829,
                            "column": 4
                          },
                          "end": {
                            "line": 831,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "MemberExpression",
                          "start": 27157,
                          "end": 27170,
                          "loc": {
                            "start": {
                              "line": 829,
                              "column": 8
                            },
                            "end": {
                              "line": 829,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 27157,
                            "end": 27164,
                            "loc": {
                              "start": {
                                "line": 829,
                                "column": 8
                              },
                              "end": {
                                "line": 829,
                                "column": 15
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 27165,
                            "end": 27170,
                            "loc": {
                              "start": {
                                "line": 829,
                                "column": 16
                              },
                              "end": {
                                "line": 829,
                                "column": 21
                              },
                              "identifierName": "order"
                            },
                            "name": "order"
                          },
                          "computed": false
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 27172,
                          "end": 27243,
                          "loc": {
                            "start": {
                              "line": 829,
                              "column": 23
                            },
                            "end": {
                              "line": 831,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 27180,
                              "end": 27237,
                              "loc": {
                                "start": {
                                  "line": 830,
                                  "column": 6
                                },
                                "end": {
                                  "line": 830,
                                  "column": 63
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 27180,
                                "end": 27236,
                                "loc": {
                                  "start": {
                                    "line": 830,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 830,
                                    "column": 62
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 27180,
                                  "end": 27186,
                                  "loc": {
                                    "start": {
                                      "line": 830,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 830,
                                      "column": 12
                                    },
                                    "identifierName": "orders"
                                  },
                                  "name": "orders"
                                },
                                "right": {
                                  "type": "CallExpression",
                                  "start": 27189,
                                  "end": 27236,
                                  "loc": {
                                    "start": {
                                      "line": 830,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 830,
                                      "column": 62
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 27189,
                                    "end": 27208,
                                    "loc": {
                                      "start": {
                                        "line": 830,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 830,
                                        "column": 34
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 27189,
                                      "end": 27193,
                                      "loc": {
                                        "start": {
                                          "line": 830,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 830,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 27194,
                                      "end": 27208,
                                      "loc": {
                                        "start": {
                                          "line": 830,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 830,
                                          "column": 34
                                        },
                                        "identifierName": "getQueryOrders"
                                      },
                                      "name": "getQueryOrders"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 27209,
                                      "end": 27216,
                                      "loc": {
                                        "start": {
                                          "line": 830,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 830,
                                          "column": 42
                                        },
                                        "identifierName": "options"
                                      },
                                      "name": "options"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 27218,
                                      "end": 27223,
                                      "loc": {
                                        "start": {
                                          "line": 830,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 830,
                                          "column": 49
                                        },
                                        "identifierName": "model"
                                      },
                                      "name": "model"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 27225,
                                      "end": 27235,
                                      "loc": {
                                        "start": {
                                          "line": 830,
                                          "column": 51
                                        },
                                        "end": {
                                          "line": 830,
                                          "column": 61
                                        },
                                        "identifierName": "isSubQuery"
                                      },
                                      "name": "isSubQuery"
                                    }
                                  ]
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "IfStatement",
                        "start": 27249,
                        "end": 27791,
                        "loc": {
                          "start": {
                            "line": 833,
                            "column": 4
                          },
                          "end": {
                            "line": 846,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "LogicalExpression",
                          "start": 27253,
                          "end": 27284,
                          "loc": {
                            "start": {
                              "line": 833,
                              "column": 8
                            },
                            "end": {
                              "line": 833,
                              "column": 39
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 27253,
                            "end": 27266,
                            "loc": {
                              "start": {
                                "line": 833,
                                "column": 8
                              },
                              "end": {
                                "line": 833,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 27253,
                              "end": 27260,
                              "loc": {
                                "start": {
                                  "line": 833,
                                  "column": 8
                                },
                                "end": {
                                  "line": 833,
                                  "column": 15
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 27261,
                              "end": 27266,
                              "loc": {
                                "start": {
                                  "line": 833,
                                  "column": 16
                                },
                                "end": {
                                  "line": 833,
                                  "column": 21
                                },
                                "identifierName": "limit"
                              },
                              "name": "limit"
                            },
                            "computed": false
                          },
                          "operator": "||",
                          "right": {
                            "type": "MemberExpression",
                            "start": 27270,
                            "end": 27284,
                            "loc": {
                              "start": {
                                "line": 833,
                                "column": 25
                              },
                              "end": {
                                "line": 833,
                                "column": 39
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 27270,
                              "end": 27277,
                              "loc": {
                                "start": {
                                  "line": 833,
                                  "column": 25
                                },
                                "end": {
                                  "line": 833,
                                  "column": 32
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 27278,
                              "end": 27284,
                              "loc": {
                                "start": {
                                  "line": 833,
                                  "column": 33
                                },
                                "end": {
                                  "line": 833,
                                  "column": 39
                                },
                                "identifierName": "offset"
                              },
                              "name": "offset"
                            },
                            "computed": false
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 27286,
                          "end": 27791,
                          "loc": {
                            "start": {
                              "line": 833,
                              "column": 41
                            },
                            "end": {
                              "line": 846,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "IfStatement",
                              "start": 27294,
                              "end": 27551,
                              "loc": {
                                "start": {
                                  "line": 834,
                                  "column": 6
                                },
                                "end": {
                                  "line": 837,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "LogicalExpression",
                                "start": 27298,
                                "end": 27365,
                                "loc": {
                                  "start": {
                                    "line": 834,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 834,
                                    "column": 77
                                  }
                                },
                                "left": {
                                  "type": "UnaryExpression",
                                  "start": 27298,
                                  "end": 27312,
                                  "loc": {
                                    "start": {
                                      "line": 834,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 834,
                                      "column": 24
                                    }
                                  },
                                  "operator": "!",
                                  "prefix": true,
                                  "argument": {
                                    "type": "MemberExpression",
                                    "start": 27299,
                                    "end": 27312,
                                    "loc": {
                                      "start": {
                                        "line": 834,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 834,
                                        "column": 24
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 27299,
                                      "end": 27306,
                                      "loc": {
                                        "start": {
                                          "line": 834,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 834,
                                          "column": 18
                                        },
                                        "identifierName": "options"
                                      },
                                      "name": "options"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 27307,
                                      "end": 27312,
                                      "loc": {
                                        "start": {
                                          "line": 834,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 834,
                                          "column": 24
                                        },
                                        "identifierName": "order"
                                      },
                                      "name": "order"
                                    },
                                    "computed": false
                                  },
                                  "extra": {
                                    "parenthesizedArgument": false
                                  }
                                },
                                "operator": "||",
                                "right": {
                                  "type": "LogicalExpression",
                                  "start": 27317,
                                  "end": 27364,
                                  "loc": {
                                    "start": {
                                      "line": 834,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 834,
                                      "column": 76
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 27317,
                                    "end": 27332,
                                    "loc": {
                                      "start": {
                                        "line": 834,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 834,
                                        "column": 44
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 27317,
                                      "end": 27324,
                                      "loc": {
                                        "start": {
                                          "line": 834,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 834,
                                          "column": 36
                                        },
                                        "identifierName": "options"
                                      },
                                      "name": "options"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 27325,
                                      "end": 27332,
                                      "loc": {
                                        "start": {
                                          "line": 834,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 834,
                                          "column": 44
                                        },
                                        "identifierName": "include"
                                      },
                                      "name": "include"
                                    },
                                    "computed": false
                                  },
                                  "operator": "&&",
                                  "right": {
                                    "type": "UnaryExpression",
                                    "start": 27336,
                                    "end": 27364,
                                    "loc": {
                                      "start": {
                                        "line": 834,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 834,
                                        "column": 76
                                      }
                                    },
                                    "operator": "!",
                                    "prefix": true,
                                    "argument": {
                                      "type": "MemberExpression",
                                      "start": 27337,
                                      "end": 27364,
                                      "loc": {
                                        "start": {
                                          "line": 834,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 834,
                                          "column": 76
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 27337,
                                        "end": 27357,
                                        "loc": {
                                          "start": {
                                            "line": 834,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 834,
                                            "column": 69
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 27337,
                                          "end": 27343,
                                          "loc": {
                                            "start": {
                                              "line": 834,
                                              "column": 49
                                            },
                                            "end": {
                                              "line": 834,
                                              "column": 55
                                            },
                                            "identifierName": "orders"
                                          },
                                          "name": "orders"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 27344,
                                          "end": 27357,
                                          "loc": {
                                            "start": {
                                              "line": 834,
                                              "column": 56
                                            },
                                            "end": {
                                              "line": 834,
                                              "column": 69
                                            },
                                            "identifierName": "subQueryOrder"
                                          },
                                          "name": "subQueryOrder"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 27358,
                                        "end": 27364,
                                        "loc": {
                                          "start": {
                                            "line": 834,
                                            "column": 70
                                          },
                                          "end": {
                                            "line": 834,
                                            "column": 76
                                          },
                                          "identifierName": "length"
                                        },
                                        "name": "length"
                                      },
                                      "computed": false
                                    },
                                    "extra": {
                                      "parenthesizedArgument": false
                                    }
                                  },
                                  "extra": {
                                    "parenthesized": true,
                                    "parenStart": 27316
                                  }
                                }
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 27367,
                                "end": 27551,
                                "loc": {
                                  "start": {
                                    "line": 834,
                                    "column": 79
                                  },
                                  "end": {
                                    "line": 837,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 27377,
                                    "end": 27442,
                                    "loc": {
                                      "start": {
                                        "line": 835,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 835,
                                        "column": 73
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 27377,
                                      "end": 27441,
                                      "loc": {
                                        "start": {
                                          "line": 835,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 835,
                                          "column": 72
                                        }
                                      },
                                      "operator": "+=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 27377,
                                        "end": 27385,
                                        "loc": {
                                          "start": {
                                            "line": 835,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 835,
                                            "column": 16
                                          },
                                          "identifierName": "fragment"
                                        },
                                        "name": "fragment"
                                      },
                                      "right": {
                                        "type": "ConditionalExpression",
                                        "start": 27389,
                                        "end": 27441,
                                        "loc": {
                                          "start": {
                                            "line": 835,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 835,
                                            "column": 72
                                          }
                                        },
                                        "test": {
                                          "type": "LogicalExpression",
                                          "start": 27390,
                                          "end": 27418,
                                          "loc": {
                                            "start": {
                                              "line": 835,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 835,
                                              "column": 49
                                            }
                                          },
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 27390,
                                            "end": 27403,
                                            "loc": {
                                              "start": {
                                                "line": 835,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 835,
                                                "column": 34
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 27390,
                                              "end": 27397,
                                              "loc": {
                                                "start": {
                                                  "line": 835,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 835,
                                                  "column": 28
                                                },
                                                "identifierName": "options"
                                              },
                                              "name": "options"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 27398,
                                              "end": 27403,
                                              "loc": {
                                                "start": {
                                                  "line": 835,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 835,
                                                  "column": 34
                                                },
                                                "identifierName": "order"
                                              },
                                              "name": "order"
                                            },
                                            "computed": false
                                          },
                                          "operator": "&&",
                                          "right": {
                                            "type": "UnaryExpression",
                                            "start": 27407,
                                            "end": 27418,
                                            "loc": {
                                              "start": {
                                                "line": 835,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 835,
                                                "column": 49
                                              }
                                            },
                                            "operator": "!",
                                            "prefix": true,
                                            "argument": {
                                              "type": "Identifier",
                                              "start": 27408,
                                              "end": 27418,
                                              "loc": {
                                                "start": {
                                                  "line": 835,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 835,
                                                  "column": 49
                                                },
                                                "identifierName": "isSubQuery"
                                              },
                                              "name": "isSubQuery"
                                            },
                                            "extra": {
                                              "parenthesizedArgument": false
                                            }
                                          },
                                          "extra": {
                                            "parenthesized": true,
                                            "parenStart": 27389
                                          }
                                        },
                                        "consequent": {
                                          "type": "StringLiteral",
                                          "start": 27422,
                                          "end": 27426,
                                          "loc": {
                                            "start": {
                                              "line": 835,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 835,
                                              "column": 57
                                            }
                                          },
                                          "extra": {
                                            "rawValue": ", ",
                                            "raw": "', '"
                                          },
                                          "value": ", "
                                        },
                                        "alternate": {
                                          "type": "StringLiteral",
                                          "start": 27429,
                                          "end": 27441,
                                          "loc": {
                                            "start": {
                                              "line": 835,
                                              "column": 60
                                            },
                                            "end": {
                                              "line": 835,
                                              "column": 72
                                            }
                                          },
                                          "extra": {
                                            "rawValue": " ORDER BY ",
                                            "raw": "' ORDER BY '"
                                          },
                                          "value": " ORDER BY "
                                        }
                                      }
                                    }
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 27451,
                                    "end": 27543,
                                    "loc": {
                                      "start": {
                                        "line": 836,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 836,
                                        "column": 100
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 27451,
                                      "end": 27542,
                                      "loc": {
                                        "start": {
                                          "line": 836,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 836,
                                          "column": 99
                                        }
                                      },
                                      "operator": "+=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 27451,
                                        "end": 27459,
                                        "loc": {
                                          "start": {
                                            "line": 836,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 836,
                                            "column": 16
                                          },
                                          "identifierName": "fragment"
                                        },
                                        "name": "fragment"
                                      },
                                      "right": {
                                        "type": "BinaryExpression",
                                        "start": 27463,
                                        "end": 27542,
                                        "loc": {
                                          "start": {
                                            "line": 836,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 836,
                                            "column": 99
                                          }
                                        },
                                        "left": {
                                          "type": "BinaryExpression",
                                          "start": 27463,
                                          "end": 27496,
                                          "loc": {
                                            "start": {
                                              "line": 836,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 836,
                                              "column": 53
                                            }
                                          },
                                          "left": {
                                            "type": "CallExpression",
                                            "start": 27463,
                                            "end": 27490,
                                            "loc": {
                                              "start": {
                                                "line": 836,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 836,
                                                "column": 47
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 27463,
                                              "end": 27478,
                                              "loc": {
                                                "start": {
                                                  "line": 836,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 836,
                                                  "column": 35
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 27463,
                                                "end": 27467,
                                                "loc": {
                                                  "start": {
                                                    "line": 836,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 836,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 27468,
                                                "end": 27478,
                                                "loc": {
                                                  "start": {
                                                    "line": 836,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 836,
                                                    "column": 35
                                                  },
                                                  "identifierName": "quoteTable"
                                                },
                                                "name": "quoteTable"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 27479,
                                                "end": 27489,
                                                "loc": {
                                                  "start": {
                                                    "line": 836,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 836,
                                                    "column": 46
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 27479,
                                                  "end": 27484,
                                                  "loc": {
                                                    "start": {
                                                      "line": 836,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 836,
                                                      "column": 41
                                                    },
                                                    "identifierName": "model"
                                                  },
                                                  "name": "model"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 27485,
                                                  "end": 27489,
                                                  "loc": {
                                                    "start": {
                                                      "line": 836,
                                                      "column": 42
                                                    },
                                                    "end": {
                                                      "line": 836,
                                                      "column": 46
                                                    },
                                                    "identifierName": "name"
                                                  },
                                                  "name": "name"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "StringLiteral",
                                            "start": 27493,
                                            "end": 27496,
                                            "loc": {
                                              "start": {
                                                "line": 836,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 836,
                                                "column": 53
                                              }
                                            },
                                            "extra": {
                                              "rawValue": ".",
                                              "raw": "'.'"
                                            },
                                            "value": "."
                                          }
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "CallExpression",
                                          "start": 27499,
                                          "end": 27542,
                                          "loc": {
                                            "start": {
                                              "line": 836,
                                              "column": 56
                                            },
                                            "end": {
                                              "line": 836,
                                              "column": 99
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 27499,
                                            "end": 27519,
                                            "loc": {
                                              "start": {
                                                "line": 836,
                                                "column": 56
                                              },
                                              "end": {
                                                "line": 836,
                                                "column": 76
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 27499,
                                              "end": 27503,
                                              "loc": {
                                                "start": {
                                                  "line": 836,
                                                  "column": 56
                                                },
                                                "end": {
                                                  "line": 836,
                                                  "column": 60
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 27504,
                                              "end": 27519,
                                              "loc": {
                                                "start": {
                                                  "line": 836,
                                                  "column": 61
                                                },
                                                "end": {
                                                  "line": 836,
                                                  "column": 76
                                                },
                                                "identifierName": "quoteIdentifier"
                                              },
                                              "name": "quoteIdentifier"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 27520,
                                              "end": 27541,
                                              "loc": {
                                                "start": {
                                                  "line": 836,
                                                  "column": 77
                                                },
                                                "end": {
                                                  "line": 836,
                                                  "column": 98
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 27520,
                                                "end": 27525,
                                                "loc": {
                                                  "start": {
                                                    "line": 836,
                                                    "column": 77
                                                  },
                                                  "end": {
                                                    "line": 836,
                                                    "column": 82
                                                  },
                                                  "identifierName": "model"
                                                },
                                                "name": "model"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 27526,
                                                "end": 27541,
                                                "loc": {
                                                  "start": {
                                                    "line": 836,
                                                    "column": 83
                                                  },
                                                  "end": {
                                                    "line": 836,
                                                    "column": 98
                                                  },
                                                  "identifierName": "primaryKeyField"
                                                },
                                                "name": "primaryKeyField"
                                              },
                                              "computed": false
                                            }
                                          ]
                                        }
                                      }
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": null
                            },
                            {
                              "type": "IfStatement",
                              "start": 27559,
                              "end": 27669,
                              "loc": {
                                "start": {
                                  "line": 839,
                                  "column": 6
                                },
                                "end": {
                                  "line": 841,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "LogicalExpression",
                                "start": 27563,
                                "end": 27594,
                                "loc": {
                                  "start": {
                                    "line": 839,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 839,
                                    "column": 41
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 27563,
                                  "end": 27577,
                                  "loc": {
                                    "start": {
                                      "line": 839,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 839,
                                      "column": 24
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 27563,
                                    "end": 27570,
                                    "loc": {
                                      "start": {
                                        "line": 839,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 839,
                                        "column": 17
                                      },
                                      "identifierName": "options"
                                    },
                                    "name": "options"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 27571,
                                    "end": 27577,
                                    "loc": {
                                      "start": {
                                        "line": 839,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 839,
                                        "column": 24
                                      },
                                      "identifierName": "offset"
                                    },
                                    "name": "offset"
                                  },
                                  "computed": false
                                },
                                "operator": "||",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 27581,
                                  "end": 27594,
                                  "loc": {
                                    "start": {
                                      "line": 839,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 839,
                                      "column": 41
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 27581,
                                    "end": 27588,
                                    "loc": {
                                      "start": {
                                        "line": 839,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 839,
                                        "column": 35
                                      },
                                      "identifierName": "options"
                                    },
                                    "name": "options"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 27589,
                                    "end": 27594,
                                    "loc": {
                                      "start": {
                                        "line": 839,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 839,
                                        "column": 41
                                      },
                                      "identifierName": "limit"
                                    },
                                    "name": "limit"
                                  },
                                  "computed": false
                                }
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 27596,
                                "end": 27669,
                                "loc": {
                                  "start": {
                                    "line": 839,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 841,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 27606,
                                    "end": 27661,
                                    "loc": {
                                      "start": {
                                        "line": 840,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 840,
                                        "column": 63
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 27606,
                                      "end": 27660,
                                      "loc": {
                                        "start": {
                                          "line": 840,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 840,
                                          "column": 62
                                        }
                                      },
                                      "operator": "+=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 27606,
                                        "end": 27614,
                                        "loc": {
                                          "start": {
                                            "line": 840,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 840,
                                            "column": 16
                                          },
                                          "identifierName": "fragment"
                                        },
                                        "name": "fragment"
                                      },
                                      "right": {
                                        "type": "BinaryExpression",
                                        "start": 27618,
                                        "end": 27660,
                                        "loc": {
                                          "start": {
                                            "line": 840,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 840,
                                            "column": 62
                                          }
                                        },
                                        "left": {
                                          "type": "BinaryExpression",
                                          "start": 27618,
                                          "end": 27650,
                                          "loc": {
                                            "start": {
                                              "line": 840,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 840,
                                              "column": 52
                                            }
                                          },
                                          "left": {
                                            "type": "StringLiteral",
                                            "start": 27618,
                                            "end": 27628,
                                            "loc": {
                                              "start": {
                                                "line": 840,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 840,
                                                "column": 30
                                              }
                                            },
                                            "extra": {
                                              "rawValue": " OFFSET ",
                                              "raw": "' OFFSET '"
                                            },
                                            "value": " OFFSET "
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "CallExpression",
                                            "start": 27631,
                                            "end": 27650,
                                            "loc": {
                                              "start": {
                                                "line": 840,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 840,
                                                "column": 52
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 27631,
                                              "end": 27642,
                                              "loc": {
                                                "start": {
                                                  "line": 840,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 840,
                                                  "column": 44
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 27631,
                                                "end": 27635,
                                                "loc": {
                                                  "start": {
                                                    "line": 840,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 840,
                                                    "column": 37
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 27636,
                                                "end": 27642,
                                                "loc": {
                                                  "start": {
                                                    "line": 840,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 840,
                                                    "column": 44
                                                  },
                                                  "identifierName": "escape"
                                                },
                                                "name": "escape"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 27643,
                                                "end": 27649,
                                                "loc": {
                                                  "start": {
                                                    "line": 840,
                                                    "column": 45
                                                  },
                                                  "end": {
                                                    "line": 840,
                                                    "column": 51
                                                  },
                                                  "identifierName": "offset"
                                                },
                                                "name": "offset"
                                              }
                                            ]
                                          }
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "StringLiteral",
                                          "start": 27653,
                                          "end": 27660,
                                          "loc": {
                                            "start": {
                                              "line": 840,
                                              "column": 55
                                            },
                                            "end": {
                                              "line": 840,
                                              "column": 62
                                            }
                                          },
                                          "extra": {
                                            "rawValue": " ROWS",
                                            "raw": "' ROWS'"
                                          },
                                          "value": " ROWS"
                                        }
                                      }
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": null
                            },
                            {
                              "type": "IfStatement",
                              "start": 27677,
                              "end": 27785,
                              "loc": {
                                "start": {
                                  "line": 843,
                                  "column": 6
                                },
                                "end": {
                                  "line": 845,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "MemberExpression",
                                "start": 27681,
                                "end": 27694,
                                "loc": {
                                  "start": {
                                    "line": 843,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 843,
                                    "column": 23
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 27681,
                                  "end": 27688,
                                  "loc": {
                                    "start": {
                                      "line": 843,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 843,
                                      "column": 17
                                    },
                                    "identifierName": "options"
                                  },
                                  "name": "options"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 27689,
                                  "end": 27694,
                                  "loc": {
                                    "start": {
                                      "line": 843,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 843,
                                      "column": 23
                                    },
                                    "identifierName": "limit"
                                  },
                                  "name": "limit"
                                },
                                "computed": false
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 27696,
                                "end": 27785,
                                "loc": {
                                  "start": {
                                    "line": 843,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 845,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 27706,
                                    "end": 27777,
                                    "loc": {
                                      "start": {
                                        "line": 844,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 844,
                                        "column": 79
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 27706,
                                      "end": 27776,
                                      "loc": {
                                        "start": {
                                          "line": 844,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 844,
                                          "column": 78
                                        }
                                      },
                                      "operator": "+=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 27706,
                                        "end": 27714,
                                        "loc": {
                                          "start": {
                                            "line": 844,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 844,
                                            "column": 16
                                          },
                                          "identifierName": "fragment"
                                        },
                                        "name": "fragment"
                                      },
                                      "right": {
                                        "type": "BinaryExpression",
                                        "start": 27718,
                                        "end": 27776,
                                        "loc": {
                                          "start": {
                                            "line": 844,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 844,
                                            "column": 78
                                          }
                                        },
                                        "left": {
                                          "type": "BinaryExpression",
                                          "start": 27718,
                                          "end": 27761,
                                          "loc": {
                                            "start": {
                                              "line": 844,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 844,
                                              "column": 63
                                            }
                                          },
                                          "left": {
                                            "type": "StringLiteral",
                                            "start": 27718,
                                            "end": 27732,
                                            "loc": {
                                              "start": {
                                                "line": 844,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 844,
                                                "column": 34
                                              }
                                            },
                                            "extra": {
                                              "rawValue": " FETCH NEXT ",
                                              "raw": "' FETCH NEXT '"
                                            },
                                            "value": " FETCH NEXT "
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "CallExpression",
                                            "start": 27735,
                                            "end": 27761,
                                            "loc": {
                                              "start": {
                                                "line": 844,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 844,
                                                "column": 63
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 27735,
                                              "end": 27746,
                                              "loc": {
                                                "start": {
                                                  "line": 844,
                                                  "column": 37
                                                },
                                                "end": {
                                                  "line": 844,
                                                  "column": 48
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 27735,
                                                "end": 27739,
                                                "loc": {
                                                  "start": {
                                                    "line": 844,
                                                    "column": 37
                                                  },
                                                  "end": {
                                                    "line": 844,
                                                    "column": 41
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 27740,
                                                "end": 27746,
                                                "loc": {
                                                  "start": {
                                                    "line": 844,
                                                    "column": 42
                                                  },
                                                  "end": {
                                                    "line": 844,
                                                    "column": 48
                                                  },
                                                  "identifierName": "escape"
                                                },
                                                "name": "escape"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 27747,
                                                "end": 27760,
                                                "loc": {
                                                  "start": {
                                                    "line": 844,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 844,
                                                    "column": 62
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 27747,
                                                  "end": 27754,
                                                  "loc": {
                                                    "start": {
                                                      "line": 844,
                                                      "column": 49
                                                    },
                                                    "end": {
                                                      "line": 844,
                                                      "column": 56
                                                    },
                                                    "identifierName": "options"
                                                  },
                                                  "name": "options"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 27755,
                                                  "end": 27760,
                                                  "loc": {
                                                    "start": {
                                                      "line": 844,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 844,
                                                      "column": 62
                                                    },
                                                    "identifierName": "limit"
                                                  },
                                                  "name": "limit"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "StringLiteral",
                                          "start": 27764,
                                          "end": 27776,
                                          "loc": {
                                            "start": {
                                              "line": 844,
                                              "column": 66
                                            },
                                            "end": {
                                              "line": 844,
                                              "column": 78
                                            }
                                          },
                                          "extra": {
                                            "rawValue": " ROWS ONLY",
                                            "raw": "' ROWS ONLY'"
                                          },
                                          "value": " ROWS ONLY"
                                        }
                                      }
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": null
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 27797,
                        "end": 27813,
                        "loc": {
                          "start": {
                            "line": 848,
                            "column": 4
                          },
                          "end": {
                            "line": 848,
                            "column": 20
                          }
                        },
                        "argument": {
                          "type": "Identifier",
                          "start": 27804,
                          "end": 27812,
                          "loc": {
                            "start": {
                              "line": 848,
                              "column": 11
                            },
                            "end": {
                              "line": 848,
                              "column": 19
                            },
                            "identifierName": "fragment"
                          },
                          "name": "fragment"
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 27822,
                  "end": 27875,
                  "loc": {
                    "start": {
                      "line": 851,
                      "column": 2
                    },
                    "end": {
                      "line": 853,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 27822,
                    "end": 27834,
                    "loc": {
                      "start": {
                        "line": 851,
                        "column": 2
                      },
                      "end": {
                        "line": 851,
                        "column": 14
                      },
                      "identifierName": "booleanValue"
                    },
                    "name": "booleanValue"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 27835,
                      "end": 27840,
                      "loc": {
                        "start": {
                          "line": 851,
                          "column": 15
                        },
                        "end": {
                          "line": 851,
                          "column": 20
                        },
                        "identifierName": "value"
                      },
                      "name": "value"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 27842,
                    "end": 27875,
                    "loc": {
                      "start": {
                        "line": 851,
                        "column": 22
                      },
                      "end": {
                        "line": 853,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ReturnStatement",
                        "start": 27848,
                        "end": 27871,
                        "loc": {
                          "start": {
                            "line": 852,
                            "column": 4
                          },
                          "end": {
                            "line": 852,
                            "column": 27
                          }
                        },
                        "argument": {
                          "type": "ConditionalExpression",
                          "start": 27855,
                          "end": 27870,
                          "loc": {
                            "start": {
                              "line": 852,
                              "column": 11
                            },
                            "end": {
                              "line": 852,
                              "column": 26
                            }
                          },
                          "test": {
                            "type": "UnaryExpression",
                            "start": 27855,
                            "end": 27862,
                            "loc": {
                              "start": {
                                "line": 852,
                                "column": 11
                              },
                              "end": {
                                "line": 852,
                                "column": 18
                              }
                            },
                            "operator": "!",
                            "prefix": true,
                            "argument": {
                              "type": "UnaryExpression",
                              "start": 27856,
                              "end": 27862,
                              "loc": {
                                "start": {
                                  "line": 852,
                                  "column": 12
                                },
                                "end": {
                                  "line": 852,
                                  "column": 18
                                }
                              },
                              "operator": "!",
                              "prefix": true,
                              "argument": {
                                "type": "Identifier",
                                "start": 27857,
                                "end": 27862,
                                "loc": {
                                  "start": {
                                    "line": 852,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 852,
                                    "column": 18
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              },
                              "extra": {
                                "parenthesizedArgument": false
                              }
                            },
                            "extra": {
                              "parenthesizedArgument": false
                            }
                          },
                          "consequent": {
                            "type": "NumericLiteral",
                            "start": 27865,
                            "end": 27866,
                            "loc": {
                              "start": {
                                "line": 852,
                                "column": 21
                              },
                              "end": {
                                "line": 852,
                                "column": 22
                              }
                            },
                            "extra": {
                              "rawValue": 1,
                              "raw": "1"
                            },
                            "value": 1
                          },
                          "alternate": {
                            "type": "NumericLiteral",
                            "start": 27869,
                            "end": 27870,
                            "loc": {
                              "start": {
                                "line": 852,
                                "column": 25
                              },
                              "end": {
                                "line": 852,
                                "column": 26
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          }
                        }
                      }
                    ],
                    "directives": []
                  }
                }
              ]
            }
          }
        ],
        "kind": "var",
        "trailingComments": [
          {
            "type": "CommentLine",
            "value": " private methods",
            "start": 27880,
            "end": 27898,
            "loc": {
              "start": {
                "line": 856,
                "column": 0
              },
              "end": {
                "line": 856,
                "column": 18
              }
            }
          }
        ]
      },
      {
        "type": "FunctionDeclaration",
        "start": 27899,
        "end": 28004,
        "loc": {
          "start": {
            "line": 857,
            "column": 0
          },
          "end": {
            "line": 859,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 27908,
          "end": 27923,
          "loc": {
            "start": {
              "line": 857,
              "column": 9
            },
            "end": {
              "line": 857,
              "column": 24
            },
            "identifierName": "wrapSingleQuote"
          },
          "name": "wrapSingleQuote",
          "leadingComments": null
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 27924,
            "end": 27934,
            "loc": {
              "start": {
                "line": 857,
                "column": 25
              },
              "end": {
                "line": 857,
                "column": 35
              },
              "identifierName": "identifier"
            },
            "name": "identifier"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 27935,
          "end": 28004,
          "loc": {
            "start": {
              "line": 857,
              "column": 36
            },
            "end": {
              "line": 859,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ReturnStatement",
              "start": 27939,
              "end": 28002,
              "loc": {
                "start": {
                  "line": 858,
                  "column": 2
                },
                "end": {
                  "line": 858,
                  "column": 65
                }
              },
              "argument": {
                "type": "CallExpression",
                "start": 27946,
                "end": 28001,
                "loc": {
                  "start": {
                    "line": 858,
                    "column": 9
                  },
                  "end": {
                    "line": 858,
                    "column": 64
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 27946,
                  "end": 27960,
                  "loc": {
                    "start": {
                      "line": 858,
                      "column": 9
                    },
                    "end": {
                      "line": 858,
                      "column": 23
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 27946,
                    "end": 27951,
                    "loc": {
                      "start": {
                        "line": 858,
                        "column": 9
                      },
                      "end": {
                        "line": 858,
                        "column": 14
                      },
                      "identifierName": "Utils"
                    },
                    "name": "Utils"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 27952,
                    "end": 27960,
                    "loc": {
                      "start": {
                        "line": 858,
                        "column": 15
                      },
                      "end": {
                        "line": 858,
                        "column": 23
                      },
                      "identifierName": "addTicks"
                    },
                    "name": "addTicks"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "CallExpression",
                    "start": 27961,
                    "end": 27995,
                    "loc": {
                      "start": {
                        "line": 858,
                        "column": 24
                      },
                      "end": {
                        "line": 858,
                        "column": 58
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 27961,
                      "end": 27978,
                      "loc": {
                        "start": {
                          "line": 858,
                          "column": 24
                        },
                        "end": {
                          "line": 858,
                          "column": 41
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 27961,
                        "end": 27966,
                        "loc": {
                          "start": {
                            "line": 858,
                            "column": 24
                          },
                          "end": {
                            "line": 858,
                            "column": 29
                          },
                          "identifierName": "Utils"
                        },
                        "name": "Utils"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 27967,
                        "end": 27978,
                        "loc": {
                          "start": {
                            "line": 858,
                            "column": 30
                          },
                          "end": {
                            "line": 858,
                            "column": 41
                          },
                          "identifierName": "removeTicks"
                        },
                        "name": "removeTicks"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 27979,
                        "end": 27989,
                        "loc": {
                          "start": {
                            "line": 858,
                            "column": 42
                          },
                          "end": {
                            "line": 858,
                            "column": 52
                          },
                          "identifierName": "identifier"
                        },
                        "name": "identifier"
                      },
                      {
                        "type": "StringLiteral",
                        "start": 27991,
                        "end": 27994,
                        "loc": {
                          "start": {
                            "line": 858,
                            "column": 54
                          },
                          "end": {
                            "line": 858,
                            "column": 57
                          }
                        },
                        "extra": {
                          "rawValue": "'",
                          "raw": "\"'\""
                        },
                        "value": "'"
                      }
                    ]
                  },
                  {
                    "type": "StringLiteral",
                    "start": 27997,
                    "end": 28000,
                    "loc": {
                      "start": {
                        "line": 858,
                        "column": 60
                      },
                      "end": {
                        "line": 858,
                        "column": 63
                      }
                    },
                    "extra": {
                      "rawValue": "'",
                      "raw": "\"'\""
                    },
                    "value": "'"
                  }
                ]
              }
            }
          ],
          "directives": []
        },
        "leadingComments": [
          {
            "type": "CommentLine",
            "value": " private methods",
            "start": 27880,
            "end": 27898,
            "loc": {
              "start": {
                "line": 856,
                "column": 0
              },
              "end": {
                "line": 856,
                "column": 18
              }
            }
          }
        ]
      },
      {
        "type": "ExpressionStatement",
        "start": 28006,
        "end": 28038,
        "loc": {
          "start": {
            "line": 861,
            "column": 0
          },
          "end": {
            "line": 861,
            "column": 32
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 28006,
          "end": 28037,
          "loc": {
            "start": {
              "line": 861,
              "column": 0
            },
            "end": {
              "line": 861,
              "column": 31
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 28006,
            "end": 28020,
            "loc": {
              "start": {
                "line": 861,
                "column": 0
              },
              "end": {
                "line": 861,
                "column": 14
              }
            },
            "object": {
              "type": "Identifier",
              "start": 28006,
              "end": 28012,
              "loc": {
                "start": {
                  "line": 861,
                  "column": 0
                },
                "end": {
                  "line": 861,
                  "column": 6
                },
                "identifierName": "module"
              },
              "name": "module"
            },
            "property": {
              "type": "Identifier",
              "start": 28013,
              "end": 28020,
              "loc": {
                "start": {
                  "line": 861,
                  "column": 7
                },
                "end": {
                  "line": 861,
                  "column": 14
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 28023,
            "end": 28037,
            "loc": {
              "start": {
                "line": 861,
                "column": 17
              },
              "end": {
                "line": 861,
                "column": 31
              },
              "identifierName": "QueryGenerator"
            },
            "name": "QueryGenerator"
          }
        }
      }
    ],
    "directives": [
      {
        "type": "Directive",
        "start": 0,
        "end": 13,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 13
          }
        },
        "value": {
          "type": "DirectiveLiteral",
          "start": 0,
          "end": 12,
          "loc": {
            "start": {
              "line": 1,
              "column": 0
            },
            "end": {
              "line": 1,
              "column": 12
            }
          },
          "value": "use strict",
          "extra": {
            "raw": "'use strict'",
            "rawValue": "use strict"
          },
          "trailingComments": null
        },
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": " jshint -W110 ",
            "start": 15,
            "end": 33,
            "loc": {
              "start": {
                "line": 3,
                "column": 0
              },
              "end": {
                "line": 3,
                "column": 18
              }
            }
          }
        ]
      }
    ]
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": " jshint -W110 ",
      "start": 15,
      "end": 33,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 18
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": " istanbul ignore next ",
      "start": 262,
      "end": 288,
      "loc": {
        "start": {
          "line": 10,
          "column": 0
        },
        "end": {
          "line": 10,
          "column": 26
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": " jshint proto:true ",
      "start": 473,
      "end": 496,
      "loc": {
        "start": {
          "line": 16,
          "column": 2
        },
        "end": {
          "line": 16,
          "column": 25
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Uses string manipulation to convert the MS Maj.Min.Patch.Build to semver Maj.Min.Patch",
      "start": 1188,
      "end": 1277,
      "loc": {
        "start": {
          "line": 44,
          "column": 4
        },
        "end": {
          "line": 44,
          "column": 93
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " MSSQL doesn't support inline REFERENCES declarations: move to the end",
      "start": 2084,
      "end": 2156,
      "loc": {
        "start": {
          "line": 68,
          "column": 13
        },
        "end": {
          "line": 68,
          "column": 85
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " MSSQL doesn't support inline REFERENCES declarations: move to the end",
      "start": 2560,
      "end": 2632,
      "loc": {
        "start": {
          "line": 76,
          "column": 10
        },
        "end": {
          "line": 76,
          "column": 82
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " FIXME: attributeToSQL SHOULD be using attributes in addColumnQuery",
      "start": 5776,
      "end": 5845,
      "loc": {
        "start": {
          "line": 169,
          "column": 4
        },
        "end": {
          "line": 169,
          "column": 73
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "        but instead we need to pass the key along as the field here",
      "start": 5850,
      "end": 5919,
      "loc": {
        "start": {
          "line": 170,
          "column": 4
        },
        "end": {
          "line": 170,
          "column": 73
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " special case for empty objects with primary keys",
      "start": 8775,
      "end": 8826,
      "loc": {
        "start": {
          "line": 257,
          "column": 6
        },
        "end": {
          "line": 257,
          "column": 57
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " normal case",
      "start": 9097,
      "end": 9111,
      "loc": {
        "start": {
          "line": 265,
          "column": 6
        },
        "end": {
          "line": 265,
          "column": 20
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "Obtain primaryKeys, uniquekeys and identity attrs from rawAttributes as model is not passed",
      "start": 11447,
      "end": 11540,
      "loc": {
        "start": {
          "line": 335,
          "column": 4
        },
        "end": {
          "line": 335,
          "column": 97
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "Virtual Table",
      "start": 12274,
      "end": 12289,
      "loc": {
        "start": {
          "line": 352,
          "column": 63
        },
        "end": {
          "line": 352,
          "column": 78
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "IDENTITY_INSERT Condition",
      "start": 12318,
      "end": 12345,
      "loc": {
        "start": {
          "line": 355,
          "column": 4
        },
        "end": {
          "line": 355,
          "column": 31
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "\n         * IDENTITY_INSERT Column Cannot be updated, only inserted\n         * http://stackoverflow.com/a/30176254/2254360\n         ",
      "start": 12492,
      "end": 12628,
      "loc": {
        "start": {
          "line": 359,
          "column": 8
        },
        "end": {
          "line": 362,
          "column": 11
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "Filter NULL Clauses",
      "start": 12650,
      "end": 12671,
      "loc": {
        "start": {
          "line": 366,
          "column": 4
        },
        "end": {
          "line": 366,
          "column": 25
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "\n       * Exclude NULL Composite PK/UK. Partial Composite clauses should also be excluded as it doesn't guarantee a single row\n       ",
      "start": 12751,
      "end": 12889,
      "loc": {
        "start": {
          "line": 369,
          "column": 6
        },
        "end": {
          "line": 371,
          "column": 9
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "\n     * Generate ON condition using PK(s).\n     * If not, generate using UK(s). Else throw error\n     ",
      "start": 13045,
      "end": 13151,
      "loc": {
        "start": {
          "line": 381,
          "column": 4
        },
        "end": {
          "line": 384,
          "column": 7
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Search for primary key attribute in clauses -- Model can have two separate unique keys",
      "start": 13491,
      "end": 13580,
      "loc": {
        "start": {
          "line": 395,
          "column": 6
        },
        "end": {
          "line": 395,
          "column": 95
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Remove the IDENTITY_INSERT Column from update",
      "start": 13943,
      "end": 13991,
      "loc": {
        "start": {
          "line": 408,
          "column": 4
        },
        "end": {
          "line": 408,
          "column": 52
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Truncate does not allow LIMIT and WHERE",
      "start": 15086,
      "end": 15128,
      "loc": {
        "start": {
          "line": 436,
          "column": 6
        },
        "end": {
          "line": 436,
          "column": 48
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " handle self referential constraints",
      "start": 16567,
      "end": 16605,
      "loc": {
        "start": {
          "line": 496,
          "column": 4
        },
        "end": {
          "line": 496,
          "column": 42
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " enums are a special case",
      "start": 17142,
      "end": 17169,
      "loc": {
        "start": {
          "line": 512,
          "column": 6
        },
        "end": {
          "line": 512,
          "column": 33
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Blobs/texts cannot have a defaultValue",
      "start": 17784,
      "end": 17825,
      "loc": {
        "start": {
          "line": 532,
          "column": 4
        },
        "end": {
          "line": 532,
          "column": 45
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " no cascading constraints to a table more than once",
      "start": 19081,
      "end": 19134,
      "loc": {
        "start": {
          "line": 579,
          "column": 10
        },
        "end": {
          "line": 579,
          "column": 63
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " NOTE: this really just disables cascading updates for all",
      "start": 19308,
      "end": 19368,
      "loc": {
        "start": {
          "line": 585,
          "column": 10
        },
        "end": {
          "line": 585,
          "column": 70
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "       definitions. Can be made more robust to support the",
      "start": 19379,
      "end": 19439,
      "loc": {
        "start": {
          "line": 586,
          "column": 10
        },
        "end": {
          "line": 586,
          "column": 70
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "       few cases where MSSQL actually supports them",
      "start": 19450,
      "end": 19503,
      "loc": {
        "start": {
          "line": 587,
          "column": 10
        },
        "end": {
          "line": 587,
          "column": 63
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " return 'SET IMPLICIT_TRANSACTIONS ' + (!!value ? 'OFF' : 'ON') + ';';",
      "start": 23501,
      "end": 23573,
      "loc": {
        "start": {
          "line": 729,
          "column": 4
        },
        "end": {
          "line": 729,
          "column": 76
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Handle SQL Server 2008 with TOP instead of LIMIT",
      "start": 24452,
      "end": 24503,
      "loc": {
        "start": {
          "line": 768,
          "column": 4
        },
        "end": {
          "line": 768,
          "column": 55
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "\n         * For earlier versions of SQL server, we need to nest several queries\n         * in order to emulate the OFFSET behavior.\n         *\n         * 1. The outermost query selects all items from the inner query block.\n         *    This is due to a limitation in SQL server with the use of computed\n         *    columns (e.g. SELECT ROW_NUMBER()...AS x) in WHERE clauses.\n         * 2. The next query handles the LIMIT and OFFSET behavior by getting\n         *    the TOP N rows of the query where the row number is > OFFSET\n         * 3. The innermost query is the actual set we want information from\n         ",
      "start": 25327,
      "end": 25948,
      "loc": {
        "start": {
          "line": 788,
          "column": 8
        },
        "end": {
          "line": 798,
          "column": 11
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Skip handling of limit and offset as postfixes for older SQL Server versions",
      "start": 26730,
      "end": 26809,
      "loc": {
        "start": {
          "line": 819,
          "column": 4
        },
        "end": {
          "line": 819,
          "column": 83
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " private methods",
      "start": 27880,
      "end": 27898,
      "loc": {
        "start": {
          "line": 856,
          "column": 0
        },
        "end": {
          "line": 856,
          "column": 18
        }
      }
    }
  ],
  "tokens": [
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "use strict",
      "start": 0,
      "end": 12,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12,
      "end": 13,
      "loc": {
        "start": {
          "line": 1,
          "column": 12
        },
        "end": {
          "line": 1,
          "column": 13
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": " jshint -W110 ",
      "start": 15,
      "end": 33,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 34,
      "end": 37,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 38,
      "end": 43,
      "loc": {
        "start": {
          "line": 4,
          "column": 4
        },
        "end": {
          "line": 4,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 44,
      "end": 45,
      "loc": {
        "start": {
          "line": 4,
          "column": 10
        },
        "end": {
          "line": 4,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 46,
      "end": 53,
      "loc": {
        "start": {
          "line": 4,
          "column": 12
        },
        "end": {
          "line": 4,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 53,
      "end": 54,
      "loc": {
        "start": {
          "line": 4,
          "column": 19
        },
        "end": {
          "line": 4,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../../utils",
      "start": 54,
      "end": 67,
      "loc": {
        "start": {
          "line": 4,
          "column": 20
        },
        "end": {
          "line": 4,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 67,
      "end": 68,
      "loc": {
        "start": {
          "line": 4,
          "column": 33
        },
        "end": {
          "line": 4,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 71,
      "end": 72,
      "loc": {
        "start": {
          "line": 5,
          "column": 2
        },
        "end": {
          "line": 5,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataTypes",
      "start": 73,
      "end": 82,
      "loc": {
        "start": {
          "line": 5,
          "column": 4
        },
        "end": {
          "line": 5,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 83,
      "end": 84,
      "loc": {
        "start": {
          "line": 5,
          "column": 14
        },
        "end": {
          "line": 5,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 85,
      "end": 92,
      "loc": {
        "start": {
          "line": 5,
          "column": 16
        },
        "end": {
          "line": 5,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 92,
      "end": 93,
      "loc": {
        "start": {
          "line": 5,
          "column": 23
        },
        "end": {
          "line": 5,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../../data-types",
      "start": 93,
      "end": 111,
      "loc": {
        "start": {
          "line": 5,
          "column": 24
        },
        "end": {
          "line": 5,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 111,
      "end": 112,
      "loc": {
        "start": {
          "line": 5,
          "column": 42
        },
        "end": {
          "line": 5,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 115,
      "end": 116,
      "loc": {
        "start": {
          "line": 6,
          "column": 2
        },
        "end": {
          "line": 6,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "AbstractQueryGenerator",
      "start": 117,
      "end": 139,
      "loc": {
        "start": {
          "line": 6,
          "column": 4
        },
        "end": {
          "line": 6,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 140,
      "end": 141,
      "loc": {
        "start": {
          "line": 6,
          "column": 27
        },
        "end": {
          "line": 6,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 142,
      "end": 149,
      "loc": {
        "start": {
          "line": 6,
          "column": 29
        },
        "end": {
          "line": 6,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 149,
      "end": 150,
      "loc": {
        "start": {
          "line": 6,
          "column": 36
        },
        "end": {
          "line": 6,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../abstract/query-generator",
      "start": 150,
      "end": 179,
      "loc": {
        "start": {
          "line": 6,
          "column": 37
        },
        "end": {
          "line": 6,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 179,
      "end": 180,
      "loc": {
        "start": {
          "line": 6,
          "column": 66
        },
        "end": {
          "line": 6,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 183,
      "end": 184,
      "loc": {
        "start": {
          "line": 7,
          "column": 2
        },
        "end": {
          "line": 7,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "randomBytes",
      "start": 185,
      "end": 196,
      "loc": {
        "start": {
          "line": 7,
          "column": 4
        },
        "end": {
          "line": 7,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 197,
      "end": 198,
      "loc": {
        "start": {
          "line": 7,
          "column": 16
        },
        "end": {
          "line": 7,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 199,
      "end": 206,
      "loc": {
        "start": {
          "line": 7,
          "column": 18
        },
        "end": {
          "line": 7,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 206,
      "end": 207,
      "loc": {
        "start": {
          "line": 7,
          "column": 25
        },
        "end": {
          "line": 7,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "crypto",
      "start": 207,
      "end": 215,
      "loc": {
        "start": {
          "line": 7,
          "column": 26
        },
        "end": {
          "line": 7,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 215,
      "end": 216,
      "loc": {
        "start": {
          "line": 7,
          "column": 34
        },
        "end": {
          "line": 7,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 216,
      "end": 217,
      "loc": {
        "start": {
          "line": 7,
          "column": 35
        },
        "end": {
          "line": 7,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "randomBytes",
      "start": 217,
      "end": 228,
      "loc": {
        "start": {
          "line": 7,
          "column": 36
        },
        "end": {
          "line": 7,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 231,
      "end": 232,
      "loc": {
        "start": {
          "line": 8,
          "column": 2
        },
        "end": {
          "line": 8,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "semver",
      "start": 233,
      "end": 239,
      "loc": {
        "start": {
          "line": 8,
          "column": 4
        },
        "end": {
          "line": 8,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 240,
      "end": 241,
      "loc": {
        "start": {
          "line": 8,
          "column": 11
        },
        "end": {
          "line": 8,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 242,
      "end": 249,
      "loc": {
        "start": {
          "line": 8,
          "column": 13
        },
        "end": {
          "line": 8,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 249,
      "end": 250,
      "loc": {
        "start": {
          "line": 8,
          "column": 20
        },
        "end": {
          "line": 8,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "semver",
      "start": 250,
      "end": 258,
      "loc": {
        "start": {
          "line": 8,
          "column": 21
        },
        "end": {
          "line": 8,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 258,
      "end": 259,
      "loc": {
        "start": {
          "line": 8,
          "column": 29
        },
        "end": {
          "line": 8,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 259,
      "end": 260,
      "loc": {
        "start": {
          "line": 8,
          "column": 30
        },
        "end": {
          "line": 8,
          "column": 31
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": " istanbul ignore next ",
      "start": 262,
      "end": 288,
      "loc": {
        "start": {
          "line": 10,
          "column": 0
        },
        "end": {
          "line": 10,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 289,
      "end": 292,
      "loc": {
        "start": {
          "line": 11,
          "column": 0
        },
        "end": {
          "line": 11,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "throwMethodUndefined",
      "start": 293,
      "end": 313,
      "loc": {
        "start": {
          "line": 11,
          "column": 4
        },
        "end": {
          "line": 11,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 314,
      "end": 315,
      "loc": {
        "start": {
          "line": 11,
          "column": 25
        },
        "end": {
          "line": 11,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 316,
      "end": 324,
      "loc": {
        "start": {
          "line": 11,
          "column": 27
        },
        "end": {
          "line": 11,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 324,
      "end": 325,
      "loc": {
        "start": {
          "line": 11,
          "column": 35
        },
        "end": {
          "line": 11,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "methodName",
      "start": 325,
      "end": 335,
      "loc": {
        "start": {
          "line": 11,
          "column": 36
        },
        "end": {
          "line": 11,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 335,
      "end": 336,
      "loc": {
        "start": {
          "line": 11,
          "column": 46
        },
        "end": {
          "line": 11,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 337,
      "end": 338,
      "loc": {
        "start": {
          "line": 11,
          "column": 48
        },
        "end": {
          "line": 11,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "throw",
        "keyword": "throw",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "throw",
      "start": 341,
      "end": 346,
      "loc": {
        "start": {
          "line": 12,
          "column": 2
        },
        "end": {
          "line": 12,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 347,
      "end": 350,
      "loc": {
        "start": {
          "line": 12,
          "column": 8
        },
        "end": {
          "line": 12,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Error",
      "start": 351,
      "end": 356,
      "loc": {
        "start": {
          "line": 12,
          "column": 12
        },
        "end": {
          "line": 12,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 356,
      "end": 357,
      "loc": {
        "start": {
          "line": 12,
          "column": 17
        },
        "end": {
          "line": 12,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "The method \"",
      "start": 357,
      "end": 371,
      "loc": {
        "start": {
          "line": 12,
          "column": 18
        },
        "end": {
          "line": 12,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 372,
      "end": 373,
      "loc": {
        "start": {
          "line": 12,
          "column": 33
        },
        "end": {
          "line": 12,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "methodName",
      "start": 374,
      "end": 384,
      "loc": {
        "start": {
          "line": 12,
          "column": 35
        },
        "end": {
          "line": 12,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 385,
      "end": 386,
      "loc": {
        "start": {
          "line": 12,
          "column": 46
        },
        "end": {
          "line": 12,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "\" is not defined! Please add it to your sql dialect.",
      "start": 387,
      "end": 441,
      "loc": {
        "start": {
          "line": 12,
          "column": 48
        },
        "end": {
          "line": 12,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 441,
      "end": 442,
      "loc": {
        "start": {
          "line": 12,
          "column": 102
        },
        "end": {
          "line": 12,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 442,
      "end": 443,
      "loc": {
        "start": {
          "line": 12,
          "column": 103
        },
        "end": {
          "line": 12,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 444,
      "end": 445,
      "loc": {
        "start": {
          "line": 13,
          "column": 0
        },
        "end": {
          "line": 13,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 445,
      "end": 446,
      "loc": {
        "start": {
          "line": 13,
          "column": 1
        },
        "end": {
          "line": 13,
          "column": 2
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 448,
      "end": 451,
      "loc": {
        "start": {
          "line": 15,
          "column": 0
        },
        "end": {
          "line": 15,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 452,
      "end": 466,
      "loc": {
        "start": {
          "line": 15,
          "column": 4
        },
        "end": {
          "line": 15,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 467,
      "end": 468,
      "loc": {
        "start": {
          "line": 15,
          "column": 19
        },
        "end": {
          "line": 15,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 469,
      "end": 470,
      "loc": {
        "start": {
          "line": 15,
          "column": 21
        },
        "end": {
          "line": 15,
          "column": 22
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": " jshint proto:true ",
      "start": 473,
      "end": 496,
      "loc": {
        "start": {
          "line": 16,
          "column": 2
        },
        "end": {
          "line": 16,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__proto__",
      "start": 499,
      "end": 508,
      "loc": {
        "start": {
          "line": 17,
          "column": 2
        },
        "end": {
          "line": 17,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 508,
      "end": 509,
      "loc": {
        "start": {
          "line": 17,
          "column": 11
        },
        "end": {
          "line": 17,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "AbstractQueryGenerator",
      "start": 510,
      "end": 532,
      "loc": {
        "start": {
          "line": 17,
          "column": 13
        },
        "end": {
          "line": 17,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 532,
      "end": 533,
      "loc": {
        "start": {
          "line": 17,
          "column": 35
        },
        "end": {
          "line": 17,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 536,
      "end": 543,
      "loc": {
        "start": {
          "line": 18,
          "column": 2
        },
        "end": {
          "line": 18,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 543,
      "end": 544,
      "loc": {
        "start": {
          "line": 18,
          "column": 9
        },
        "end": {
          "line": 18,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 545,
      "end": 546,
      "loc": {
        "start": {
          "line": 18,
          "column": 11
        },
        "end": {
          "line": 18,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 546,
      "end": 547,
      "loc": {
        "start": {
          "line": 18,
          "column": 12
        },
        "end": {
          "line": 18,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 547,
      "end": 548,
      "loc": {
        "start": {
          "line": 18,
          "column": 13
        },
        "end": {
          "line": 18,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dialect",
      "start": 551,
      "end": 558,
      "loc": {
        "start": {
          "line": 19,
          "column": 2
        },
        "end": {
          "line": 19,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 558,
      "end": 559,
      "loc": {
        "start": {
          "line": 19,
          "column": 9
        },
        "end": {
          "line": 19,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "mssql",
      "start": 560,
      "end": 567,
      "loc": {
        "start": {
          "line": 19,
          "column": 11
        },
        "end": {
          "line": 19,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 567,
      "end": 568,
      "loc": {
        "start": {
          "line": 19,
          "column": 18
        },
        "end": {
          "line": 19,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createSchema",
      "start": 572,
      "end": 584,
      "loc": {
        "start": {
          "line": 21,
          "column": 2
        },
        "end": {
          "line": 21,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 584,
      "end": 585,
      "loc": {
        "start": {
          "line": 21,
          "column": 14
        },
        "end": {
          "line": 21,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 585,
      "end": 591,
      "loc": {
        "start": {
          "line": 21,
          "column": 15
        },
        "end": {
          "line": 21,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 591,
      "end": 592,
      "loc": {
        "start": {
          "line": 21,
          "column": 21
        },
        "end": {
          "line": 21,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 593,
      "end": 594,
      "loc": {
        "start": {
          "line": 21,
          "column": 23
        },
        "end": {
          "line": 21,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 599,
      "end": 605,
      "loc": {
        "start": {
          "line": 22,
          "column": 4
        },
        "end": {
          "line": 22,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 606,
      "end": 607,
      "loc": {
        "start": {
          "line": 22,
          "column": 11
        },
        "end": {
          "line": 22,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "IF NOT EXISTS (SELECT schema_name",
      "start": 614,
      "end": 649,
      "loc": {
        "start": {
          "line": 23,
          "column": 6
        },
        "end": {
          "line": 23,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 649,
      "end": 650,
      "loc": {
        "start": {
          "line": 23,
          "column": 41
        },
        "end": {
          "line": 23,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "FROM information_schema.schemata",
      "start": 657,
      "end": 691,
      "loc": {
        "start": {
          "line": 24,
          "column": 6
        },
        "end": {
          "line": 24,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 691,
      "end": 692,
      "loc": {
        "start": {
          "line": 24,
          "column": 40
        },
        "end": {
          "line": 24,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "WHERE schema_name =",
      "start": 699,
      "end": 720,
      "loc": {
        "start": {
          "line": 25,
          "column": 6
        },
        "end": {
          "line": 25,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 720,
      "end": 721,
      "loc": {
        "start": {
          "line": 25,
          "column": 27
        },
        "end": {
          "line": 25,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "wrapSingleQuote",
      "start": 722,
      "end": 737,
      "loc": {
        "start": {
          "line": 25,
          "column": 29
        },
        "end": {
          "line": 25,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 737,
      "end": 738,
      "loc": {
        "start": {
          "line": 25,
          "column": 44
        },
        "end": {
          "line": 25,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 738,
      "end": 744,
      "loc": {
        "start": {
          "line": 25,
          "column": 45
        },
        "end": {
          "line": 25,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 744,
      "end": 745,
      "loc": {
        "start": {
          "line": 25,
          "column": 51
        },
        "end": {
          "line": 25,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 745,
      "end": 746,
      "loc": {
        "start": {
          "line": 25,
          "column": 52
        },
        "end": {
          "line": 25,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ")",
      "start": 747,
      "end": 750,
      "loc": {
        "start": {
          "line": 25,
          "column": 54
        },
        "end": {
          "line": 25,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 750,
      "end": 751,
      "loc": {
        "start": {
          "line": 25,
          "column": 57
        },
        "end": {
          "line": 25,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "BEGIN",
      "start": 758,
      "end": 765,
      "loc": {
        "start": {
          "line": 26,
          "column": 6
        },
        "end": {
          "line": 26,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 765,
      "end": 766,
      "loc": {
        "start": {
          "line": 26,
          "column": 13
        },
        "end": {
          "line": 26,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "EXEC sp_executesql N'CREATE SCHEMA",
      "start": 773,
      "end": 809,
      "loc": {
        "start": {
          "line": 27,
          "column": 6
        },
        "end": {
          "line": 27,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 809,
      "end": 810,
      "loc": {
        "start": {
          "line": 27,
          "column": 42
        },
        "end": {
          "line": 27,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 817,
      "end": 821,
      "loc": {
        "start": {
          "line": 28,
          "column": 6
        },
        "end": {
          "line": 28,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 821,
      "end": 822,
      "loc": {
        "start": {
          "line": 28,
          "column": 10
        },
        "end": {
          "line": 28,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 822,
      "end": 837,
      "loc": {
        "start": {
          "line": 28,
          "column": 11
        },
        "end": {
          "line": 28,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 837,
      "end": 838,
      "loc": {
        "start": {
          "line": 28,
          "column": 26
        },
        "end": {
          "line": 28,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 838,
      "end": 844,
      "loc": {
        "start": {
          "line": 28,
          "column": 27
        },
        "end": {
          "line": 28,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 844,
      "end": 845,
      "loc": {
        "start": {
          "line": 28,
          "column": 33
        },
        "end": {
          "line": 28,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 845,
      "end": 846,
      "loc": {
        "start": {
          "line": 28,
          "column": 34
        },
        "end": {
          "line": 28,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ";'",
      "start": 853,
      "end": 857,
      "loc": {
        "start": {
          "line": 29,
          "column": 6
        },
        "end": {
          "line": 29,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 857,
      "end": 858,
      "loc": {
        "start": {
          "line": 29,
          "column": 10
        },
        "end": {
          "line": 29,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "END;",
      "start": 865,
      "end": 871,
      "loc": {
        "start": {
          "line": 30,
          "column": 6
        },
        "end": {
          "line": 30,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 876,
      "end": 877,
      "loc": {
        "start": {
          "line": 31,
          "column": 4
        },
        "end": {
          "line": 31,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 877,
      "end": 878,
      "loc": {
        "start": {
          "line": 31,
          "column": 5
        },
        "end": {
          "line": 31,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 878,
      "end": 882,
      "loc": {
        "start": {
          "line": 31,
          "column": 6
        },
        "end": {
          "line": 31,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 882,
      "end": 883,
      "loc": {
        "start": {
          "line": 31,
          "column": 10
        },
        "end": {
          "line": 31,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ",
      "start": 883,
      "end": 886,
      "loc": {
        "start": {
          "line": 31,
          "column": 11
        },
        "end": {
          "line": 31,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 886,
      "end": 887,
      "loc": {
        "start": {
          "line": 31,
          "column": 14
        },
        "end": {
          "line": 31,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 887,
      "end": 888,
      "loc": {
        "start": {
          "line": 31,
          "column": 15
        },
        "end": {
          "line": 31,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 891,
      "end": 892,
      "loc": {
        "start": {
          "line": 32,
          "column": 2
        },
        "end": {
          "line": 32,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 892,
      "end": 893,
      "loc": {
        "start": {
          "line": 32,
          "column": 3
        },
        "end": {
          "line": 32,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "showSchemasQuery",
      "start": 897,
      "end": 913,
      "loc": {
        "start": {
          "line": 34,
          "column": 2
        },
        "end": {
          "line": 34,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 913,
      "end": 914,
      "loc": {
        "start": {
          "line": 34,
          "column": 18
        },
        "end": {
          "line": 34,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 914,
      "end": 915,
      "loc": {
        "start": {
          "line": 34,
          "column": 19
        },
        "end": {
          "line": 34,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 916,
      "end": 917,
      "loc": {
        "start": {
          "line": 34,
          "column": 21
        },
        "end": {
          "line": 34,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 922,
      "end": 928,
      "loc": {
        "start": {
          "line": 35,
          "column": 4
        },
        "end": {
          "line": 35,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 929,
      "end": 930,
      "loc": {
        "start": {
          "line": 35,
          "column": 11
        },
        "end": {
          "line": 35,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SELECT \"name\" as \"schema_name\" FROM sys.schemas as s",
      "start": 937,
      "end": 991,
      "loc": {
        "start": {
          "line": 36,
          "column": 6
        },
        "end": {
          "line": 36,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 991,
      "end": 992,
      "loc": {
        "start": {
          "line": 36,
          "column": 60
        },
        "end": {
          "line": 36,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "WHERE \"s\".\"name\" NOT IN (",
      "start": 999,
      "end": 1026,
      "loc": {
        "start": {
          "line": 37,
          "column": 6
        },
        "end": {
          "line": 37,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1026,
      "end": 1027,
      "loc": {
        "start": {
          "line": 37,
          "column": 33
        },
        "end": {
          "line": 37,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "'INFORMATION_SCHEMA', 'dbo', 'guest', 'sys', 'archive'",
      "start": 1034,
      "end": 1090,
      "loc": {
        "start": {
          "line": 38,
          "column": 6
        },
        "end": {
          "line": 38,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1090,
      "end": 1091,
      "loc": {
        "start": {
          "line": 38,
          "column": 62
        },
        "end": {
          "line": 38,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ")",
      "start": 1098,
      "end": 1101,
      "loc": {
        "start": {
          "line": 39,
          "column": 6
        },
        "end": {
          "line": 39,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1101,
      "end": 1102,
      "loc": {
        "start": {
          "line": 39,
          "column": 9
        },
        "end": {
          "line": 39,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "AND",
      "start": 1103,
      "end": 1108,
      "loc": {
        "start": {
          "line": 39,
          "column": 11
        },
        "end": {
          "line": 39,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1108,
      "end": 1109,
      "loc": {
        "start": {
          "line": 39,
          "column": 16
        },
        "end": {
          "line": 39,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "\"s\".\"name\" NOT LIKE",
      "start": 1110,
      "end": 1131,
      "loc": {
        "start": {
          "line": 39,
          "column": 18
        },
        "end": {
          "line": 39,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1131,
      "end": 1132,
      "loc": {
        "start": {
          "line": 39,
          "column": 39
        },
        "end": {
          "line": 39,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "'db_%'",
      "start": 1133,
      "end": 1141,
      "loc": {
        "start": {
          "line": 39,
          "column": 41
        },
        "end": {
          "line": 39,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1146,
      "end": 1147,
      "loc": {
        "start": {
          "line": 40,
          "column": 4
        },
        "end": {
          "line": 40,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1147,
      "end": 1148,
      "loc": {
        "start": {
          "line": 40,
          "column": 5
        },
        "end": {
          "line": 40,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 1148,
      "end": 1152,
      "loc": {
        "start": {
          "line": 40,
          "column": 6
        },
        "end": {
          "line": 40,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1152,
      "end": 1153,
      "loc": {
        "start": {
          "line": 40,
          "column": 10
        },
        "end": {
          "line": 40,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ",
      "start": 1153,
      "end": 1156,
      "loc": {
        "start": {
          "line": 40,
          "column": 11
        },
        "end": {
          "line": 40,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1156,
      "end": 1157,
      "loc": {
        "start": {
          "line": 40,
          "column": 14
        },
        "end": {
          "line": 40,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1157,
      "end": 1158,
      "loc": {
        "start": {
          "line": 40,
          "column": 15
        },
        "end": {
          "line": 40,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1161,
      "end": 1162,
      "loc": {
        "start": {
          "line": 41,
          "column": 2
        },
        "end": {
          "line": 41,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1162,
      "end": 1163,
      "loc": {
        "start": {
          "line": 41,
          "column": 3
        },
        "end": {
          "line": 41,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "versionQuery",
      "start": 1167,
      "end": 1179,
      "loc": {
        "start": {
          "line": 43,
          "column": 2
        },
        "end": {
          "line": 43,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1179,
      "end": 1180,
      "loc": {
        "start": {
          "line": 43,
          "column": 14
        },
        "end": {
          "line": 43,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1180,
      "end": 1181,
      "loc": {
        "start": {
          "line": 43,
          "column": 15
        },
        "end": {
          "line": 43,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1182,
      "end": 1183,
      "loc": {
        "start": {
          "line": 43,
          "column": 17
        },
        "end": {
          "line": 43,
          "column": 18
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Uses string manipulation to convert the MS Maj.Min.Patch.Build to semver Maj.Min.Patch",
      "start": 1188,
      "end": 1277,
      "loc": {
        "start": {
          "line": 44,
          "column": 4
        },
        "end": {
          "line": 44,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1282,
      "end": 1288,
      "loc": {
        "start": {
          "line": 45,
          "column": 4
        },
        "end": {
          "line": 45,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1289,
      "end": 1290,
      "loc": {
        "start": {
          "line": 45,
          "column": 11
        },
        "end": {
          "line": 45,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "DECLARE @ms_ver NVARCHAR(20);",
      "start": 1297,
      "end": 1328,
      "loc": {
        "start": {
          "line": 46,
          "column": 6
        },
        "end": {
          "line": 46,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1328,
      "end": 1329,
      "loc": {
        "start": {
          "line": 46,
          "column": 37
        },
        "end": {
          "line": 46,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SET @ms_ver = REVERSE(CONVERT(NVARCHAR(20), SERVERPROPERTY('ProductVersion')));",
      "start": 1336,
      "end": 1417,
      "loc": {
        "start": {
          "line": 47,
          "column": 6
        },
        "end": {
          "line": 47,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1417,
      "end": 1418,
      "loc": {
        "start": {
          "line": 47,
          "column": 87
        },
        "end": {
          "line": 47,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SELECT REVERSE(SUBSTRING(@ms_ver, CHARINDEX('.', @ms_ver)+1, 20)) AS 'version'",
      "start": 1425,
      "end": 1505,
      "loc": {
        "start": {
          "line": 48,
          "column": 6
        },
        "end": {
          "line": 48,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1510,
      "end": 1511,
      "loc": {
        "start": {
          "line": 49,
          "column": 4
        },
        "end": {
          "line": 49,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1511,
      "end": 1512,
      "loc": {
        "start": {
          "line": 49,
          "column": 5
        },
        "end": {
          "line": 49,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 1512,
      "end": 1516,
      "loc": {
        "start": {
          "line": 49,
          "column": 6
        },
        "end": {
          "line": 49,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1516,
      "end": 1517,
      "loc": {
        "start": {
          "line": 49,
          "column": 10
        },
        "end": {
          "line": 49,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ",
      "start": 1517,
      "end": 1520,
      "loc": {
        "start": {
          "line": 49,
          "column": 11
        },
        "end": {
          "line": 49,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1520,
      "end": 1521,
      "loc": {
        "start": {
          "line": 49,
          "column": 14
        },
        "end": {
          "line": 49,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1521,
      "end": 1522,
      "loc": {
        "start": {
          "line": 49,
          "column": 15
        },
        "end": {
          "line": 49,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1525,
      "end": 1526,
      "loc": {
        "start": {
          "line": 50,
          "column": 2
        },
        "end": {
          "line": 50,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1526,
      "end": 1527,
      "loc": {
        "start": {
          "line": 50,
          "column": 3
        },
        "end": {
          "line": 50,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createTableQuery",
      "start": 1531,
      "end": 1547,
      "loc": {
        "start": {
          "line": 52,
          "column": 2
        },
        "end": {
          "line": 52,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1547,
      "end": 1548,
      "loc": {
        "start": {
          "line": 52,
          "column": 18
        },
        "end": {
          "line": 52,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 1548,
      "end": 1557,
      "loc": {
        "start": {
          "line": 52,
          "column": 19
        },
        "end": {
          "line": 52,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1557,
      "end": 1558,
      "loc": {
        "start": {
          "line": 52,
          "column": 28
        },
        "end": {
          "line": 52,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 1559,
      "end": 1569,
      "loc": {
        "start": {
          "line": 52,
          "column": 30
        },
        "end": {
          "line": 52,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1569,
      "end": 1570,
      "loc": {
        "start": {
          "line": 52,
          "column": 40
        },
        "end": {
          "line": 52,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 1571,
      "end": 1578,
      "loc": {
        "start": {
          "line": 52,
          "column": 42
        },
        "end": {
          "line": 52,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1578,
      "end": 1579,
      "loc": {
        "start": {
          "line": 52,
          "column": 49
        },
        "end": {
          "line": 52,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1580,
      "end": 1581,
      "loc": {
        "start": {
          "line": 52,
          "column": 51
        },
        "end": {
          "line": 52,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 1586,
      "end": 1589,
      "loc": {
        "start": {
          "line": 53,
          "column": 4
        },
        "end": {
          "line": 53,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 1590,
      "end": 1595,
      "loc": {
        "start": {
          "line": 53,
          "column": 8
        },
        "end": {
          "line": 53,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1596,
      "end": 1597,
      "loc": {
        "start": {
          "line": 53,
          "column": 14
        },
        "end": {
          "line": 53,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "IF OBJECT_ID('<%= table %>', 'U') IS NULL CREATE TABLE <%= table %> (<%= attributes %>)",
      "start": 1598,
      "end": 1687,
      "loc": {
        "start": {
          "line": 53,
          "column": 16
        },
        "end": {
          "line": 53,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1694,
      "end": 1695,
      "loc": {
        "start": {
          "line": 54,
          "column": 6
        },
        "end": {
          "line": 54,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primaryKeys",
      "start": 1696,
      "end": 1707,
      "loc": {
        "start": {
          "line": 54,
          "column": 8
        },
        "end": {
          "line": 54,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1708,
      "end": 1709,
      "loc": {
        "start": {
          "line": 54,
          "column": 20
        },
        "end": {
          "line": 54,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1710,
      "end": 1711,
      "loc": {
        "start": {
          "line": 54,
          "column": 22
        },
        "end": {
          "line": 54,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1711,
      "end": 1712,
      "loc": {
        "start": {
          "line": 54,
          "column": 23
        },
        "end": {
          "line": 54,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1719,
      "end": 1720,
      "loc": {
        "start": {
          "line": 55,
          "column": 6
        },
        "end": {
          "line": 55,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "foreignKeys",
      "start": 1721,
      "end": 1732,
      "loc": {
        "start": {
          "line": 55,
          "column": 8
        },
        "end": {
          "line": 55,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1733,
      "end": 1734,
      "loc": {
        "start": {
          "line": 55,
          "column": 20
        },
        "end": {
          "line": 55,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1735,
      "end": 1736,
      "loc": {
        "start": {
          "line": 55,
          "column": 22
        },
        "end": {
          "line": 55,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1736,
      "end": 1737,
      "loc": {
        "start": {
          "line": 55,
          "column": 23
        },
        "end": {
          "line": 55,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1744,
      "end": 1745,
      "loc": {
        "start": {
          "line": 56,
          "column": 6
        },
        "end": {
          "line": 56,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrStr",
      "start": 1746,
      "end": 1753,
      "loc": {
        "start": {
          "line": 56,
          "column": 8
        },
        "end": {
          "line": 56,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1754,
      "end": 1755,
      "loc": {
        "start": {
          "line": 56,
          "column": 16
        },
        "end": {
          "line": 56,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1756,
      "end": 1757,
      "loc": {
        "start": {
          "line": 56,
          "column": 18
        },
        "end": {
          "line": 56,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1757,
      "end": 1758,
      "loc": {
        "start": {
          "line": 56,
          "column": 19
        },
        "end": {
          "line": 56,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1765,
      "end": 1766,
      "loc": {
        "start": {
          "line": 57,
          "column": 6
        },
        "end": {
          "line": 57,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 1767,
      "end": 1771,
      "loc": {
        "start": {
          "line": 57,
          "column": 8
        },
        "end": {
          "line": 57,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1772,
      "end": 1773,
      "loc": {
        "start": {
          "line": 57,
          "column": 13
        },
        "end": {
          "line": 57,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1774,
      "end": 1778,
      "loc": {
        "start": {
          "line": 57,
          "column": 15
        },
        "end": {
          "line": 57,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1778,
      "end": 1779,
      "loc": {
        "start": {
          "line": 57,
          "column": 19
        },
        "end": {
          "line": 57,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 1785,
      "end": 1788,
      "loc": {
        "start": {
          "line": 59,
          "column": 4
        },
        "end": {
          "line": 59,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1789,
      "end": 1790,
      "loc": {
        "start": {
          "line": 59,
          "column": 8
        },
        "end": {
          "line": 59,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 1790,
      "end": 1793,
      "loc": {
        "start": {
          "line": 59,
          "column": 9
        },
        "end": {
          "line": 59,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 1794,
      "end": 1798,
      "loc": {
        "start": {
          "line": 59,
          "column": 13
        },
        "end": {
          "line": 59,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "in",
        "keyword": "in",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "in",
      "start": 1799,
      "end": 1801,
      "loc": {
        "start": {
          "line": 59,
          "column": 18
        },
        "end": {
          "line": 59,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 1802,
      "end": 1812,
      "loc": {
        "start": {
          "line": 59,
          "column": 21
        },
        "end": {
          "line": 59,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1812,
      "end": 1813,
      "loc": {
        "start": {
          "line": 59,
          "column": 31
        },
        "end": {
          "line": 59,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1814,
      "end": 1815,
      "loc": {
        "start": {
          "line": 59,
          "column": 33
        },
        "end": {
          "line": 59,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1822,
      "end": 1824,
      "loc": {
        "start": {
          "line": 60,
          "column": 6
        },
        "end": {
          "line": 60,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1825,
      "end": 1826,
      "loc": {
        "start": {
          "line": 60,
          "column": 9
        },
        "end": {
          "line": 60,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 1826,
      "end": 1836,
      "loc": {
        "start": {
          "line": 60,
          "column": 10
        },
        "end": {
          "line": 60,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1836,
      "end": 1837,
      "loc": {
        "start": {
          "line": 60,
          "column": 20
        },
        "end": {
          "line": 60,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasOwnProperty",
      "start": 1837,
      "end": 1851,
      "loc": {
        "start": {
          "line": 60,
          "column": 21
        },
        "end": {
          "line": 60,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1851,
      "end": 1852,
      "loc": {
        "start": {
          "line": 60,
          "column": 35
        },
        "end": {
          "line": 60,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 1852,
      "end": 1856,
      "loc": {
        "start": {
          "line": 60,
          "column": 36
        },
        "end": {
          "line": 60,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1856,
      "end": 1857,
      "loc": {
        "start": {
          "line": 60,
          "column": 40
        },
        "end": {
          "line": 60,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1857,
      "end": 1858,
      "loc": {
        "start": {
          "line": 60,
          "column": 41
        },
        "end": {
          "line": 60,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1859,
      "end": 1860,
      "loc": {
        "start": {
          "line": 60,
          "column": 43
        },
        "end": {
          "line": 60,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 1869,
      "end": 1872,
      "loc": {
        "start": {
          "line": 61,
          "column": 8
        },
        "end": {
          "line": 61,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 1873,
      "end": 1881,
      "loc": {
        "start": {
          "line": 61,
          "column": 12
        },
        "end": {
          "line": 61,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1882,
      "end": 1883,
      "loc": {
        "start": {
          "line": 61,
          "column": 21
        },
        "end": {
          "line": 61,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 1884,
      "end": 1894,
      "loc": {
        "start": {
          "line": 61,
          "column": 23
        },
        "end": {
          "line": 61,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1894,
      "end": 1895,
      "loc": {
        "start": {
          "line": 61,
          "column": 33
        },
        "end": {
          "line": 61,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 1895,
      "end": 1899,
      "loc": {
        "start": {
          "line": 61,
          "column": 34
        },
        "end": {
          "line": 61,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1899,
      "end": 1900,
      "loc": {
        "start": {
          "line": 61,
          "column": 38
        },
        "end": {
          "line": 61,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1911,
      "end": 1912,
      "loc": {
        "start": {
          "line": 62,
          "column": 10
        },
        "end": {
          "line": 62,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 1913,
      "end": 1918,
      "loc": {
        "start": {
          "line": 62,
          "column": 12
        },
        "end": {
          "line": 62,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1918,
      "end": 1919,
      "loc": {
        "start": {
          "line": 62,
          "column": 17
        },
        "end": {
          "line": 62,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1929,
      "end": 1931,
      "loc": {
        "start": {
          "line": 64,
          "column": 8
        },
        "end": {
          "line": 64,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1932,
      "end": 1933,
      "loc": {
        "start": {
          "line": 64,
          "column": 11
        },
        "end": {
          "line": 64,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 1933,
      "end": 1938,
      "loc": {
        "start": {
          "line": 64,
          "column": 12
        },
        "end": {
          "line": 64,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1938,
      "end": 1939,
      "loc": {
        "start": {
          "line": 64,
          "column": 17
        },
        "end": {
          "line": 64,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 1939,
      "end": 1940,
      "loc": {
        "start": {
          "line": 64,
          "column": 18
        },
        "end": {
          "line": 64,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1940,
      "end": 1941,
      "loc": {
        "start": {
          "line": 64,
          "column": 19
        },
        "end": {
          "line": 64,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "includes",
      "start": 1941,
      "end": 1949,
      "loc": {
        "start": {
          "line": 64,
          "column": 20
        },
        "end": {
          "line": 64,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1949,
      "end": 1950,
      "loc": {
        "start": {
          "line": 64,
          "column": 28
        },
        "end": {
          "line": 64,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 1950,
      "end": 1958,
      "loc": {
        "start": {
          "line": 64,
          "column": 29
        },
        "end": {
          "line": 64,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1958,
      "end": 1959,
      "loc": {
        "start": {
          "line": 64,
          "column": 37
        },
        "end": {
          "line": 64,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "PRIMARY KEY",
      "start": 1960,
      "end": 1973,
      "loc": {
        "start": {
          "line": 64,
          "column": 39
        },
        "end": {
          "line": 64,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1973,
      "end": 1974,
      "loc": {
        "start": {
          "line": 64,
          "column": 52
        },
        "end": {
          "line": 64,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1974,
      "end": 1975,
      "loc": {
        "start": {
          "line": 64,
          "column": 53
        },
        "end": {
          "line": 64,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1976,
      "end": 1977,
      "loc": {
        "start": {
          "line": 64,
          "column": 55
        },
        "end": {
          "line": 64,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primaryKeys",
      "start": 1988,
      "end": 1999,
      "loc": {
        "start": {
          "line": 65,
          "column": 10
        },
        "end": {
          "line": 65,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1999,
      "end": 2000,
      "loc": {
        "start": {
          "line": 65,
          "column": 21
        },
        "end": {
          "line": 65,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 2000,
      "end": 2004,
      "loc": {
        "start": {
          "line": 65,
          "column": 22
        },
        "end": {
          "line": 65,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2004,
      "end": 2005,
      "loc": {
        "start": {
          "line": 65,
          "column": 26
        },
        "end": {
          "line": 65,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 2005,
      "end": 2009,
      "loc": {
        "start": {
          "line": 65,
          "column": 27
        },
        "end": {
          "line": 65,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2009,
      "end": 2010,
      "loc": {
        "start": {
          "line": 65,
          "column": 31
        },
        "end": {
          "line": 65,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2010,
      "end": 2011,
      "loc": {
        "start": {
          "line": 65,
          "column": 32
        },
        "end": {
          "line": 65,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2023,
      "end": 2025,
      "loc": {
        "start": {
          "line": 67,
          "column": 10
        },
        "end": {
          "line": 67,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2026,
      "end": 2027,
      "loc": {
        "start": {
          "line": 67,
          "column": 13
        },
        "end": {
          "line": 67,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 2027,
      "end": 2032,
      "loc": {
        "start": {
          "line": 67,
          "column": 14
        },
        "end": {
          "line": 67,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2032,
      "end": 2033,
      "loc": {
        "start": {
          "line": 67,
          "column": 19
        },
        "end": {
          "line": 67,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 2033,
      "end": 2034,
      "loc": {
        "start": {
          "line": 67,
          "column": 20
        },
        "end": {
          "line": 67,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2034,
      "end": 2035,
      "loc": {
        "start": {
          "line": 67,
          "column": 21
        },
        "end": {
          "line": 67,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "includes",
      "start": 2035,
      "end": 2043,
      "loc": {
        "start": {
          "line": 67,
          "column": 22
        },
        "end": {
          "line": 67,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2043,
      "end": 2044,
      "loc": {
        "start": {
          "line": 67,
          "column": 30
        },
        "end": {
          "line": 67,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 2044,
      "end": 2052,
      "loc": {
        "start": {
          "line": 67,
          "column": 31
        },
        "end": {
          "line": 67,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2052,
      "end": 2053,
      "loc": {
        "start": {
          "line": 67,
          "column": 39
        },
        "end": {
          "line": 67,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "REFERENCES",
      "start": 2054,
      "end": 2066,
      "loc": {
        "start": {
          "line": 67,
          "column": 41
        },
        "end": {
          "line": 67,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2066,
      "end": 2067,
      "loc": {
        "start": {
          "line": 67,
          "column": 53
        },
        "end": {
          "line": 67,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2067,
      "end": 2068,
      "loc": {
        "start": {
          "line": 67,
          "column": 54
        },
        "end": {
          "line": 67,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2069,
      "end": 2070,
      "loc": {
        "start": {
          "line": 67,
          "column": 56
        },
        "end": {
          "line": 67,
          "column": 57
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " MSSQL doesn't support inline REFERENCES declarations: move to the end",
      "start": 2084,
      "end": 2156,
      "loc": {
        "start": {
          "line": 68,
          "column": 13
        },
        "end": {
          "line": 68,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 2169,
      "end": 2174,
      "loc": {
        "start": {
          "line": 69,
          "column": 12
        },
        "end": {
          "line": 69,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2175,
      "end": 2176,
      "loc": {
        "start": {
          "line": 69,
          "column": 18
        },
        "end": {
          "line": 69,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 2177,
      "end": 2185,
      "loc": {
        "start": {
          "line": 69,
          "column": 20
        },
        "end": {
          "line": 69,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2185,
      "end": 2186,
      "loc": {
        "start": {
          "line": 69,
          "column": 28
        },
        "end": {
          "line": 69,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 2186,
      "end": 2191,
      "loc": {
        "start": {
          "line": 69,
          "column": 29
        },
        "end": {
          "line": 69,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2191,
      "end": 2192,
      "loc": {
        "start": {
          "line": 69,
          "column": 34
        },
        "end": {
          "line": 69,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "^(.+) (REFERENCES.*)$",
        "flags": ""
      },
      "start": 2192,
      "end": 2215,
      "loc": {
        "start": {
          "line": 69,
          "column": 35
        },
        "end": {
          "line": 69,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2215,
      "end": 2216,
      "loc": {
        "start": {
          "line": 69,
          "column": 58
        },
        "end": {
          "line": 69,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2216,
      "end": 2217,
      "loc": {
        "start": {
          "line": 69,
          "column": 59
        },
        "end": {
          "line": 69,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrStr",
      "start": 2230,
      "end": 2237,
      "loc": {
        "start": {
          "line": 70,
          "column": 12
        },
        "end": {
          "line": 70,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2237,
      "end": 2238,
      "loc": {
        "start": {
          "line": 70,
          "column": 19
        },
        "end": {
          "line": 70,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 2238,
      "end": 2242,
      "loc": {
        "start": {
          "line": 70,
          "column": 20
        },
        "end": {
          "line": 70,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2242,
      "end": 2243,
      "loc": {
        "start": {
          "line": 70,
          "column": 24
        },
        "end": {
          "line": 70,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2243,
      "end": 2247,
      "loc": {
        "start": {
          "line": 70,
          "column": 25
        },
        "end": {
          "line": 70,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2247,
      "end": 2248,
      "loc": {
        "start": {
          "line": 70,
          "column": 29
        },
        "end": {
          "line": 70,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 2248,
      "end": 2263,
      "loc": {
        "start": {
          "line": 70,
          "column": 30
        },
        "end": {
          "line": 70,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2263,
      "end": 2264,
      "loc": {
        "start": {
          "line": 70,
          "column": 45
        },
        "end": {
          "line": 70,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 2264,
      "end": 2268,
      "loc": {
        "start": {
          "line": 70,
          "column": 46
        },
        "end": {
          "line": 70,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2268,
      "end": 2269,
      "loc": {
        "start": {
          "line": 70,
          "column": 50
        },
        "end": {
          "line": 70,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2270,
      "end": 2271,
      "loc": {
        "start": {
          "line": 70,
          "column": 52
        },
        "end": {
          "line": 70,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ",
      "start": 2272,
      "end": 2275,
      "loc": {
        "start": {
          "line": 70,
          "column": 54
        },
        "end": {
          "line": 70,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2276,
      "end": 2277,
      "loc": {
        "start": {
          "line": 70,
          "column": 58
        },
        "end": {
          "line": 70,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 2278,
      "end": 2283,
      "loc": {
        "start": {
          "line": 70,
          "column": 60
        },
        "end": {
          "line": 70,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2283,
      "end": 2284,
      "loc": {
        "start": {
          "line": 70,
          "column": 65
        },
        "end": {
          "line": 70,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 2284,
      "end": 2285,
      "loc": {
        "start": {
          "line": 70,
          "column": 66
        },
        "end": {
          "line": 70,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2285,
      "end": 2286,
      "loc": {
        "start": {
          "line": 70,
          "column": 67
        },
        "end": {
          "line": 70,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2286,
      "end": 2287,
      "loc": {
        "start": {
          "line": 70,
          "column": 68
        },
        "end": {
          "line": 70,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replace",
      "start": 2287,
      "end": 2294,
      "loc": {
        "start": {
          "line": 70,
          "column": 69
        },
        "end": {
          "line": 70,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2294,
      "end": 2295,
      "loc": {
        "start": {
          "line": 70,
          "column": 76
        },
        "end": {
          "line": 70,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "PRIMARY KEY",
        "flags": ""
      },
      "start": 2295,
      "end": 2308,
      "loc": {
        "start": {
          "line": 70,
          "column": 77
        },
        "end": {
          "line": 70,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2308,
      "end": 2309,
      "loc": {
        "start": {
          "line": 70,
          "column": 90
        },
        "end": {
          "line": 70,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 2310,
      "end": 2312,
      "loc": {
        "start": {
          "line": 70,
          "column": 92
        },
        "end": {
          "line": 70,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2312,
      "end": 2313,
      "loc": {
        "start": {
          "line": 70,
          "column": 94
        },
        "end": {
          "line": 70,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2313,
      "end": 2314,
      "loc": {
        "start": {
          "line": 70,
          "column": 95
        },
        "end": {
          "line": 70,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2314,
      "end": 2315,
      "loc": {
        "start": {
          "line": 70,
          "column": 96
        },
        "end": {
          "line": 70,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "foreignKeys",
      "start": 2328,
      "end": 2339,
      "loc": {
        "start": {
          "line": 71,
          "column": 12
        },
        "end": {
          "line": 71,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2339,
      "end": 2340,
      "loc": {
        "start": {
          "line": 71,
          "column": 23
        },
        "end": {
          "line": 71,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 2340,
      "end": 2344,
      "loc": {
        "start": {
          "line": 71,
          "column": 24
        },
        "end": {
          "line": 71,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2344,
      "end": 2345,
      "loc": {
        "start": {
          "line": 71,
          "column": 28
        },
        "end": {
          "line": 71,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2346,
      "end": 2347,
      "loc": {
        "start": {
          "line": 71,
          "column": 30
        },
        "end": {
          "line": 71,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 2348,
      "end": 2353,
      "loc": {
        "start": {
          "line": 71,
          "column": 32
        },
        "end": {
          "line": 71,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2353,
      "end": 2354,
      "loc": {
        "start": {
          "line": 71,
          "column": 37
        },
        "end": {
          "line": 71,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 2354,
      "end": 2355,
      "loc": {
        "start": {
          "line": 71,
          "column": 38
        },
        "end": {
          "line": 71,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2355,
      "end": 2356,
      "loc": {
        "start": {
          "line": 71,
          "column": 39
        },
        "end": {
          "line": 71,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2356,
      "end": 2357,
      "loc": {
        "start": {
          "line": 71,
          "column": 40
        },
        "end": {
          "line": 71,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2368,
      "end": 2369,
      "loc": {
        "start": {
          "line": 72,
          "column": 10
        },
        "end": {
          "line": 72,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 2370,
      "end": 2374,
      "loc": {
        "start": {
          "line": 72,
          "column": 12
        },
        "end": {
          "line": 72,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2375,
      "end": 2376,
      "loc": {
        "start": {
          "line": 72,
          "column": 17
        },
        "end": {
          "line": 72,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrStr",
      "start": 2389,
      "end": 2396,
      "loc": {
        "start": {
          "line": 73,
          "column": 12
        },
        "end": {
          "line": 73,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2396,
      "end": 2397,
      "loc": {
        "start": {
          "line": 73,
          "column": 19
        },
        "end": {
          "line": 73,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 2397,
      "end": 2401,
      "loc": {
        "start": {
          "line": 73,
          "column": 20
        },
        "end": {
          "line": 73,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2401,
      "end": 2402,
      "loc": {
        "start": {
          "line": 73,
          "column": 24
        },
        "end": {
          "line": 73,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2402,
      "end": 2406,
      "loc": {
        "start": {
          "line": 73,
          "column": 25
        },
        "end": {
          "line": 73,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2406,
      "end": 2407,
      "loc": {
        "start": {
          "line": 73,
          "column": 29
        },
        "end": {
          "line": 73,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 2407,
      "end": 2422,
      "loc": {
        "start": {
          "line": 73,
          "column": 30
        },
        "end": {
          "line": 73,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2422,
      "end": 2423,
      "loc": {
        "start": {
          "line": 73,
          "column": 45
        },
        "end": {
          "line": 73,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 2423,
      "end": 2427,
      "loc": {
        "start": {
          "line": 73,
          "column": 46
        },
        "end": {
          "line": 73,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2427,
      "end": 2428,
      "loc": {
        "start": {
          "line": 73,
          "column": 50
        },
        "end": {
          "line": 73,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2429,
      "end": 2430,
      "loc": {
        "start": {
          "line": 73,
          "column": 52
        },
        "end": {
          "line": 73,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ",
      "start": 2431,
      "end": 2434,
      "loc": {
        "start": {
          "line": 73,
          "column": 54
        },
        "end": {
          "line": 73,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2435,
      "end": 2436,
      "loc": {
        "start": {
          "line": 73,
          "column": 58
        },
        "end": {
          "line": 73,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 2437,
      "end": 2445,
      "loc": {
        "start": {
          "line": 73,
          "column": 60
        },
        "end": {
          "line": 73,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2445,
      "end": 2446,
      "loc": {
        "start": {
          "line": 73,
          "column": 68
        },
        "end": {
          "line": 73,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replace",
      "start": 2446,
      "end": 2453,
      "loc": {
        "start": {
          "line": 73,
          "column": 69
        },
        "end": {
          "line": 73,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2453,
      "end": 2454,
      "loc": {
        "start": {
          "line": 73,
          "column": 76
        },
        "end": {
          "line": 73,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "PRIMARY KEY",
        "flags": ""
      },
      "start": 2454,
      "end": 2467,
      "loc": {
        "start": {
          "line": 73,
          "column": 77
        },
        "end": {
          "line": 73,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2467,
      "end": 2468,
      "loc": {
        "start": {
          "line": 73,
          "column": 90
        },
        "end": {
          "line": 73,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 2469,
      "end": 2471,
      "loc": {
        "start": {
          "line": 73,
          "column": 92
        },
        "end": {
          "line": 73,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2471,
      "end": 2472,
      "loc": {
        "start": {
          "line": 73,
          "column": 94
        },
        "end": {
          "line": 73,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2472,
      "end": 2473,
      "loc": {
        "start": {
          "line": 73,
          "column": 95
        },
        "end": {
          "line": 73,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2473,
      "end": 2474,
      "loc": {
        "start": {
          "line": 73,
          "column": 96
        },
        "end": {
          "line": 73,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2485,
      "end": 2486,
      "loc": {
        "start": {
          "line": 74,
          "column": 10
        },
        "end": {
          "line": 74,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2495,
      "end": 2496,
      "loc": {
        "start": {
          "line": 75,
          "column": 8
        },
        "end": {
          "line": 75,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 2497,
      "end": 2501,
      "loc": {
        "start": {
          "line": 75,
          "column": 10
        },
        "end": {
          "line": 75,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2502,
      "end": 2504,
      "loc": {
        "start": {
          "line": 75,
          "column": 15
        },
        "end": {
          "line": 75,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2505,
      "end": 2506,
      "loc": {
        "start": {
          "line": 75,
          "column": 18
        },
        "end": {
          "line": 75,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 2506,
      "end": 2511,
      "loc": {
        "start": {
          "line": 75,
          "column": 19
        },
        "end": {
          "line": 75,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2511,
      "end": 2512,
      "loc": {
        "start": {
          "line": 75,
          "column": 24
        },
        "end": {
          "line": 75,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 2512,
      "end": 2513,
      "loc": {
        "start": {
          "line": 75,
          "column": 25
        },
        "end": {
          "line": 75,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2513,
      "end": 2514,
      "loc": {
        "start": {
          "line": 75,
          "column": 26
        },
        "end": {
          "line": 75,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "includes",
      "start": 2514,
      "end": 2522,
      "loc": {
        "start": {
          "line": 75,
          "column": 27
        },
        "end": {
          "line": 75,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2522,
      "end": 2523,
      "loc": {
        "start": {
          "line": 75,
          "column": 35
        },
        "end": {
          "line": 75,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 2523,
      "end": 2531,
      "loc": {
        "start": {
          "line": 75,
          "column": 36
        },
        "end": {
          "line": 75,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2531,
      "end": 2532,
      "loc": {
        "start": {
          "line": 75,
          "column": 44
        },
        "end": {
          "line": 75,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "REFERENCES",
      "start": 2533,
      "end": 2545,
      "loc": {
        "start": {
          "line": 75,
          "column": 46
        },
        "end": {
          "line": 75,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2545,
      "end": 2546,
      "loc": {
        "start": {
          "line": 75,
          "column": 58
        },
        "end": {
          "line": 75,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2546,
      "end": 2547,
      "loc": {
        "start": {
          "line": 75,
          "column": 59
        },
        "end": {
          "line": 75,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2548,
      "end": 2549,
      "loc": {
        "start": {
          "line": 75,
          "column": 61
        },
        "end": {
          "line": 75,
          "column": 62
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " MSSQL doesn't support inline REFERENCES declarations: move to the end",
      "start": 2560,
      "end": 2632,
      "loc": {
        "start": {
          "line": 76,
          "column": 10
        },
        "end": {
          "line": 76,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 2643,
      "end": 2648,
      "loc": {
        "start": {
          "line": 77,
          "column": 10
        },
        "end": {
          "line": 77,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2649,
      "end": 2650,
      "loc": {
        "start": {
          "line": 77,
          "column": 16
        },
        "end": {
          "line": 77,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 2651,
      "end": 2659,
      "loc": {
        "start": {
          "line": 77,
          "column": 18
        },
        "end": {
          "line": 77,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2659,
      "end": 2660,
      "loc": {
        "start": {
          "line": 77,
          "column": 26
        },
        "end": {
          "line": 77,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 2660,
      "end": 2665,
      "loc": {
        "start": {
          "line": 77,
          "column": 27
        },
        "end": {
          "line": 77,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2665,
      "end": 2666,
      "loc": {
        "start": {
          "line": 77,
          "column": 32
        },
        "end": {
          "line": 77,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "^(.+) (REFERENCES.*)$",
        "flags": ""
      },
      "start": 2666,
      "end": 2689,
      "loc": {
        "start": {
          "line": 77,
          "column": 33
        },
        "end": {
          "line": 77,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2689,
      "end": 2690,
      "loc": {
        "start": {
          "line": 77,
          "column": 56
        },
        "end": {
          "line": 77,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2690,
      "end": 2691,
      "loc": {
        "start": {
          "line": 77,
          "column": 57
        },
        "end": {
          "line": 77,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrStr",
      "start": 2702,
      "end": 2709,
      "loc": {
        "start": {
          "line": 78,
          "column": 10
        },
        "end": {
          "line": 78,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2709,
      "end": 2710,
      "loc": {
        "start": {
          "line": 78,
          "column": 17
        },
        "end": {
          "line": 78,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 2710,
      "end": 2714,
      "loc": {
        "start": {
          "line": 78,
          "column": 18
        },
        "end": {
          "line": 78,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2714,
      "end": 2715,
      "loc": {
        "start": {
          "line": 78,
          "column": 22
        },
        "end": {
          "line": 78,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2715,
      "end": 2719,
      "loc": {
        "start": {
          "line": 78,
          "column": 23
        },
        "end": {
          "line": 78,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2719,
      "end": 2720,
      "loc": {
        "start": {
          "line": 78,
          "column": 27
        },
        "end": {
          "line": 78,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 2720,
      "end": 2735,
      "loc": {
        "start": {
          "line": 78,
          "column": 28
        },
        "end": {
          "line": 78,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2735,
      "end": 2736,
      "loc": {
        "start": {
          "line": 78,
          "column": 43
        },
        "end": {
          "line": 78,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 2736,
      "end": 2740,
      "loc": {
        "start": {
          "line": 78,
          "column": 44
        },
        "end": {
          "line": 78,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2740,
      "end": 2741,
      "loc": {
        "start": {
          "line": 78,
          "column": 48
        },
        "end": {
          "line": 78,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2742,
      "end": 2743,
      "loc": {
        "start": {
          "line": 78,
          "column": 50
        },
        "end": {
          "line": 78,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ",
      "start": 2744,
      "end": 2747,
      "loc": {
        "start": {
          "line": 78,
          "column": 52
        },
        "end": {
          "line": 78,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2748,
      "end": 2749,
      "loc": {
        "start": {
          "line": 78,
          "column": 56
        },
        "end": {
          "line": 78,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 2750,
      "end": 2755,
      "loc": {
        "start": {
          "line": 78,
          "column": 58
        },
        "end": {
          "line": 78,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2755,
      "end": 2756,
      "loc": {
        "start": {
          "line": 78,
          "column": 63
        },
        "end": {
          "line": 78,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 2756,
      "end": 2757,
      "loc": {
        "start": {
          "line": 78,
          "column": 64
        },
        "end": {
          "line": 78,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2757,
      "end": 2758,
      "loc": {
        "start": {
          "line": 78,
          "column": 65
        },
        "end": {
          "line": 78,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2758,
      "end": 2759,
      "loc": {
        "start": {
          "line": 78,
          "column": 66
        },
        "end": {
          "line": 78,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2759,
      "end": 2760,
      "loc": {
        "start": {
          "line": 78,
          "column": 67
        },
        "end": {
          "line": 78,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "foreignKeys",
      "start": 2771,
      "end": 2782,
      "loc": {
        "start": {
          "line": 79,
          "column": 10
        },
        "end": {
          "line": 79,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2782,
      "end": 2783,
      "loc": {
        "start": {
          "line": 79,
          "column": 21
        },
        "end": {
          "line": 79,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 2783,
      "end": 2787,
      "loc": {
        "start": {
          "line": 79,
          "column": 22
        },
        "end": {
          "line": 79,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2787,
      "end": 2788,
      "loc": {
        "start": {
          "line": 79,
          "column": 26
        },
        "end": {
          "line": 79,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2789,
      "end": 2790,
      "loc": {
        "start": {
          "line": 79,
          "column": 28
        },
        "end": {
          "line": 79,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 2791,
      "end": 2796,
      "loc": {
        "start": {
          "line": 79,
          "column": 30
        },
        "end": {
          "line": 79,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2796,
      "end": 2797,
      "loc": {
        "start": {
          "line": 79,
          "column": 35
        },
        "end": {
          "line": 79,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 2797,
      "end": 2798,
      "loc": {
        "start": {
          "line": 79,
          "column": 36
        },
        "end": {
          "line": 79,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2798,
      "end": 2799,
      "loc": {
        "start": {
          "line": 79,
          "column": 37
        },
        "end": {
          "line": 79,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2799,
      "end": 2800,
      "loc": {
        "start": {
          "line": 79,
          "column": 38
        },
        "end": {
          "line": 79,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2809,
      "end": 2810,
      "loc": {
        "start": {
          "line": 80,
          "column": 8
        },
        "end": {
          "line": 80,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 2811,
      "end": 2815,
      "loc": {
        "start": {
          "line": 80,
          "column": 10
        },
        "end": {
          "line": 80,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2816,
      "end": 2817,
      "loc": {
        "start": {
          "line": 80,
          "column": 15
        },
        "end": {
          "line": 80,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrStr",
      "start": 2828,
      "end": 2835,
      "loc": {
        "start": {
          "line": 81,
          "column": 10
        },
        "end": {
          "line": 81,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2835,
      "end": 2836,
      "loc": {
        "start": {
          "line": 81,
          "column": 17
        },
        "end": {
          "line": 81,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 2836,
      "end": 2840,
      "loc": {
        "start": {
          "line": 81,
          "column": 18
        },
        "end": {
          "line": 81,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2840,
      "end": 2841,
      "loc": {
        "start": {
          "line": 81,
          "column": 22
        },
        "end": {
          "line": 81,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2841,
      "end": 2845,
      "loc": {
        "start": {
          "line": 81,
          "column": 23
        },
        "end": {
          "line": 81,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2845,
      "end": 2846,
      "loc": {
        "start": {
          "line": 81,
          "column": 27
        },
        "end": {
          "line": 81,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 2846,
      "end": 2861,
      "loc": {
        "start": {
          "line": 81,
          "column": 28
        },
        "end": {
          "line": 81,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2861,
      "end": 2862,
      "loc": {
        "start": {
          "line": 81,
          "column": 43
        },
        "end": {
          "line": 81,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 2862,
      "end": 2866,
      "loc": {
        "start": {
          "line": 81,
          "column": 44
        },
        "end": {
          "line": 81,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2866,
      "end": 2867,
      "loc": {
        "start": {
          "line": 81,
          "column": 48
        },
        "end": {
          "line": 81,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2868,
      "end": 2869,
      "loc": {
        "start": {
          "line": 81,
          "column": 50
        },
        "end": {
          "line": 81,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ",
      "start": 2870,
      "end": 2873,
      "loc": {
        "start": {
          "line": 81,
          "column": 52
        },
        "end": {
          "line": 81,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2874,
      "end": 2875,
      "loc": {
        "start": {
          "line": 81,
          "column": 56
        },
        "end": {
          "line": 81,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 2876,
      "end": 2884,
      "loc": {
        "start": {
          "line": 81,
          "column": 58
        },
        "end": {
          "line": 81,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2884,
      "end": 2885,
      "loc": {
        "start": {
          "line": 81,
          "column": 66
        },
        "end": {
          "line": 81,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2885,
      "end": 2886,
      "loc": {
        "start": {
          "line": 81,
          "column": 67
        },
        "end": {
          "line": 81,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2895,
      "end": 2896,
      "loc": {
        "start": {
          "line": 82,
          "column": 8
        },
        "end": {
          "line": 82,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2903,
      "end": 2904,
      "loc": {
        "start": {
          "line": 83,
          "column": 6
        },
        "end": {
          "line": 83,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2909,
      "end": 2910,
      "loc": {
        "start": {
          "line": 84,
          "column": 4
        },
        "end": {
          "line": 84,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 2916,
      "end": 2919,
      "loc": {
        "start": {
          "line": 86,
          "column": 4
        },
        "end": {
          "line": 86,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 2920,
      "end": 2926,
      "loc": {
        "start": {
          "line": 86,
          "column": 8
        },
        "end": {
          "line": 86,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2927,
      "end": 2928,
      "loc": {
        "start": {
          "line": 86,
          "column": 15
        },
        "end": {
          "line": 86,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2929,
      "end": 2930,
      "loc": {
        "start": {
          "line": 86,
          "column": 17
        },
        "end": {
          "line": 86,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 2939,
      "end": 2944,
      "loc": {
        "start": {
          "line": 87,
          "column": 8
        },
        "end": {
          "line": 87,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2944,
      "end": 2945,
      "loc": {
        "start": {
          "line": 87,
          "column": 13
        },
        "end": {
          "line": 87,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2946,
      "end": 2950,
      "loc": {
        "start": {
          "line": 87,
          "column": 15
        },
        "end": {
          "line": 87,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2950,
      "end": 2951,
      "loc": {
        "start": {
          "line": 87,
          "column": 19
        },
        "end": {
          "line": 87,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 2951,
      "end": 2961,
      "loc": {
        "start": {
          "line": 87,
          "column": 20
        },
        "end": {
          "line": 87,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2961,
      "end": 2962,
      "loc": {
        "start": {
          "line": 87,
          "column": 30
        },
        "end": {
          "line": 87,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 2962,
      "end": 2971,
      "loc": {
        "start": {
          "line": 87,
          "column": 31
        },
        "end": {
          "line": 87,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2971,
      "end": 2972,
      "loc": {
        "start": {
          "line": 87,
          "column": 40
        },
        "end": {
          "line": 87,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2972,
      "end": 2973,
      "loc": {
        "start": {
          "line": 87,
          "column": 41
        },
        "end": {
          "line": 87,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 2982,
      "end": 2992,
      "loc": {
        "start": {
          "line": 88,
          "column": 8
        },
        "end": {
          "line": 88,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2992,
      "end": 2993,
      "loc": {
        "start": {
          "line": 88,
          "column": 18
        },
        "end": {
          "line": 88,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrStr",
      "start": 2994,
      "end": 3001,
      "loc": {
        "start": {
          "line": 88,
          "column": 20
        },
        "end": {
          "line": 88,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3001,
      "end": 3002,
      "loc": {
        "start": {
          "line": 88,
          "column": 27
        },
        "end": {
          "line": 88,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 3002,
      "end": 3006,
      "loc": {
        "start": {
          "line": 88,
          "column": 28
        },
        "end": {
          "line": 88,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3006,
      "end": 3007,
      "loc": {
        "start": {
          "line": 88,
          "column": 32
        },
        "end": {
          "line": 88,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", ",
      "start": 3007,
      "end": 3011,
      "loc": {
        "start": {
          "line": 88,
          "column": 33
        },
        "end": {
          "line": 88,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3011,
      "end": 3012,
      "loc": {
        "start": {
          "line": 88,
          "column": 37
        },
        "end": {
          "line": 88,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3019,
      "end": 3020,
      "loc": {
        "start": {
          "line": 89,
          "column": 6
        },
        "end": {
          "line": 89,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3025,
      "end": 3026,
      "loc": {
        "start": {
          "line": 90,
          "column": 4
        },
        "end": {
          "line": 90,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pkString",
      "start": 3027,
      "end": 3035,
      "loc": {
        "start": {
          "line": 90,
          "column": 6
        },
        "end": {
          "line": 90,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3036,
      "end": 3037,
      "loc": {
        "start": {
          "line": 90,
          "column": 15
        },
        "end": {
          "line": 90,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primaryKeys",
      "start": 3038,
      "end": 3049,
      "loc": {
        "start": {
          "line": 90,
          "column": 17
        },
        "end": {
          "line": 90,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3049,
      "end": 3050,
      "loc": {
        "start": {
          "line": 90,
          "column": 28
        },
        "end": {
          "line": 90,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 3050,
      "end": 3053,
      "loc": {
        "start": {
          "line": 90,
          "column": 29
        },
        "end": {
          "line": 90,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3053,
      "end": 3054,
      "loc": {
        "start": {
          "line": 90,
          "column": 32
        },
        "end": {
          "line": 90,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 3054,
      "end": 3062,
      "loc": {
        "start": {
          "line": 90,
          "column": 33
        },
        "end": {
          "line": 90,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3062,
      "end": 3063,
      "loc": {
        "start": {
          "line": 90,
          "column": 41
        },
        "end": {
          "line": 90,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pk",
      "start": 3063,
      "end": 3065,
      "loc": {
        "start": {
          "line": 90,
          "column": 42
        },
        "end": {
          "line": 90,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3065,
      "end": 3066,
      "loc": {
        "start": {
          "line": 90,
          "column": 44
        },
        "end": {
          "line": 90,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3067,
      "end": 3068,
      "loc": {
        "start": {
          "line": 90,
          "column": 46
        },
        "end": {
          "line": 90,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3069,
      "end": 3075,
      "loc": {
        "start": {
          "line": 90,
          "column": 48
        },
        "end": {
          "line": 90,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3076,
      "end": 3080,
      "loc": {
        "start": {
          "line": 90,
          "column": 55
        },
        "end": {
          "line": 90,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3080,
      "end": 3081,
      "loc": {
        "start": {
          "line": 90,
          "column": 59
        },
        "end": {
          "line": 90,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 3081,
      "end": 3096,
      "loc": {
        "start": {
          "line": 90,
          "column": 60
        },
        "end": {
          "line": 90,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3096,
      "end": 3097,
      "loc": {
        "start": {
          "line": 90,
          "column": 75
        },
        "end": {
          "line": 90,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pk",
      "start": 3097,
      "end": 3099,
      "loc": {
        "start": {
          "line": 90,
          "column": 76
        },
        "end": {
          "line": 90,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3099,
      "end": 3100,
      "loc": {
        "start": {
          "line": 90,
          "column": 78
        },
        "end": {
          "line": 90,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3100,
      "end": 3101,
      "loc": {
        "start": {
          "line": 90,
          "column": 79
        },
        "end": {
          "line": 90,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3102,
      "end": 3103,
      "loc": {
        "start": {
          "line": 90,
          "column": 81
        },
        "end": {
          "line": 90,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3103,
      "end": 3104,
      "loc": {
        "start": {
          "line": 90,
          "column": 82
        },
        "end": {
          "line": 90,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bind",
      "start": 3104,
      "end": 3108,
      "loc": {
        "start": {
          "line": 90,
          "column": 83
        },
        "end": {
          "line": 90,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3108,
      "end": 3109,
      "loc": {
        "start": {
          "line": 90,
          "column": 87
        },
        "end": {
          "line": 90,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3109,
      "end": 3113,
      "loc": {
        "start": {
          "line": 90,
          "column": 88
        },
        "end": {
          "line": 90,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3113,
      "end": 3114,
      "loc": {
        "start": {
          "line": 90,
          "column": 92
        },
        "end": {
          "line": 90,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3114,
      "end": 3115,
      "loc": {
        "start": {
          "line": 90,
          "column": 93
        },
        "end": {
          "line": 90,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3115,
      "end": 3116,
      "loc": {
        "start": {
          "line": 90,
          "column": 94
        },
        "end": {
          "line": 90,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 3116,
      "end": 3120,
      "loc": {
        "start": {
          "line": 90,
          "column": 95
        },
        "end": {
          "line": 90,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3120,
      "end": 3121,
      "loc": {
        "start": {
          "line": 90,
          "column": 99
        },
        "end": {
          "line": 90,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", ",
      "start": 3121,
      "end": 3125,
      "loc": {
        "start": {
          "line": 90,
          "column": 100
        },
        "end": {
          "line": 90,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3125,
      "end": 3126,
      "loc": {
        "start": {
          "line": 90,
          "column": 104
        },
        "end": {
          "line": 90,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3126,
      "end": 3127,
      "loc": {
        "start": {
          "line": 90,
          "column": 105
        },
        "end": {
          "line": 90,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3133,
      "end": 3135,
      "loc": {
        "start": {
          "line": 92,
          "column": 4
        },
        "end": {
          "line": 92,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3136,
      "end": 3137,
      "loc": {
        "start": {
          "line": 92,
          "column": 7
        },
        "end": {
          "line": 92,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 3137,
      "end": 3138,
      "loc": {
        "start": {
          "line": 92,
          "column": 8
        },
        "end": {
          "line": 92,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 3138,
      "end": 3139,
      "loc": {
        "start": {
          "line": 92,
          "column": 9
        },
        "end": {
          "line": 92,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 3139,
      "end": 3146,
      "loc": {
        "start": {
          "line": 92,
          "column": 10
        },
        "end": {
          "line": 92,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3146,
      "end": 3147,
      "loc": {
        "start": {
          "line": 92,
          "column": 17
        },
        "end": {
          "line": 92,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uniqueKeys",
      "start": 3147,
      "end": 3157,
      "loc": {
        "start": {
          "line": 92,
          "column": 18
        },
        "end": {
          "line": 92,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3157,
      "end": 3158,
      "loc": {
        "start": {
          "line": 92,
          "column": 28
        },
        "end": {
          "line": 92,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3159,
      "end": 3160,
      "loc": {
        "start": {
          "line": 92,
          "column": 30
        },
        "end": {
          "line": 92,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 3167,
      "end": 3172,
      "loc": {
        "start": {
          "line": 93,
          "column": 6
        },
        "end": {
          "line": 93,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3172,
      "end": 3173,
      "loc": {
        "start": {
          "line": 93,
          "column": 11
        },
        "end": {
          "line": 93,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 3173,
      "end": 3174,
      "loc": {
        "start": {
          "line": 93,
          "column": 12
        },
        "end": {
          "line": 93,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3174,
      "end": 3175,
      "loc": {
        "start": {
          "line": 93,
          "column": 13
        },
        "end": {
          "line": 93,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 3175,
      "end": 3179,
      "loc": {
        "start": {
          "line": 93,
          "column": 14
        },
        "end": {
          "line": 93,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3179,
      "end": 3180,
      "loc": {
        "start": {
          "line": 93,
          "column": 18
        },
        "end": {
          "line": 93,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 3180,
      "end": 3187,
      "loc": {
        "start": {
          "line": 93,
          "column": 19
        },
        "end": {
          "line": 93,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3187,
      "end": 3188,
      "loc": {
        "start": {
          "line": 93,
          "column": 26
        },
        "end": {
          "line": 93,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uniqueKeys",
      "start": 3188,
      "end": 3198,
      "loc": {
        "start": {
          "line": 93,
          "column": 27
        },
        "end": {
          "line": 93,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3198,
      "end": 3199,
      "loc": {
        "start": {
          "line": 93,
          "column": 37
        },
        "end": {
          "line": 93,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 3200,
      "end": 3208,
      "loc": {
        "start": {
          "line": 93,
          "column": 39
        },
        "end": {
          "line": 93,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3208,
      "end": 3209,
      "loc": {
        "start": {
          "line": 93,
          "column": 47
        },
        "end": {
          "line": 93,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "columns",
      "start": 3209,
      "end": 3216,
      "loc": {
        "start": {
          "line": 93,
          "column": 48
        },
        "end": {
          "line": 93,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3216,
      "end": 3217,
      "loc": {
        "start": {
          "line": 93,
          "column": 55
        },
        "end": {
          "line": 93,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexName",
      "start": 3218,
      "end": 3227,
      "loc": {
        "start": {
          "line": 93,
          "column": 57
        },
        "end": {
          "line": 93,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3227,
      "end": 3228,
      "loc": {
        "start": {
          "line": 93,
          "column": 66
        },
        "end": {
          "line": 93,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3229,
      "end": 3230,
      "loc": {
        "start": {
          "line": 93,
          "column": 68
        },
        "end": {
          "line": 93,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3239,
      "end": 3241,
      "loc": {
        "start": {
          "line": 94,
          "column": 8
        },
        "end": {
          "line": 94,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3242,
      "end": 3243,
      "loc": {
        "start": {
          "line": 94,
          "column": 11
        },
        "end": {
          "line": 94,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 3243,
      "end": 3244,
      "loc": {
        "start": {
          "line": 94,
          "column": 12
        },
        "end": {
          "line": 94,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 3244,
      "end": 3249,
      "loc": {
        "start": {
          "line": 94,
          "column": 13
        },
        "end": {
          "line": 94,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3249,
      "end": 3250,
      "loc": {
        "start": {
          "line": 94,
          "column": 18
        },
        "end": {
          "line": 94,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 3250,
      "end": 3251,
      "loc": {
        "start": {
          "line": 94,
          "column": 19
        },
        "end": {
          "line": 94,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3251,
      "end": 3252,
      "loc": {
        "start": {
          "line": 94,
          "column": 20
        },
        "end": {
          "line": 94,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isString",
      "start": 3252,
      "end": 3260,
      "loc": {
        "start": {
          "line": 94,
          "column": 21
        },
        "end": {
          "line": 94,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3260,
      "end": 3261,
      "loc": {
        "start": {
          "line": 94,
          "column": 29
        },
        "end": {
          "line": 94,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexName",
      "start": 3261,
      "end": 3270,
      "loc": {
        "start": {
          "line": 94,
          "column": 30
        },
        "end": {
          "line": 94,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3270,
      "end": 3271,
      "loc": {
        "start": {
          "line": 94,
          "column": 39
        },
        "end": {
          "line": 94,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3271,
      "end": 3272,
      "loc": {
        "start": {
          "line": 94,
          "column": 40
        },
        "end": {
          "line": 94,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3273,
      "end": 3274,
      "loc": {
        "start": {
          "line": 94,
          "column": 42
        },
        "end": {
          "line": 94,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexName",
      "start": 3285,
      "end": 3294,
      "loc": {
        "start": {
          "line": 95,
          "column": 10
        },
        "end": {
          "line": 95,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3295,
      "end": 3296,
      "loc": {
        "start": {
          "line": 95,
          "column": 20
        },
        "end": {
          "line": 95,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "uniq_",
      "start": 3297,
      "end": 3304,
      "loc": {
        "start": {
          "line": 95,
          "column": 22
        },
        "end": {
          "line": 95,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3305,
      "end": 3306,
      "loc": {
        "start": {
          "line": 95,
          "column": 30
        },
        "end": {
          "line": 95,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 3307,
      "end": 3316,
      "loc": {
        "start": {
          "line": 95,
          "column": 32
        },
        "end": {
          "line": 95,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3317,
      "end": 3318,
      "loc": {
        "start": {
          "line": 95,
          "column": 42
        },
        "end": {
          "line": 95,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "_",
      "start": 3319,
      "end": 3322,
      "loc": {
        "start": {
          "line": 95,
          "column": 44
        },
        "end": {
          "line": 95,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3323,
      "end": 3324,
      "loc": {
        "start": {
          "line": 95,
          "column": 48
        },
        "end": {
          "line": 95,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "columns",
      "start": 3325,
      "end": 3332,
      "loc": {
        "start": {
          "line": 95,
          "column": 50
        },
        "end": {
          "line": 95,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3332,
      "end": 3333,
      "loc": {
        "start": {
          "line": 95,
          "column": 57
        },
        "end": {
          "line": 95,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 3333,
      "end": 3339,
      "loc": {
        "start": {
          "line": 95,
          "column": 58
        },
        "end": {
          "line": 95,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3339,
      "end": 3340,
      "loc": {
        "start": {
          "line": 95,
          "column": 64
        },
        "end": {
          "line": 95,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 3340,
      "end": 3344,
      "loc": {
        "start": {
          "line": 95,
          "column": 65
        },
        "end": {
          "line": 95,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3344,
      "end": 3345,
      "loc": {
        "start": {
          "line": 95,
          "column": 69
        },
        "end": {
          "line": 95,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "_",
      "start": 3345,
      "end": 3348,
      "loc": {
        "start": {
          "line": 95,
          "column": 70
        },
        "end": {
          "line": 95,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3348,
      "end": 3349,
      "loc": {
        "start": {
          "line": 95,
          "column": 73
        },
        "end": {
          "line": 95,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3349,
      "end": 3350,
      "loc": {
        "start": {
          "line": 95,
          "column": 74
        },
        "end": {
          "line": 95,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3359,
      "end": 3360,
      "loc": {
        "start": {
          "line": 96,
          "column": 8
        },
        "end": {
          "line": 96,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 3369,
      "end": 3375,
      "loc": {
        "start": {
          "line": 97,
          "column": 8
        },
        "end": {
          "line": 97,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3375,
      "end": 3376,
      "loc": {
        "start": {
          "line": 97,
          "column": 14
        },
        "end": {
          "line": 97,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 3376,
      "end": 3386,
      "loc": {
        "start": {
          "line": 97,
          "column": 15
        },
        "end": {
          "line": 97,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 3387,
      "end": 3389,
      "loc": {
        "start": {
          "line": 97,
          "column": 26
        },
        "end": {
          "line": 97,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", CONSTRAINT ",
      "start": 3390,
      "end": 3405,
      "loc": {
        "start": {
          "line": 97,
          "column": 29
        },
        "end": {
          "line": 97,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3406,
      "end": 3407,
      "loc": {
        "start": {
          "line": 97,
          "column": 45
        },
        "end": {
          "line": 97,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 3408,
      "end": 3412,
      "loc": {
        "start": {
          "line": 97,
          "column": 47
        },
        "end": {
          "line": 97,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3412,
      "end": 3413,
      "loc": {
        "start": {
          "line": 97,
          "column": 51
        },
        "end": {
          "line": 97,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 3413,
      "end": 3428,
      "loc": {
        "start": {
          "line": 97,
          "column": 52
        },
        "end": {
          "line": 97,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3428,
      "end": 3429,
      "loc": {
        "start": {
          "line": 97,
          "column": 67
        },
        "end": {
          "line": 97,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexName",
      "start": 3429,
      "end": 3438,
      "loc": {
        "start": {
          "line": 97,
          "column": 68
        },
        "end": {
          "line": 97,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3438,
      "end": 3439,
      "loc": {
        "start": {
          "line": 97,
          "column": 77
        },
        "end": {
          "line": 97,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3440,
      "end": 3441,
      "loc": {
        "start": {
          "line": 97,
          "column": 79
        },
        "end": {
          "line": 97,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " UNIQUE (",
      "start": 3442,
      "end": 3453,
      "loc": {
        "start": {
          "line": 97,
          "column": 81
        },
        "end": {
          "line": 97,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3454,
      "end": 3455,
      "loc": {
        "start": {
          "line": 97,
          "column": 93
        },
        "end": {
          "line": 97,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 3456,
      "end": 3461,
      "loc": {
        "start": {
          "line": 97,
          "column": 95
        },
        "end": {
          "line": 97,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3461,
      "end": 3462,
      "loc": {
        "start": {
          "line": 97,
          "column": 100
        },
        "end": {
          "line": 97,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 3462,
      "end": 3463,
      "loc": {
        "start": {
          "line": 97,
          "column": 101
        },
        "end": {
          "line": 97,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3463,
      "end": 3464,
      "loc": {
        "start": {
          "line": 97,
          "column": 102
        },
        "end": {
          "line": 97,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 3464,
      "end": 3467,
      "loc": {
        "start": {
          "line": 97,
          "column": 103
        },
        "end": {
          "line": 97,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3467,
      "end": 3468,
      "loc": {
        "start": {
          "line": 97,
          "column": 106
        },
        "end": {
          "line": 97,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "columns",
      "start": 3468,
      "end": 3475,
      "loc": {
        "start": {
          "line": 97,
          "column": 107
        },
        "end": {
          "line": 97,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3475,
      "end": 3476,
      "loc": {
        "start": {
          "line": 97,
          "column": 114
        },
        "end": {
          "line": 97,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 3476,
      "end": 3482,
      "loc": {
        "start": {
          "line": 97,
          "column": 115
        },
        "end": {
          "line": 97,
          "column": 121
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3482,
      "end": 3483,
      "loc": {
        "start": {
          "line": 97,
          "column": 121
        },
        "end": {
          "line": 97,
          "column": 122
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 3484,
      "end": 3488,
      "loc": {
        "start": {
          "line": 97,
          "column": 123
        },
        "end": {
          "line": 97,
          "column": 127
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3488,
      "end": 3489,
      "loc": {
        "start": {
          "line": 97,
          "column": 127
        },
        "end": {
          "line": 97,
          "column": 128
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 3489,
      "end": 3504,
      "loc": {
        "start": {
          "line": 97,
          "column": 128
        },
        "end": {
          "line": 97,
          "column": 143
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3504,
      "end": 3505,
      "loc": {
        "start": {
          "line": 97,
          "column": 143
        },
        "end": {
          "line": 97,
          "column": 144
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3505,
      "end": 3506,
      "loc": {
        "start": {
          "line": 97,
          "column": 144
        },
        "end": {
          "line": 97,
          "column": 145
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 3506,
      "end": 3510,
      "loc": {
        "start": {
          "line": 97,
          "column": 145
        },
        "end": {
          "line": 97,
          "column": 149
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3510,
      "end": 3511,
      "loc": {
        "start": {
          "line": 97,
          "column": 149
        },
        "end": {
          "line": 97,
          "column": 150
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", ",
      "start": 3511,
      "end": 3515,
      "loc": {
        "start": {
          "line": 97,
          "column": 150
        },
        "end": {
          "line": 97,
          "column": 154
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3515,
      "end": 3516,
      "loc": {
        "start": {
          "line": 97,
          "column": 154
        },
        "end": {
          "line": 97,
          "column": 155
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3517,
      "end": 3518,
      "loc": {
        "start": {
          "line": 97,
          "column": 156
        },
        "end": {
          "line": 97,
          "column": 157
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ")",
      "start": 3519,
      "end": 3522,
      "loc": {
        "start": {
          "line": 97,
          "column": 158
        },
        "end": {
          "line": 97,
          "column": 161
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3522,
      "end": 3523,
      "loc": {
        "start": {
          "line": 97,
          "column": 161
        },
        "end": {
          "line": 97,
          "column": 162
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3530,
      "end": 3531,
      "loc": {
        "start": {
          "line": 98,
          "column": 6
        },
        "end": {
          "line": 98,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3531,
      "end": 3532,
      "loc": {
        "start": {
          "line": 98,
          "column": 7
        },
        "end": {
          "line": 98,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3532,
      "end": 3533,
      "loc": {
        "start": {
          "line": 98,
          "column": 8
        },
        "end": {
          "line": 98,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3538,
      "end": 3539,
      "loc": {
        "start": {
          "line": 99,
          "column": 4
        },
        "end": {
          "line": 99,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3545,
      "end": 3547,
      "loc": {
        "start": {
          "line": 101,
          "column": 4
        },
        "end": {
          "line": 101,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3548,
      "end": 3549,
      "loc": {
        "start": {
          "line": 101,
          "column": 7
        },
        "end": {
          "line": 101,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pkString",
      "start": 3549,
      "end": 3557,
      "loc": {
        "start": {
          "line": 101,
          "column": 8
        },
        "end": {
          "line": 101,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3557,
      "end": 3558,
      "loc": {
        "start": {
          "line": 101,
          "column": 16
        },
        "end": {
          "line": 101,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 3558,
      "end": 3564,
      "loc": {
        "start": {
          "line": 101,
          "column": 17
        },
        "end": {
          "line": 101,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 3565,
      "end": 3566,
      "loc": {
        "start": {
          "line": 101,
          "column": 24
        },
        "end": {
          "line": 101,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3567,
      "end": 3568,
      "loc": {
        "start": {
          "line": 101,
          "column": 26
        },
        "end": {
          "line": 101,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3568,
      "end": 3569,
      "loc": {
        "start": {
          "line": 101,
          "column": 27
        },
        "end": {
          "line": 101,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3570,
      "end": 3571,
      "loc": {
        "start": {
          "line": 101,
          "column": 29
        },
        "end": {
          "line": 101,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 3578,
      "end": 3584,
      "loc": {
        "start": {
          "line": 102,
          "column": 6
        },
        "end": {
          "line": 102,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3584,
      "end": 3585,
      "loc": {
        "start": {
          "line": 102,
          "column": 12
        },
        "end": {
          "line": 102,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 3585,
      "end": 3595,
      "loc": {
        "start": {
          "line": 102,
          "column": 13
        },
        "end": {
          "line": 102,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 3596,
      "end": 3598,
      "loc": {
        "start": {
          "line": 102,
          "column": 24
        },
        "end": {
          "line": 102,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", PRIMARY KEY (",
      "start": 3599,
      "end": 3616,
      "loc": {
        "start": {
          "line": 102,
          "column": 27
        },
        "end": {
          "line": 102,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3617,
      "end": 3618,
      "loc": {
        "start": {
          "line": 102,
          "column": 45
        },
        "end": {
          "line": 102,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pkString",
      "start": 3619,
      "end": 3627,
      "loc": {
        "start": {
          "line": 102,
          "column": 47
        },
        "end": {
          "line": 102,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3628,
      "end": 3629,
      "loc": {
        "start": {
          "line": 102,
          "column": 56
        },
        "end": {
          "line": 102,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ")",
      "start": 3630,
      "end": 3633,
      "loc": {
        "start": {
          "line": 102,
          "column": 58
        },
        "end": {
          "line": 102,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3633,
      "end": 3634,
      "loc": {
        "start": {
          "line": 102,
          "column": 61
        },
        "end": {
          "line": 102,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3639,
      "end": 3640,
      "loc": {
        "start": {
          "line": 103,
          "column": 4
        },
        "end": {
          "line": 103,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 3646,
      "end": 3649,
      "loc": {
        "start": {
          "line": 105,
          "column": 4
        },
        "end": {
          "line": 105,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3650,
      "end": 3651,
      "loc": {
        "start": {
          "line": 105,
          "column": 8
        },
        "end": {
          "line": 105,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 3651,
      "end": 3654,
      "loc": {
        "start": {
          "line": 105,
          "column": 9
        },
        "end": {
          "line": 105,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fkey",
      "start": 3655,
      "end": 3659,
      "loc": {
        "start": {
          "line": 105,
          "column": 13
        },
        "end": {
          "line": 105,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "in",
        "keyword": "in",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "in",
      "start": 3660,
      "end": 3662,
      "loc": {
        "start": {
          "line": 105,
          "column": 18
        },
        "end": {
          "line": 105,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "foreignKeys",
      "start": 3663,
      "end": 3674,
      "loc": {
        "start": {
          "line": 105,
          "column": 21
        },
        "end": {
          "line": 105,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3674,
      "end": 3675,
      "loc": {
        "start": {
          "line": 105,
          "column": 32
        },
        "end": {
          "line": 105,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3676,
      "end": 3677,
      "loc": {
        "start": {
          "line": 105,
          "column": 34
        },
        "end": {
          "line": 105,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3684,
      "end": 3686,
      "loc": {
        "start": {
          "line": 106,
          "column": 6
        },
        "end": {
          "line": 106,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3687,
      "end": 3688,
      "loc": {
        "start": {
          "line": 106,
          "column": 9
        },
        "end": {
          "line": 106,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "foreignKeys",
      "start": 3688,
      "end": 3699,
      "loc": {
        "start": {
          "line": 106,
          "column": 10
        },
        "end": {
          "line": 106,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3699,
      "end": 3700,
      "loc": {
        "start": {
          "line": 106,
          "column": 21
        },
        "end": {
          "line": 106,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasOwnProperty",
      "start": 3700,
      "end": 3714,
      "loc": {
        "start": {
          "line": 106,
          "column": 22
        },
        "end": {
          "line": 106,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3714,
      "end": 3715,
      "loc": {
        "start": {
          "line": 106,
          "column": 36
        },
        "end": {
          "line": 106,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fkey",
      "start": 3715,
      "end": 3719,
      "loc": {
        "start": {
          "line": 106,
          "column": 37
        },
        "end": {
          "line": 106,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3719,
      "end": 3720,
      "loc": {
        "start": {
          "line": 106,
          "column": 41
        },
        "end": {
          "line": 106,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3720,
      "end": 3721,
      "loc": {
        "start": {
          "line": 106,
          "column": 42
        },
        "end": {
          "line": 106,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3722,
      "end": 3723,
      "loc": {
        "start": {
          "line": 106,
          "column": 44
        },
        "end": {
          "line": 106,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 3732,
      "end": 3738,
      "loc": {
        "start": {
          "line": 107,
          "column": 8
        },
        "end": {
          "line": 107,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3738,
      "end": 3739,
      "loc": {
        "start": {
          "line": 107,
          "column": 14
        },
        "end": {
          "line": 107,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 3739,
      "end": 3749,
      "loc": {
        "start": {
          "line": 107,
          "column": 15
        },
        "end": {
          "line": 107,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 3750,
      "end": 3752,
      "loc": {
        "start": {
          "line": 107,
          "column": 26
        },
        "end": {
          "line": 107,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", FOREIGN KEY (",
      "start": 3753,
      "end": 3770,
      "loc": {
        "start": {
          "line": 107,
          "column": 29
        },
        "end": {
          "line": 107,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3771,
      "end": 3772,
      "loc": {
        "start": {
          "line": 107,
          "column": 47
        },
        "end": {
          "line": 107,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3773,
      "end": 3777,
      "loc": {
        "start": {
          "line": 107,
          "column": 49
        },
        "end": {
          "line": 107,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3777,
      "end": 3778,
      "loc": {
        "start": {
          "line": 107,
          "column": 53
        },
        "end": {
          "line": 107,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 3778,
      "end": 3793,
      "loc": {
        "start": {
          "line": 107,
          "column": 54
        },
        "end": {
          "line": 107,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3793,
      "end": 3794,
      "loc": {
        "start": {
          "line": 107,
          "column": 69
        },
        "end": {
          "line": 107,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fkey",
      "start": 3794,
      "end": 3798,
      "loc": {
        "start": {
          "line": 107,
          "column": 70
        },
        "end": {
          "line": 107,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3798,
      "end": 3799,
      "loc": {
        "start": {
          "line": 107,
          "column": 74
        },
        "end": {
          "line": 107,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3800,
      "end": 3801,
      "loc": {
        "start": {
          "line": 107,
          "column": 76
        },
        "end": {
          "line": 107,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ") ",
      "start": 3802,
      "end": 3806,
      "loc": {
        "start": {
          "line": 107,
          "column": 78
        },
        "end": {
          "line": 107,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3807,
      "end": 3808,
      "loc": {
        "start": {
          "line": 107,
          "column": 83
        },
        "end": {
          "line": 107,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "foreignKeys",
      "start": 3809,
      "end": 3820,
      "loc": {
        "start": {
          "line": 107,
          "column": 85
        },
        "end": {
          "line": 107,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3820,
      "end": 3821,
      "loc": {
        "start": {
          "line": 107,
          "column": 96
        },
        "end": {
          "line": 107,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fkey",
      "start": 3821,
      "end": 3825,
      "loc": {
        "start": {
          "line": 107,
          "column": 97
        },
        "end": {
          "line": 107,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3825,
      "end": 3826,
      "loc": {
        "start": {
          "line": 107,
          "column": 101
        },
        "end": {
          "line": 107,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3826,
      "end": 3827,
      "loc": {
        "start": {
          "line": 107,
          "column": 102
        },
        "end": {
          "line": 107,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3834,
      "end": 3835,
      "loc": {
        "start": {
          "line": 108,
          "column": 6
        },
        "end": {
          "line": 108,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3840,
      "end": 3841,
      "loc": {
        "start": {
          "line": 109,
          "column": 4
        },
        "end": {
          "line": 109,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3847,
      "end": 3853,
      "loc": {
        "start": {
          "line": 111,
          "column": 4
        },
        "end": {
          "line": 111,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 3854,
      "end": 3859,
      "loc": {
        "start": {
          "line": 111,
          "column": 11
        },
        "end": {
          "line": 111,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3859,
      "end": 3860,
      "loc": {
        "start": {
          "line": 111,
          "column": 16
        },
        "end": {
          "line": 111,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 3860,
      "end": 3861,
      "loc": {
        "start": {
          "line": 111,
          "column": 17
        },
        "end": {
          "line": 111,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3861,
      "end": 3862,
      "loc": {
        "start": {
          "line": 111,
          "column": 18
        },
        "end": {
          "line": 111,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 3862,
      "end": 3870,
      "loc": {
        "start": {
          "line": 111,
          "column": 19
        },
        "end": {
          "line": 111,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3870,
      "end": 3871,
      "loc": {
        "start": {
          "line": 111,
          "column": 27
        },
        "end": {
          "line": 111,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 3871,
      "end": 3876,
      "loc": {
        "start": {
          "line": 111,
          "column": 28
        },
        "end": {
          "line": 111,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3876,
      "end": 3877,
      "loc": {
        "start": {
          "line": 111,
          "column": 33
        },
        "end": {
          "line": 111,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3877,
      "end": 3878,
      "loc": {
        "start": {
          "line": 111,
          "column": 34
        },
        "end": {
          "line": 111,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 3878,
      "end": 3884,
      "loc": {
        "start": {
          "line": 111,
          "column": 35
        },
        "end": {
          "line": 111,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3884,
      "end": 3885,
      "loc": {
        "start": {
          "line": 111,
          "column": 41
        },
        "end": {
          "line": 111,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3885,
      "end": 3886,
      "loc": {
        "start": {
          "line": 111,
          "column": 42
        },
        "end": {
          "line": 111,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "trim",
      "start": 3886,
      "end": 3890,
      "loc": {
        "start": {
          "line": 111,
          "column": 43
        },
        "end": {
          "line": 111,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3890,
      "end": 3891,
      "loc": {
        "start": {
          "line": 111,
          "column": 47
        },
        "end": {
          "line": 111,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3891,
      "end": 3892,
      "loc": {
        "start": {
          "line": 111,
          "column": 48
        },
        "end": {
          "line": 111,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3893,
      "end": 3894,
      "loc": {
        "start": {
          "line": 111,
          "column": 50
        },
        "end": {
          "line": 111,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ";",
      "start": 3895,
      "end": 3898,
      "loc": {
        "start": {
          "line": 111,
          "column": 52
        },
        "end": {
          "line": 111,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3898,
      "end": 3899,
      "loc": {
        "start": {
          "line": 111,
          "column": 55
        },
        "end": {
          "line": 111,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3902,
      "end": 3903,
      "loc": {
        "start": {
          "line": 112,
          "column": 2
        },
        "end": {
          "line": 112,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3903,
      "end": 3904,
      "loc": {
        "start": {
          "line": 112,
          "column": 3
        },
        "end": {
          "line": 112,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "describeTableQuery",
      "start": 3908,
      "end": 3926,
      "loc": {
        "start": {
          "line": 114,
          "column": 2
        },
        "end": {
          "line": 114,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3926,
      "end": 3927,
      "loc": {
        "start": {
          "line": 114,
          "column": 20
        },
        "end": {
          "line": 114,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 3927,
      "end": 3936,
      "loc": {
        "start": {
          "line": 114,
          "column": 21
        },
        "end": {
          "line": 114,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3936,
      "end": 3937,
      "loc": {
        "start": {
          "line": 114,
          "column": 30
        },
        "end": {
          "line": 114,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 3938,
      "end": 3944,
      "loc": {
        "start": {
          "line": 114,
          "column": 32
        },
        "end": {
          "line": 114,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3944,
      "end": 3945,
      "loc": {
        "start": {
          "line": 114,
          "column": 38
        },
        "end": {
          "line": 114,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3946,
      "end": 3947,
      "loc": {
        "start": {
          "line": 114,
          "column": 40
        },
        "end": {
          "line": 114,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 3952,
      "end": 3955,
      "loc": {
        "start": {
          "line": 115,
          "column": 4
        },
        "end": {
          "line": 115,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 3956,
      "end": 3959,
      "loc": {
        "start": {
          "line": 115,
          "column": 8
        },
        "end": {
          "line": 115,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3960,
      "end": 3961,
      "loc": {
        "start": {
          "line": 115,
          "column": 12
        },
        "end": {
          "line": 115,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3962,
      "end": 3963,
      "loc": {
        "start": {
          "line": 115,
          "column": 14
        },
        "end": {
          "line": 115,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SELECT",
      "start": 3970,
      "end": 3978,
      "loc": {
        "start": {
          "line": 116,
          "column": 6
        },
        "end": {
          "line": 116,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3978,
      "end": 3979,
      "loc": {
        "start": {
          "line": 116,
          "column": 14
        },
        "end": {
          "line": 116,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "c.COLUMN_NAME AS 'Name',",
      "start": 3986,
      "end": 4012,
      "loc": {
        "start": {
          "line": 117,
          "column": 6
        },
        "end": {
          "line": 117,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4012,
      "end": 4013,
      "loc": {
        "start": {
          "line": 117,
          "column": 32
        },
        "end": {
          "line": 117,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "c.DATA_TYPE AS 'Type',",
      "start": 4020,
      "end": 4044,
      "loc": {
        "start": {
          "line": 118,
          "column": 6
        },
        "end": {
          "line": 118,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4044,
      "end": 4045,
      "loc": {
        "start": {
          "line": 118,
          "column": 30
        },
        "end": {
          "line": 118,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "c.CHARACTER_MAXIMUM_LENGTH AS 'Length',",
      "start": 4052,
      "end": 4093,
      "loc": {
        "start": {
          "line": 119,
          "column": 6
        },
        "end": {
          "line": 119,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4093,
      "end": 4094,
      "loc": {
        "start": {
          "line": 119,
          "column": 47
        },
        "end": {
          "line": 119,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "c.IS_NULLABLE as 'IsNull',",
      "start": 4101,
      "end": 4129,
      "loc": {
        "start": {
          "line": 120,
          "column": 6
        },
        "end": {
          "line": 120,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4129,
      "end": 4130,
      "loc": {
        "start": {
          "line": 120,
          "column": 34
        },
        "end": {
          "line": 120,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "COLUMN_DEFAULT AS 'Default',",
      "start": 4137,
      "end": 4167,
      "loc": {
        "start": {
          "line": 121,
          "column": 6
        },
        "end": {
          "line": 121,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4167,
      "end": 4168,
      "loc": {
        "start": {
          "line": 121,
          "column": 36
        },
        "end": {
          "line": 121,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "pk.CONSTRAINT_TYPE AS 'Constraint'",
      "start": 4175,
      "end": 4211,
      "loc": {
        "start": {
          "line": 122,
          "column": 6
        },
        "end": {
          "line": 122,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4211,
      "end": 4212,
      "loc": {
        "start": {
          "line": 122,
          "column": 42
        },
        "end": {
          "line": 122,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "FROM",
      "start": 4219,
      "end": 4225,
      "loc": {
        "start": {
          "line": 123,
          "column": 6
        },
        "end": {
          "line": 123,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4225,
      "end": 4226,
      "loc": {
        "start": {
          "line": 123,
          "column": 12
        },
        "end": {
          "line": 123,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "INFORMATION_SCHEMA.TABLES t",
      "start": 4233,
      "end": 4262,
      "loc": {
        "start": {
          "line": 124,
          "column": 6
        },
        "end": {
          "line": 124,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4262,
      "end": 4263,
      "loc": {
        "start": {
          "line": 124,
          "column": 35
        },
        "end": {
          "line": 124,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "INNER JOIN",
      "start": 4270,
      "end": 4282,
      "loc": {
        "start": {
          "line": 125,
          "column": 6
        },
        "end": {
          "line": 125,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4282,
      "end": 4283,
      "loc": {
        "start": {
          "line": 125,
          "column": 18
        },
        "end": {
          "line": 125,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "INFORMATION_SCHEMA.COLUMNS c ON t.TABLE_NAME = c.TABLE_NAME AND t.TABLE_SCHEMA = c.TABLE_SCHEMA",
      "start": 4290,
      "end": 4387,
      "loc": {
        "start": {
          "line": 126,
          "column": 6
        },
        "end": {
          "line": 126,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4387,
      "end": 4388,
      "loc": {
        "start": {
          "line": 126,
          "column": 103
        },
        "end": {
          "line": 126,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "LEFT JOIN (SELECT tc.table_schema, tc.table_name, ",
      "start": 4395,
      "end": 4447,
      "loc": {
        "start": {
          "line": 127,
          "column": 6
        },
        "end": {
          "line": 127,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4447,
      "end": 4448,
      "loc": {
        "start": {
          "line": 127,
          "column": 58
        },
        "end": {
          "line": 127,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "cu.column_name, tc.constraint_type ",
      "start": 4461,
      "end": 4498,
      "loc": {
        "start": {
          "line": 128,
          "column": 12
        },
        "end": {
          "line": 128,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4498,
      "end": 4499,
      "loc": {
        "start": {
          "line": 128,
          "column": 49
        },
        "end": {
          "line": 128,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "FROM information_schema.TABLE_CONSTRAINTS tc ",
      "start": 4512,
      "end": 4559,
      "loc": {
        "start": {
          "line": 129,
          "column": 12
        },
        "end": {
          "line": 129,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4559,
      "end": 4560,
      "loc": {
        "start": {
          "line": 129,
          "column": 59
        },
        "end": {
          "line": 129,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "JOIN information_schema.KEY_COLUMN_USAGE  cu ",
      "start": 4573,
      "end": 4620,
      "loc": {
        "start": {
          "line": 130,
          "column": 12
        },
        "end": {
          "line": 130,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4620,
      "end": 4621,
      "loc": {
        "start": {
          "line": 130,
          "column": 59
        },
        "end": {
          "line": 130,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "ON tc.table_schema=cu.table_schema and tc.table_name=cu.table_name ",
      "start": 4634,
      "end": 4703,
      "loc": {
        "start": {
          "line": 131,
          "column": 12
        },
        "end": {
          "line": 131,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4703,
      "end": 4704,
      "loc": {
        "start": {
          "line": 131,
          "column": 81
        },
        "end": {
          "line": 131,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "and tc.constraint_name=cu.constraint_name ",
      "start": 4719,
      "end": 4763,
      "loc": {
        "start": {
          "line": 132,
          "column": 14
        },
        "end": {
          "line": 132,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4763,
      "end": 4764,
      "loc": {
        "start": {
          "line": 132,
          "column": 58
        },
        "end": {
          "line": 132,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "and tc.constraint_type='PRIMARY KEY') pk ",
      "start": 4779,
      "end": 4824,
      "loc": {
        "start": {
          "line": 133,
          "column": 14
        },
        "end": {
          "line": 133,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4824,
      "end": 4825,
      "loc": {
        "start": {
          "line": 133,
          "column": 59
        },
        "end": {
          "line": 133,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "ON pk.table_schema=c.table_schema ",
      "start": 4836,
      "end": 4872,
      "loc": {
        "start": {
          "line": 134,
          "column": 10
        },
        "end": {
          "line": 134,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4872,
      "end": 4873,
      "loc": {
        "start": {
          "line": 134,
          "column": 46
        },
        "end": {
          "line": 134,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "AND pk.table_name=c.table_name ",
      "start": 4884,
      "end": 4917,
      "loc": {
        "start": {
          "line": 135,
          "column": 10
        },
        "end": {
          "line": 135,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4917,
      "end": 4918,
      "loc": {
        "start": {
          "line": 135,
          "column": 43
        },
        "end": {
          "line": 135,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "AND pk.column_name=c.column_name ",
      "start": 4929,
      "end": 4964,
      "loc": {
        "start": {
          "line": 136,
          "column": 10
        },
        "end": {
          "line": 136,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4964,
      "end": 4965,
      "loc": {
        "start": {
          "line": 136,
          "column": 45
        },
        "end": {
          "line": 136,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "WHERE t.TABLE_NAME =",
      "start": 4972,
      "end": 4994,
      "loc": {
        "start": {
          "line": 137,
          "column": 6
        },
        "end": {
          "line": 137,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4994,
      "end": 4995,
      "loc": {
        "start": {
          "line": 137,
          "column": 28
        },
        "end": {
          "line": 137,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "wrapSingleQuote",
      "start": 4996,
      "end": 5011,
      "loc": {
        "start": {
          "line": 137,
          "column": 30
        },
        "end": {
          "line": 137,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5011,
      "end": 5012,
      "loc": {
        "start": {
          "line": 137,
          "column": 45
        },
        "end": {
          "line": 137,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 5012,
      "end": 5021,
      "loc": {
        "start": {
          "line": 137,
          "column": 46
        },
        "end": {
          "line": 137,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5021,
      "end": 5022,
      "loc": {
        "start": {
          "line": 137,
          "column": 55
        },
        "end": {
          "line": 137,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5027,
      "end": 5028,
      "loc": {
        "start": {
          "line": 138,
          "column": 4
        },
        "end": {
          "line": 138,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5028,
      "end": 5029,
      "loc": {
        "start": {
          "line": 138,
          "column": 5
        },
        "end": {
          "line": 138,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 5029,
      "end": 5033,
      "loc": {
        "start": {
          "line": 138,
          "column": 6
        },
        "end": {
          "line": 138,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5033,
      "end": 5034,
      "loc": {
        "start": {
          "line": 138,
          "column": 10
        },
        "end": {
          "line": 138,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ",
      "start": 5034,
      "end": 5037,
      "loc": {
        "start": {
          "line": 138,
          "column": 11
        },
        "end": {
          "line": 138,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5037,
      "end": 5038,
      "loc": {
        "start": {
          "line": 138,
          "column": 14
        },
        "end": {
          "line": 138,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5038,
      "end": 5039,
      "loc": {
        "start": {
          "line": 138,
          "column": 15
        },
        "end": {
          "line": 138,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 5045,
      "end": 5047,
      "loc": {
        "start": {
          "line": 140,
          "column": 4
        },
        "end": {
          "line": 140,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5048,
      "end": 5049,
      "loc": {
        "start": {
          "line": 140,
          "column": 7
        },
        "end": {
          "line": 140,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 5049,
      "end": 5055,
      "loc": {
        "start": {
          "line": 140,
          "column": 8
        },
        "end": {
          "line": 140,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5055,
      "end": 5056,
      "loc": {
        "start": {
          "line": 140,
          "column": 14
        },
        "end": {
          "line": 140,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5057,
      "end": 5058,
      "loc": {
        "start": {
          "line": 140,
          "column": 16
        },
        "end": {
          "line": 140,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 5065,
      "end": 5068,
      "loc": {
        "start": {
          "line": 141,
          "column": 6
        },
        "end": {
          "line": 141,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 5069,
      "end": 5071,
      "loc": {
        "start": {
          "line": 141,
          "column": 10
        },
        "end": {
          "line": 141,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "AND t.TABLE_SCHEMA =",
      "start": 5072,
      "end": 5094,
      "loc": {
        "start": {
          "line": 141,
          "column": 13
        },
        "end": {
          "line": 141,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5095,
      "end": 5096,
      "loc": {
        "start": {
          "line": 141,
          "column": 36
        },
        "end": {
          "line": 141,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "wrapSingleQuote",
      "start": 5097,
      "end": 5112,
      "loc": {
        "start": {
          "line": 141,
          "column": 38
        },
        "end": {
          "line": 141,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5112,
      "end": 5113,
      "loc": {
        "start": {
          "line": 141,
          "column": 53
        },
        "end": {
          "line": 141,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 5113,
      "end": 5119,
      "loc": {
        "start": {
          "line": 141,
          "column": 54
        },
        "end": {
          "line": 141,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5119,
      "end": 5120,
      "loc": {
        "start": {
          "line": 141,
          "column": 60
        },
        "end": {
          "line": 141,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5120,
      "end": 5121,
      "loc": {
        "start": {
          "line": 141,
          "column": 61
        },
        "end": {
          "line": 141,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5126,
      "end": 5127,
      "loc": {
        "start": {
          "line": 142,
          "column": 4
        },
        "end": {
          "line": 142,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 5133,
      "end": 5139,
      "loc": {
        "start": {
          "line": 144,
          "column": 4
        },
        "end": {
          "line": 144,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 5140,
      "end": 5143,
      "loc": {
        "start": {
          "line": 144,
          "column": 11
        },
        "end": {
          "line": 144,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5143,
      "end": 5144,
      "loc": {
        "start": {
          "line": 144,
          "column": 14
        },
        "end": {
          "line": 144,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5147,
      "end": 5148,
      "loc": {
        "start": {
          "line": 145,
          "column": 2
        },
        "end": {
          "line": 145,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5148,
      "end": 5149,
      "loc": {
        "start": {
          "line": 145,
          "column": 3
        },
        "end": {
          "line": 145,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "renameTableQuery",
      "start": 5153,
      "end": 5169,
      "loc": {
        "start": {
          "line": 147,
          "column": 2
        },
        "end": {
          "line": 147,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5169,
      "end": 5170,
      "loc": {
        "start": {
          "line": 147,
          "column": 18
        },
        "end": {
          "line": 147,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "before",
      "start": 5170,
      "end": 5176,
      "loc": {
        "start": {
          "line": 147,
          "column": 19
        },
        "end": {
          "line": 147,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5176,
      "end": 5177,
      "loc": {
        "start": {
          "line": 147,
          "column": 25
        },
        "end": {
          "line": 147,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "after",
      "start": 5178,
      "end": 5183,
      "loc": {
        "start": {
          "line": 147,
          "column": 27
        },
        "end": {
          "line": 147,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5183,
      "end": 5184,
      "loc": {
        "start": {
          "line": 147,
          "column": 32
        },
        "end": {
          "line": 147,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5185,
      "end": 5186,
      "loc": {
        "start": {
          "line": 147,
          "column": 34
        },
        "end": {
          "line": 147,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 5191,
      "end": 5194,
      "loc": {
        "start": {
          "line": 148,
          "column": 4
        },
        "end": {
          "line": 148,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 5195,
      "end": 5200,
      "loc": {
        "start": {
          "line": 148,
          "column": 8
        },
        "end": {
          "line": 148,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5201,
      "end": 5202,
      "loc": {
        "start": {
          "line": 148,
          "column": 14
        },
        "end": {
          "line": 148,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "EXEC sp_rename <%= before %>, <%= after %>;",
      "start": 5203,
      "end": 5248,
      "loc": {
        "start": {
          "line": 148,
          "column": 16
        },
        "end": {
          "line": 148,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5248,
      "end": 5249,
      "loc": {
        "start": {
          "line": 148,
          "column": 61
        },
        "end": {
          "line": 148,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 5254,
      "end": 5260,
      "loc": {
        "start": {
          "line": 149,
          "column": 4
        },
        "end": {
          "line": 149,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 5261,
      "end": 5266,
      "loc": {
        "start": {
          "line": 149,
          "column": 11
        },
        "end": {
          "line": 149,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5266,
      "end": 5267,
      "loc": {
        "start": {
          "line": 149,
          "column": 16
        },
        "end": {
          "line": 149,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 5267,
      "end": 5268,
      "loc": {
        "start": {
          "line": 149,
          "column": 17
        },
        "end": {
          "line": 149,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5268,
      "end": 5269,
      "loc": {
        "start": {
          "line": 149,
          "column": 18
        },
        "end": {
          "line": 149,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 5269,
      "end": 5277,
      "loc": {
        "start": {
          "line": 149,
          "column": 19
        },
        "end": {
          "line": 149,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5277,
      "end": 5278,
      "loc": {
        "start": {
          "line": 149,
          "column": 27
        },
        "end": {
          "line": 149,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 5278,
      "end": 5283,
      "loc": {
        "start": {
          "line": 149,
          "column": 28
        },
        "end": {
          "line": 149,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5283,
      "end": 5284,
      "loc": {
        "start": {
          "line": 149,
          "column": 33
        },
        "end": {
          "line": 149,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5284,
      "end": 5285,
      "loc": {
        "start": {
          "line": 149,
          "column": 34
        },
        "end": {
          "line": 149,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5285,
      "end": 5286,
      "loc": {
        "start": {
          "line": 149,
          "column": 35
        },
        "end": {
          "line": 149,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "before",
      "start": 5293,
      "end": 5299,
      "loc": {
        "start": {
          "line": 150,
          "column": 6
        },
        "end": {
          "line": 150,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5299,
      "end": 5300,
      "loc": {
        "start": {
          "line": 150,
          "column": 12
        },
        "end": {
          "line": 150,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5301,
      "end": 5305,
      "loc": {
        "start": {
          "line": 150,
          "column": 14
        },
        "end": {
          "line": 150,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5305,
      "end": 5306,
      "loc": {
        "start": {
          "line": 150,
          "column": 18
        },
        "end": {
          "line": 150,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 5306,
      "end": 5316,
      "loc": {
        "start": {
          "line": 150,
          "column": 19
        },
        "end": {
          "line": 150,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5316,
      "end": 5317,
      "loc": {
        "start": {
          "line": 150,
          "column": 29
        },
        "end": {
          "line": 150,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "before",
      "start": 5317,
      "end": 5323,
      "loc": {
        "start": {
          "line": 150,
          "column": 30
        },
        "end": {
          "line": 150,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5323,
      "end": 5324,
      "loc": {
        "start": {
          "line": 150,
          "column": 36
        },
        "end": {
          "line": 150,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5324,
      "end": 5325,
      "loc": {
        "start": {
          "line": 150,
          "column": 37
        },
        "end": {
          "line": 150,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "after",
      "start": 5332,
      "end": 5337,
      "loc": {
        "start": {
          "line": 151,
          "column": 6
        },
        "end": {
          "line": 151,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5337,
      "end": 5338,
      "loc": {
        "start": {
          "line": 151,
          "column": 11
        },
        "end": {
          "line": 151,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5339,
      "end": 5343,
      "loc": {
        "start": {
          "line": 151,
          "column": 13
        },
        "end": {
          "line": 151,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5343,
      "end": 5344,
      "loc": {
        "start": {
          "line": 151,
          "column": 17
        },
        "end": {
          "line": 151,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 5344,
      "end": 5354,
      "loc": {
        "start": {
          "line": 151,
          "column": 18
        },
        "end": {
          "line": 151,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5354,
      "end": 5355,
      "loc": {
        "start": {
          "line": 151,
          "column": 28
        },
        "end": {
          "line": 151,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "after",
      "start": 5355,
      "end": 5360,
      "loc": {
        "start": {
          "line": 151,
          "column": 29
        },
        "end": {
          "line": 151,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5360,
      "end": 5361,
      "loc": {
        "start": {
          "line": 151,
          "column": 34
        },
        "end": {
          "line": 151,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5366,
      "end": 5367,
      "loc": {
        "start": {
          "line": 152,
          "column": 4
        },
        "end": {
          "line": 152,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5367,
      "end": 5368,
      "loc": {
        "start": {
          "line": 152,
          "column": 5
        },
        "end": {
          "line": 152,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5368,
      "end": 5369,
      "loc": {
        "start": {
          "line": 152,
          "column": 6
        },
        "end": {
          "line": 152,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5372,
      "end": 5373,
      "loc": {
        "start": {
          "line": 153,
          "column": 2
        },
        "end": {
          "line": 153,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5373,
      "end": 5374,
      "loc": {
        "start": {
          "line": 153,
          "column": 3
        },
        "end": {
          "line": 153,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "showTablesQuery",
      "start": 5378,
      "end": 5393,
      "loc": {
        "start": {
          "line": 155,
          "column": 2
        },
        "end": {
          "line": 155,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5393,
      "end": 5394,
      "loc": {
        "start": {
          "line": 155,
          "column": 17
        },
        "end": {
          "line": 155,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5394,
      "end": 5395,
      "loc": {
        "start": {
          "line": 155,
          "column": 18
        },
        "end": {
          "line": 155,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5396,
      "end": 5397,
      "loc": {
        "start": {
          "line": 155,
          "column": 20
        },
        "end": {
          "line": 155,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 5402,
      "end": 5408,
      "loc": {
        "start": {
          "line": 156,
          "column": 4
        },
        "end": {
          "line": 156,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SELECT TABLE_NAME, TABLE_SCHEMA FROM INFORMATION_SCHEMA.TABLES;",
      "start": 5409,
      "end": 5474,
      "loc": {
        "start": {
          "line": 156,
          "column": 11
        },
        "end": {
          "line": 156,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5474,
      "end": 5475,
      "loc": {
        "start": {
          "line": 156,
          "column": 76
        },
        "end": {
          "line": 156,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5478,
      "end": 5479,
      "loc": {
        "start": {
          "line": 157,
          "column": 2
        },
        "end": {
          "line": 157,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5479,
      "end": 5480,
      "loc": {
        "start": {
          "line": 157,
          "column": 3
        },
        "end": {
          "line": 157,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dropTableQuery",
      "start": 5484,
      "end": 5498,
      "loc": {
        "start": {
          "line": 159,
          "column": 2
        },
        "end": {
          "line": 159,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5498,
      "end": 5499,
      "loc": {
        "start": {
          "line": 159,
          "column": 16
        },
        "end": {
          "line": 159,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 5499,
      "end": 5508,
      "loc": {
        "start": {
          "line": 159,
          "column": 17
        },
        "end": {
          "line": 159,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5508,
      "end": 5509,
      "loc": {
        "start": {
          "line": 159,
          "column": 26
        },
        "end": {
          "line": 159,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5510,
      "end": 5511,
      "loc": {
        "start": {
          "line": 159,
          "column": 28
        },
        "end": {
          "line": 159,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 5516,
      "end": 5519,
      "loc": {
        "start": {
          "line": 160,
          "column": 4
        },
        "end": {
          "line": 160,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 5520,
      "end": 5525,
      "loc": {
        "start": {
          "line": 160,
          "column": 8
        },
        "end": {
          "line": 160,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5526,
      "end": 5527,
      "loc": {
        "start": {
          "line": 160,
          "column": 14
        },
        "end": {
          "line": 160,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "IF OBJECT_ID('<%= table %>', 'U') IS NOT NULL DROP TABLE <%= table %>",
      "start": 5528,
      "end": 5599,
      "loc": {
        "start": {
          "line": 160,
          "column": 16
        },
        "end": {
          "line": 160,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5599,
      "end": 5600,
      "loc": {
        "start": {
          "line": 160,
          "column": 87
        },
        "end": {
          "line": 160,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 5605,
      "end": 5608,
      "loc": {
        "start": {
          "line": 161,
          "column": 4
        },
        "end": {
          "line": 161,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 5609,
      "end": 5615,
      "loc": {
        "start": {
          "line": 161,
          "column": 8
        },
        "end": {
          "line": 161,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5616,
      "end": 5617,
      "loc": {
        "start": {
          "line": 161,
          "column": 15
        },
        "end": {
          "line": 161,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5618,
      "end": 5619,
      "loc": {
        "start": {
          "line": 161,
          "column": 17
        },
        "end": {
          "line": 161,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 5626,
      "end": 5631,
      "loc": {
        "start": {
          "line": 162,
          "column": 6
        },
        "end": {
          "line": 162,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5631,
      "end": 5632,
      "loc": {
        "start": {
          "line": 162,
          "column": 11
        },
        "end": {
          "line": 162,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5633,
      "end": 5637,
      "loc": {
        "start": {
          "line": 162,
          "column": 13
        },
        "end": {
          "line": 162,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5637,
      "end": 5638,
      "loc": {
        "start": {
          "line": 162,
          "column": 17
        },
        "end": {
          "line": 162,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 5638,
      "end": 5648,
      "loc": {
        "start": {
          "line": 162,
          "column": 18
        },
        "end": {
          "line": 162,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5648,
      "end": 5649,
      "loc": {
        "start": {
          "line": 162,
          "column": 28
        },
        "end": {
          "line": 162,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 5649,
      "end": 5658,
      "loc": {
        "start": {
          "line": 162,
          "column": 29
        },
        "end": {
          "line": 162,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5658,
      "end": 5659,
      "loc": {
        "start": {
          "line": 162,
          "column": 38
        },
        "end": {
          "line": 162,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5664,
      "end": 5665,
      "loc": {
        "start": {
          "line": 163,
          "column": 4
        },
        "end": {
          "line": 163,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5665,
      "end": 5666,
      "loc": {
        "start": {
          "line": 163,
          "column": 5
        },
        "end": {
          "line": 163,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 5672,
      "end": 5678,
      "loc": {
        "start": {
          "line": 165,
          "column": 4
        },
        "end": {
          "line": 165,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 5679,
      "end": 5684,
      "loc": {
        "start": {
          "line": 165,
          "column": 11
        },
        "end": {
          "line": 165,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5684,
      "end": 5685,
      "loc": {
        "start": {
          "line": 165,
          "column": 16
        },
        "end": {
          "line": 165,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 5685,
      "end": 5686,
      "loc": {
        "start": {
          "line": 165,
          "column": 17
        },
        "end": {
          "line": 165,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5686,
      "end": 5687,
      "loc": {
        "start": {
          "line": 165,
          "column": 18
        },
        "end": {
          "line": 165,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 5687,
      "end": 5695,
      "loc": {
        "start": {
          "line": 165,
          "column": 19
        },
        "end": {
          "line": 165,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5695,
      "end": 5696,
      "loc": {
        "start": {
          "line": 165,
          "column": 27
        },
        "end": {
          "line": 165,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 5696,
      "end": 5701,
      "loc": {
        "start": {
          "line": 165,
          "column": 28
        },
        "end": {
          "line": 165,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5701,
      "end": 5702,
      "loc": {
        "start": {
          "line": 165,
          "column": 33
        },
        "end": {
          "line": 165,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5702,
      "end": 5703,
      "loc": {
        "start": {
          "line": 165,
          "column": 34
        },
        "end": {
          "line": 165,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 5703,
      "end": 5709,
      "loc": {
        "start": {
          "line": 165,
          "column": 35
        },
        "end": {
          "line": 165,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5709,
      "end": 5710,
      "loc": {
        "start": {
          "line": 165,
          "column": 41
        },
        "end": {
          "line": 165,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5710,
      "end": 5711,
      "loc": {
        "start": {
          "line": 165,
          "column": 42
        },
        "end": {
          "line": 165,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "trim",
      "start": 5711,
      "end": 5715,
      "loc": {
        "start": {
          "line": 165,
          "column": 43
        },
        "end": {
          "line": 165,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5715,
      "end": 5716,
      "loc": {
        "start": {
          "line": 165,
          "column": 47
        },
        "end": {
          "line": 165,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5716,
      "end": 5717,
      "loc": {
        "start": {
          "line": 165,
          "column": 48
        },
        "end": {
          "line": 165,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5718,
      "end": 5719,
      "loc": {
        "start": {
          "line": 165,
          "column": 50
        },
        "end": {
          "line": 165,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ";",
      "start": 5720,
      "end": 5723,
      "loc": {
        "start": {
          "line": 165,
          "column": 52
        },
        "end": {
          "line": 165,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5723,
      "end": 5724,
      "loc": {
        "start": {
          "line": 165,
          "column": 55
        },
        "end": {
          "line": 165,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5727,
      "end": 5728,
      "loc": {
        "start": {
          "line": 166,
          "column": 2
        },
        "end": {
          "line": 166,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5728,
      "end": 5729,
      "loc": {
        "start": {
          "line": 166,
          "column": 3
        },
        "end": {
          "line": 166,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addColumnQuery",
      "start": 5733,
      "end": 5747,
      "loc": {
        "start": {
          "line": 168,
          "column": 2
        },
        "end": {
          "line": 168,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5747,
      "end": 5748,
      "loc": {
        "start": {
          "line": 168,
          "column": 16
        },
        "end": {
          "line": 168,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 5748,
      "end": 5753,
      "loc": {
        "start": {
          "line": 168,
          "column": 17
        },
        "end": {
          "line": 168,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5753,
      "end": 5754,
      "loc": {
        "start": {
          "line": 168,
          "column": 22
        },
        "end": {
          "line": 168,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 5755,
      "end": 5758,
      "loc": {
        "start": {
          "line": 168,
          "column": 24
        },
        "end": {
          "line": 168,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5758,
      "end": 5759,
      "loc": {
        "start": {
          "line": 168,
          "column": 27
        },
        "end": {
          "line": 168,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 5760,
      "end": 5768,
      "loc": {
        "start": {
          "line": 168,
          "column": 29
        },
        "end": {
          "line": 168,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5768,
      "end": 5769,
      "loc": {
        "start": {
          "line": 168,
          "column": 37
        },
        "end": {
          "line": 168,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5770,
      "end": 5771,
      "loc": {
        "start": {
          "line": 168,
          "column": 39
        },
        "end": {
          "line": 168,
          "column": 40
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " FIXME: attributeToSQL SHOULD be using attributes in addColumnQuery",
      "start": 5776,
      "end": 5845,
      "loc": {
        "start": {
          "line": 169,
          "column": 4
        },
        "end": {
          "line": 169,
          "column": 73
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "        but instead we need to pass the key along as the field here",
      "start": 5850,
      "end": 5919,
      "loc": {
        "start": {
          "line": 170,
          "column": 4
        },
        "end": {
          "line": 170,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 5924,
      "end": 5932,
      "loc": {
        "start": {
          "line": 171,
          "column": 4
        },
        "end": {
          "line": 171,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5932,
      "end": 5933,
      "loc": {
        "start": {
          "line": 171,
          "column": 12
        },
        "end": {
          "line": 171,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 5933,
      "end": 5938,
      "loc": {
        "start": {
          "line": 171,
          "column": 13
        },
        "end": {
          "line": 171,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5939,
      "end": 5940,
      "loc": {
        "start": {
          "line": 171,
          "column": 19
        },
        "end": {
          "line": 171,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 5941,
      "end": 5944,
      "loc": {
        "start": {
          "line": 171,
          "column": 21
        },
        "end": {
          "line": 171,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5944,
      "end": 5945,
      "loc": {
        "start": {
          "line": 171,
          "column": 24
        },
        "end": {
          "line": 171,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 5951,
      "end": 5954,
      "loc": {
        "start": {
          "line": 173,
          "column": 4
        },
        "end": {
          "line": 173,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 5955,
      "end": 5960,
      "loc": {
        "start": {
          "line": 173,
          "column": 8
        },
        "end": {
          "line": 173,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5961,
      "end": 5962,
      "loc": {
        "start": {
          "line": 173,
          "column": 14
        },
        "end": {
          "line": 173,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "ALTER TABLE <%= table %> ADD <%= attribute %>;",
      "start": 5963,
      "end": 6011,
      "loc": {
        "start": {
          "line": 173,
          "column": 16
        },
        "end": {
          "line": 173,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6018,
      "end": 6019,
      "loc": {
        "start": {
          "line": 174,
          "column": 6
        },
        "end": {
          "line": 174,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 6020,
      "end": 6029,
      "loc": {
        "start": {
          "line": 174,
          "column": 8
        },
        "end": {
          "line": 174,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6030,
      "end": 6031,
      "loc": {
        "start": {
          "line": 174,
          "column": 18
        },
        "end": {
          "line": 174,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 6032,
      "end": 6037,
      "loc": {
        "start": {
          "line": 174,
          "column": 20
        },
        "end": {
          "line": 174,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6037,
      "end": 6038,
      "loc": {
        "start": {
          "line": 174,
          "column": 25
        },
        "end": {
          "line": 174,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 6038,
      "end": 6039,
      "loc": {
        "start": {
          "line": 174,
          "column": 26
        },
        "end": {
          "line": 174,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6039,
      "end": 6040,
      "loc": {
        "start": {
          "line": 174,
          "column": 27
        },
        "end": {
          "line": 174,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 6040,
      "end": 6048,
      "loc": {
        "start": {
          "line": 174,
          "column": 28
        },
        "end": {
          "line": 174,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6048,
      "end": 6049,
      "loc": {
        "start": {
          "line": 174,
          "column": 36
        },
        "end": {
          "line": 174,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "<%= key %> <%= definition %>",
      "start": 6049,
      "end": 6079,
      "loc": {
        "start": {
          "line": 174,
          "column": 37
        },
        "end": {
          "line": 174,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6079,
      "end": 6080,
      "loc": {
        "start": {
          "line": 174,
          "column": 67
        },
        "end": {
          "line": 174,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6080,
      "end": 6081,
      "loc": {
        "start": {
          "line": 174,
          "column": 68
        },
        "end": {
          "line": 174,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6081,
      "end": 6082,
      "loc": {
        "start": {
          "line": 174,
          "column": 69
        },
        "end": {
          "line": 174,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 6091,
      "end": 6094,
      "loc": {
        "start": {
          "line": 175,
          "column": 8
        },
        "end": {
          "line": 175,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6094,
      "end": 6095,
      "loc": {
        "start": {
          "line": 175,
          "column": 11
        },
        "end": {
          "line": 175,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6096,
      "end": 6100,
      "loc": {
        "start": {
          "line": 175,
          "column": 13
        },
        "end": {
          "line": 175,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6100,
      "end": 6101,
      "loc": {
        "start": {
          "line": 175,
          "column": 17
        },
        "end": {
          "line": 175,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 6101,
      "end": 6116,
      "loc": {
        "start": {
          "line": 175,
          "column": 18
        },
        "end": {
          "line": 175,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6116,
      "end": 6117,
      "loc": {
        "start": {
          "line": 175,
          "column": 33
        },
        "end": {
          "line": 175,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 6117,
      "end": 6120,
      "loc": {
        "start": {
          "line": 175,
          "column": 34
        },
        "end": {
          "line": 175,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6120,
      "end": 6121,
      "loc": {
        "start": {
          "line": 175,
          "column": 37
        },
        "end": {
          "line": 175,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6121,
      "end": 6122,
      "loc": {
        "start": {
          "line": 175,
          "column": 38
        },
        "end": {
          "line": 175,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "definition",
      "start": 6131,
      "end": 6141,
      "loc": {
        "start": {
          "line": 176,
          "column": 8
        },
        "end": {
          "line": 176,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6141,
      "end": 6142,
      "loc": {
        "start": {
          "line": 176,
          "column": 18
        },
        "end": {
          "line": 176,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6143,
      "end": 6147,
      "loc": {
        "start": {
          "line": 176,
          "column": 20
        },
        "end": {
          "line": 176,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6147,
      "end": 6148,
      "loc": {
        "start": {
          "line": 176,
          "column": 24
        },
        "end": {
          "line": 176,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeToSQL",
      "start": 6148,
      "end": 6162,
      "loc": {
        "start": {
          "line": 176,
          "column": 25
        },
        "end": {
          "line": 176,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6162,
      "end": 6163,
      "loc": {
        "start": {
          "line": 176,
          "column": 39
        },
        "end": {
          "line": 176,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 6163,
      "end": 6171,
      "loc": {
        "start": {
          "line": 176,
          "column": 40
        },
        "end": {
          "line": 176,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6171,
      "end": 6172,
      "loc": {
        "start": {
          "line": 176,
          "column": 48
        },
        "end": {
          "line": 176,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6173,
      "end": 6174,
      "loc": {
        "start": {
          "line": 176,
          "column": 50
        },
        "end": {
          "line": 176,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "context",
      "start": 6185,
      "end": 6192,
      "loc": {
        "start": {
          "line": 177,
          "column": 10
        },
        "end": {
          "line": 177,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6192,
      "end": 6193,
      "loc": {
        "start": {
          "line": 177,
          "column": 17
        },
        "end": {
          "line": 177,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "addColumn",
      "start": 6194,
      "end": 6205,
      "loc": {
        "start": {
          "line": 177,
          "column": 19
        },
        "end": {
          "line": 177,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6214,
      "end": 6215,
      "loc": {
        "start": {
          "line": 178,
          "column": 8
        },
        "end": {
          "line": 178,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6215,
      "end": 6216,
      "loc": {
        "start": {
          "line": 178,
          "column": 9
        },
        "end": {
          "line": 178,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6223,
      "end": 6224,
      "loc": {
        "start": {
          "line": 179,
          "column": 6
        },
        "end": {
          "line": 179,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6224,
      "end": 6225,
      "loc": {
        "start": {
          "line": 179,
          "column": 7
        },
        "end": {
          "line": 179,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6225,
      "end": 6226,
      "loc": {
        "start": {
          "line": 179,
          "column": 8
        },
        "end": {
          "line": 179,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 6232,
      "end": 6238,
      "loc": {
        "start": {
          "line": 181,
          "column": 4
        },
        "end": {
          "line": 181,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 6239,
      "end": 6244,
      "loc": {
        "start": {
          "line": 181,
          "column": 11
        },
        "end": {
          "line": 181,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6244,
      "end": 6245,
      "loc": {
        "start": {
          "line": 181,
          "column": 16
        },
        "end": {
          "line": 181,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 6245,
      "end": 6246,
      "loc": {
        "start": {
          "line": 181,
          "column": 17
        },
        "end": {
          "line": 181,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6246,
      "end": 6247,
      "loc": {
        "start": {
          "line": 181,
          "column": 18
        },
        "end": {
          "line": 181,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 6247,
      "end": 6255,
      "loc": {
        "start": {
          "line": 181,
          "column": 19
        },
        "end": {
          "line": 181,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6255,
      "end": 6256,
      "loc": {
        "start": {
          "line": 181,
          "column": 27
        },
        "end": {
          "line": 181,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 6256,
      "end": 6261,
      "loc": {
        "start": {
          "line": 181,
          "column": 28
        },
        "end": {
          "line": 181,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6261,
      "end": 6262,
      "loc": {
        "start": {
          "line": 181,
          "column": 33
        },
        "end": {
          "line": 181,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6262,
      "end": 6263,
      "loc": {
        "start": {
          "line": 181,
          "column": 34
        },
        "end": {
          "line": 181,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6263,
      "end": 6264,
      "loc": {
        "start": {
          "line": 181,
          "column": 35
        },
        "end": {
          "line": 181,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 6271,
      "end": 6276,
      "loc": {
        "start": {
          "line": 182,
          "column": 6
        },
        "end": {
          "line": 182,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6276,
      "end": 6277,
      "loc": {
        "start": {
          "line": 182,
          "column": 11
        },
        "end": {
          "line": 182,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6278,
      "end": 6282,
      "loc": {
        "start": {
          "line": 182,
          "column": 13
        },
        "end": {
          "line": 182,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6282,
      "end": 6283,
      "loc": {
        "start": {
          "line": 182,
          "column": 17
        },
        "end": {
          "line": 182,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 6283,
      "end": 6293,
      "loc": {
        "start": {
          "line": 182,
          "column": 18
        },
        "end": {
          "line": 182,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6293,
      "end": 6294,
      "loc": {
        "start": {
          "line": 182,
          "column": 28
        },
        "end": {
          "line": 182,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 6294,
      "end": 6299,
      "loc": {
        "start": {
          "line": 182,
          "column": 29
        },
        "end": {
          "line": 182,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6299,
      "end": 6300,
      "loc": {
        "start": {
          "line": 182,
          "column": 34
        },
        "end": {
          "line": 182,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6300,
      "end": 6301,
      "loc": {
        "start": {
          "line": 182,
          "column": 35
        },
        "end": {
          "line": 182,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 6308,
      "end": 6317,
      "loc": {
        "start": {
          "line": 183,
          "column": 6
        },
        "end": {
          "line": 183,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6322,
      "end": 6323,
      "loc": {
        "start": {
          "line": 184,
          "column": 4
        },
        "end": {
          "line": 184,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6323,
      "end": 6324,
      "loc": {
        "start": {
          "line": 184,
          "column": 5
        },
        "end": {
          "line": 184,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6324,
      "end": 6325,
      "loc": {
        "start": {
          "line": 184,
          "column": 6
        },
        "end": {
          "line": 184,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6328,
      "end": 6329,
      "loc": {
        "start": {
          "line": 185,
          "column": 2
        },
        "end": {
          "line": 185,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6329,
      "end": 6330,
      "loc": {
        "start": {
          "line": 185,
          "column": 3
        },
        "end": {
          "line": 185,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeColumnQuery",
      "start": 6334,
      "end": 6351,
      "loc": {
        "start": {
          "line": 187,
          "column": 2
        },
        "end": {
          "line": 187,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6351,
      "end": 6352,
      "loc": {
        "start": {
          "line": 187,
          "column": 19
        },
        "end": {
          "line": 187,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 6352,
      "end": 6361,
      "loc": {
        "start": {
          "line": 187,
          "column": 20
        },
        "end": {
          "line": 187,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6361,
      "end": 6362,
      "loc": {
        "start": {
          "line": 187,
          "column": 29
        },
        "end": {
          "line": 187,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeName",
      "start": 6363,
      "end": 6376,
      "loc": {
        "start": {
          "line": 187,
          "column": 31
        },
        "end": {
          "line": 187,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6376,
      "end": 6377,
      "loc": {
        "start": {
          "line": 187,
          "column": 44
        },
        "end": {
          "line": 187,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6378,
      "end": 6379,
      "loc": {
        "start": {
          "line": 187,
          "column": 46
        },
        "end": {
          "line": 187,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 6384,
      "end": 6387,
      "loc": {
        "start": {
          "line": 188,
          "column": 4
        },
        "end": {
          "line": 188,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 6388,
      "end": 6393,
      "loc": {
        "start": {
          "line": 188,
          "column": 8
        },
        "end": {
          "line": 188,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6394,
      "end": 6395,
      "loc": {
        "start": {
          "line": 188,
          "column": 14
        },
        "end": {
          "line": 188,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "ALTER TABLE <%= tableName %> DROP COLUMN <%= attributeName %>;",
      "start": 6396,
      "end": 6460,
      "loc": {
        "start": {
          "line": 188,
          "column": 16
        },
        "end": {
          "line": 188,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6460,
      "end": 6461,
      "loc": {
        "start": {
          "line": 188,
          "column": 80
        },
        "end": {
          "line": 188,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 6466,
      "end": 6472,
      "loc": {
        "start": {
          "line": 189,
          "column": 4
        },
        "end": {
          "line": 189,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 6473,
      "end": 6478,
      "loc": {
        "start": {
          "line": 189,
          "column": 11
        },
        "end": {
          "line": 189,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6478,
      "end": 6479,
      "loc": {
        "start": {
          "line": 189,
          "column": 16
        },
        "end": {
          "line": 189,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 6479,
      "end": 6480,
      "loc": {
        "start": {
          "line": 189,
          "column": 17
        },
        "end": {
          "line": 189,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6480,
      "end": 6481,
      "loc": {
        "start": {
          "line": 189,
          "column": 18
        },
        "end": {
          "line": 189,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 6481,
      "end": 6489,
      "loc": {
        "start": {
          "line": 189,
          "column": 19
        },
        "end": {
          "line": 189,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6489,
      "end": 6490,
      "loc": {
        "start": {
          "line": 189,
          "column": 27
        },
        "end": {
          "line": 189,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 6490,
      "end": 6495,
      "loc": {
        "start": {
          "line": 189,
          "column": 28
        },
        "end": {
          "line": 189,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6495,
      "end": 6496,
      "loc": {
        "start": {
          "line": 189,
          "column": 33
        },
        "end": {
          "line": 189,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6496,
      "end": 6497,
      "loc": {
        "start": {
          "line": 189,
          "column": 34
        },
        "end": {
          "line": 189,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6497,
      "end": 6498,
      "loc": {
        "start": {
          "line": 189,
          "column": 35
        },
        "end": {
          "line": 189,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 6505,
      "end": 6514,
      "loc": {
        "start": {
          "line": 190,
          "column": 6
        },
        "end": {
          "line": 190,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6514,
      "end": 6515,
      "loc": {
        "start": {
          "line": 190,
          "column": 15
        },
        "end": {
          "line": 190,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6516,
      "end": 6520,
      "loc": {
        "start": {
          "line": 190,
          "column": 17
        },
        "end": {
          "line": 190,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6520,
      "end": 6521,
      "loc": {
        "start": {
          "line": 190,
          "column": 21
        },
        "end": {
          "line": 190,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 6521,
      "end": 6531,
      "loc": {
        "start": {
          "line": 190,
          "column": 22
        },
        "end": {
          "line": 190,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6531,
      "end": 6532,
      "loc": {
        "start": {
          "line": 190,
          "column": 32
        },
        "end": {
          "line": 190,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 6532,
      "end": 6541,
      "loc": {
        "start": {
          "line": 190,
          "column": 33
        },
        "end": {
          "line": 190,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6541,
      "end": 6542,
      "loc": {
        "start": {
          "line": 190,
          "column": 42
        },
        "end": {
          "line": 190,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6542,
      "end": 6543,
      "loc": {
        "start": {
          "line": 190,
          "column": 43
        },
        "end": {
          "line": 190,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeName",
      "start": 6550,
      "end": 6563,
      "loc": {
        "start": {
          "line": 191,
          "column": 6
        },
        "end": {
          "line": 191,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6563,
      "end": 6564,
      "loc": {
        "start": {
          "line": 191,
          "column": 19
        },
        "end": {
          "line": 191,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6565,
      "end": 6569,
      "loc": {
        "start": {
          "line": 191,
          "column": 21
        },
        "end": {
          "line": 191,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6569,
      "end": 6570,
      "loc": {
        "start": {
          "line": 191,
          "column": 25
        },
        "end": {
          "line": 191,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 6570,
      "end": 6585,
      "loc": {
        "start": {
          "line": 191,
          "column": 26
        },
        "end": {
          "line": 191,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6585,
      "end": 6586,
      "loc": {
        "start": {
          "line": 191,
          "column": 41
        },
        "end": {
          "line": 191,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeName",
      "start": 6586,
      "end": 6599,
      "loc": {
        "start": {
          "line": 191,
          "column": 42
        },
        "end": {
          "line": 191,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6599,
      "end": 6600,
      "loc": {
        "start": {
          "line": 191,
          "column": 55
        },
        "end": {
          "line": 191,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6605,
      "end": 6606,
      "loc": {
        "start": {
          "line": 192,
          "column": 4
        },
        "end": {
          "line": 192,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6606,
      "end": 6607,
      "loc": {
        "start": {
          "line": 192,
          "column": 5
        },
        "end": {
          "line": 192,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6607,
      "end": 6608,
      "loc": {
        "start": {
          "line": 192,
          "column": 6
        },
        "end": {
          "line": 192,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6611,
      "end": 6612,
      "loc": {
        "start": {
          "line": 193,
          "column": 2
        },
        "end": {
          "line": 193,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6612,
      "end": 6613,
      "loc": {
        "start": {
          "line": 193,
          "column": 3
        },
        "end": {
          "line": 193,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "changeColumnQuery",
      "start": 6617,
      "end": 6634,
      "loc": {
        "start": {
          "line": 195,
          "column": 2
        },
        "end": {
          "line": 195,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6634,
      "end": 6635,
      "loc": {
        "start": {
          "line": 195,
          "column": 19
        },
        "end": {
          "line": 195,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 6635,
      "end": 6644,
      "loc": {
        "start": {
          "line": 195,
          "column": 20
        },
        "end": {
          "line": 195,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6644,
      "end": 6645,
      "loc": {
        "start": {
          "line": 195,
          "column": 29
        },
        "end": {
          "line": 195,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 6646,
      "end": 6656,
      "loc": {
        "start": {
          "line": 195,
          "column": 31
        },
        "end": {
          "line": 195,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6656,
      "end": 6657,
      "loc": {
        "start": {
          "line": 195,
          "column": 41
        },
        "end": {
          "line": 195,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6658,
      "end": 6659,
      "loc": {
        "start": {
          "line": 195,
          "column": 43
        },
        "end": {
          "line": 195,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 6664,
      "end": 6667,
      "loc": {
        "start": {
          "line": 196,
          "column": 4
        },
        "end": {
          "line": 196,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 6668,
      "end": 6673,
      "loc": {
        "start": {
          "line": 196,
          "column": 8
        },
        "end": {
          "line": 196,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6674,
      "end": 6675,
      "loc": {
        "start": {
          "line": 196,
          "column": 14
        },
        "end": {
          "line": 196,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "ALTER TABLE <%= tableName %> <%= query %>;",
      "start": 6676,
      "end": 6720,
      "loc": {
        "start": {
          "line": 196,
          "column": 16
        },
        "end": {
          "line": 196,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6720,
      "end": 6721,
      "loc": {
        "start": {
          "line": 196,
          "column": 60
        },
        "end": {
          "line": 196,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 6726,
      "end": 6729,
      "loc": {
        "start": {
          "line": 197,
          "column": 4
        },
        "end": {
          "line": 197,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrString",
      "start": 6730,
      "end": 6740,
      "loc": {
        "start": {
          "line": 197,
          "column": 8
        },
        "end": {
          "line": 197,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6741,
      "end": 6742,
      "loc": {
        "start": {
          "line": 197,
          "column": 19
        },
        "end": {
          "line": 197,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6743,
      "end": 6744,
      "loc": {
        "start": {
          "line": 197,
          "column": 21
        },
        "end": {
          "line": 197,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6744,
      "end": 6745,
      "loc": {
        "start": {
          "line": 197,
          "column": 22
        },
        "end": {
          "line": 197,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6745,
      "end": 6746,
      "loc": {
        "start": {
          "line": 197,
          "column": 23
        },
        "end": {
          "line": 197,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constraintString",
      "start": 6747,
      "end": 6763,
      "loc": {
        "start": {
          "line": 197,
          "column": 25
        },
        "end": {
          "line": 197,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6764,
      "end": 6765,
      "loc": {
        "start": {
          "line": 197,
          "column": 42
        },
        "end": {
          "line": 197,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6766,
      "end": 6767,
      "loc": {
        "start": {
          "line": 197,
          "column": 44
        },
        "end": {
          "line": 197,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6767,
      "end": 6768,
      "loc": {
        "start": {
          "line": 197,
          "column": 45
        },
        "end": {
          "line": 197,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6768,
      "end": 6769,
      "loc": {
        "start": {
          "line": 197,
          "column": 46
        },
        "end": {
          "line": 197,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 6775,
      "end": 6778,
      "loc": {
        "start": {
          "line": 199,
          "column": 4
        },
        "end": {
          "line": 199,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6779,
      "end": 6780,
      "loc": {
        "start": {
          "line": 199,
          "column": 8
        },
        "end": {
          "line": 199,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 6780,
      "end": 6783,
      "loc": {
        "start": {
          "line": 199,
          "column": 9
        },
        "end": {
          "line": 199,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeName",
      "start": 6784,
      "end": 6797,
      "loc": {
        "start": {
          "line": 199,
          "column": 13
        },
        "end": {
          "line": 199,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "in",
        "keyword": "in",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "in",
      "start": 6798,
      "end": 6800,
      "loc": {
        "start": {
          "line": 199,
          "column": 27
        },
        "end": {
          "line": 199,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 6801,
      "end": 6811,
      "loc": {
        "start": {
          "line": 199,
          "column": 30
        },
        "end": {
          "line": 199,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6811,
      "end": 6812,
      "loc": {
        "start": {
          "line": 199,
          "column": 40
        },
        "end": {
          "line": 199,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6813,
      "end": 6814,
      "loc": {
        "start": {
          "line": 199,
          "column": 42
        },
        "end": {
          "line": 199,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 6821,
      "end": 6824,
      "loc": {
        "start": {
          "line": 200,
          "column": 6
        },
        "end": {
          "line": 200,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "definition",
      "start": 6825,
      "end": 6835,
      "loc": {
        "start": {
          "line": 200,
          "column": 10
        },
        "end": {
          "line": 200,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6836,
      "end": 6837,
      "loc": {
        "start": {
          "line": 200,
          "column": 21
        },
        "end": {
          "line": 200,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 6838,
      "end": 6848,
      "loc": {
        "start": {
          "line": 200,
          "column": 23
        },
        "end": {
          "line": 200,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6848,
      "end": 6849,
      "loc": {
        "start": {
          "line": 200,
          "column": 33
        },
        "end": {
          "line": 200,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeName",
      "start": 6849,
      "end": 6862,
      "loc": {
        "start": {
          "line": 200,
          "column": 34
        },
        "end": {
          "line": 200,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6862,
      "end": 6863,
      "loc": {
        "start": {
          "line": 200,
          "column": 47
        },
        "end": {
          "line": 200,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6863,
      "end": 6864,
      "loc": {
        "start": {
          "line": 200,
          "column": 48
        },
        "end": {
          "line": 200,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 6871,
      "end": 6873,
      "loc": {
        "start": {
          "line": 201,
          "column": 6
        },
        "end": {
          "line": 201,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6874,
      "end": 6875,
      "loc": {
        "start": {
          "line": 201,
          "column": 9
        },
        "end": {
          "line": 201,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "definition",
      "start": 6875,
      "end": 6885,
      "loc": {
        "start": {
          "line": 201,
          "column": 10
        },
        "end": {
          "line": 201,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6885,
      "end": 6886,
      "loc": {
        "start": {
          "line": 201,
          "column": 20
        },
        "end": {
          "line": 201,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 6886,
      "end": 6891,
      "loc": {
        "start": {
          "line": 201,
          "column": 21
        },
        "end": {
          "line": 201,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6891,
      "end": 6892,
      "loc": {
        "start": {
          "line": 201,
          "column": 26
        },
        "end": {
          "line": 201,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "REFERENCES",
        "flags": ""
      },
      "start": 6892,
      "end": 6904,
      "loc": {
        "start": {
          "line": 201,
          "column": 27
        },
        "end": {
          "line": 201,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6904,
      "end": 6905,
      "loc": {
        "start": {
          "line": 201,
          "column": 39
        },
        "end": {
          "line": 201,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6905,
      "end": 6906,
      "loc": {
        "start": {
          "line": 201,
          "column": 40
        },
        "end": {
          "line": 201,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6907,
      "end": 6908,
      "loc": {
        "start": {
          "line": 201,
          "column": 42
        },
        "end": {
          "line": 201,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constraintString",
      "start": 6917,
      "end": 6933,
      "loc": {
        "start": {
          "line": 202,
          "column": 8
        },
        "end": {
          "line": 202,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6933,
      "end": 6934,
      "loc": {
        "start": {
          "line": 202,
          "column": 24
        },
        "end": {
          "line": 202,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 6934,
      "end": 6938,
      "loc": {
        "start": {
          "line": 202,
          "column": 25
        },
        "end": {
          "line": 202,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6938,
      "end": 6939,
      "loc": {
        "start": {
          "line": 202,
          "column": 29
        },
        "end": {
          "line": 202,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 6939,
      "end": 6944,
      "loc": {
        "start": {
          "line": 202,
          "column": 30
        },
        "end": {
          "line": 202,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6944,
      "end": 6945,
      "loc": {
        "start": {
          "line": 202,
          "column": 35
        },
        "end": {
          "line": 202,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 6945,
      "end": 6946,
      "loc": {
        "start": {
          "line": 202,
          "column": 36
        },
        "end": {
          "line": 202,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6946,
      "end": 6947,
      "loc": {
        "start": {
          "line": 202,
          "column": 37
        },
        "end": {
          "line": 202,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 6947,
      "end": 6955,
      "loc": {
        "start": {
          "line": 202,
          "column": 38
        },
        "end": {
          "line": 202,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6955,
      "end": 6956,
      "loc": {
        "start": {
          "line": 202,
          "column": 46
        },
        "end": {
          "line": 202,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "<%= fkName %> FOREIGN KEY (<%= attrName %>) <%= definition %>",
      "start": 6956,
      "end": 7019,
      "loc": {
        "start": {
          "line": 202,
          "column": 47
        },
        "end": {
          "line": 202,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7019,
      "end": 7020,
      "loc": {
        "start": {
          "line": 202,
          "column": 110
        },
        "end": {
          "line": 202,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7020,
      "end": 7021,
      "loc": {
        "start": {
          "line": 202,
          "column": 111
        },
        "end": {
          "line": 202,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7021,
      "end": 7022,
      "loc": {
        "start": {
          "line": 202,
          "column": 112
        },
        "end": {
          "line": 202,
          "column": 113
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fkName",
      "start": 7033,
      "end": 7039,
      "loc": {
        "start": {
          "line": 203,
          "column": 10
        },
        "end": {
          "line": 203,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7039,
      "end": 7040,
      "loc": {
        "start": {
          "line": 203,
          "column": 16
        },
        "end": {
          "line": 203,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7041,
      "end": 7045,
      "loc": {
        "start": {
          "line": 203,
          "column": 18
        },
        "end": {
          "line": 203,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7045,
      "end": 7046,
      "loc": {
        "start": {
          "line": 203,
          "column": 22
        },
        "end": {
          "line": 203,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 7046,
      "end": 7061,
      "loc": {
        "start": {
          "line": 203,
          "column": 23
        },
        "end": {
          "line": 203,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7061,
      "end": 7062,
      "loc": {
        "start": {
          "line": 203,
          "column": 38
        },
        "end": {
          "line": 203,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeName",
      "start": 7062,
      "end": 7075,
      "loc": {
        "start": {
          "line": 203,
          "column": 39
        },
        "end": {
          "line": 203,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 7076,
      "end": 7077,
      "loc": {
        "start": {
          "line": 203,
          "column": 53
        },
        "end": {
          "line": 203,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "_foreign_idx",
      "start": 7078,
      "end": 7092,
      "loc": {
        "start": {
          "line": 203,
          "column": 55
        },
        "end": {
          "line": 203,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7092,
      "end": 7093,
      "loc": {
        "start": {
          "line": 203,
          "column": 69
        },
        "end": {
          "line": 203,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7093,
      "end": 7094,
      "loc": {
        "start": {
          "line": 203,
          "column": 70
        },
        "end": {
          "line": 203,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrName",
      "start": 7105,
      "end": 7113,
      "loc": {
        "start": {
          "line": 204,
          "column": 10
        },
        "end": {
          "line": 204,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7113,
      "end": 7114,
      "loc": {
        "start": {
          "line": 204,
          "column": 18
        },
        "end": {
          "line": 204,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7115,
      "end": 7119,
      "loc": {
        "start": {
          "line": 204,
          "column": 20
        },
        "end": {
          "line": 204,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7119,
      "end": 7120,
      "loc": {
        "start": {
          "line": 204,
          "column": 24
        },
        "end": {
          "line": 204,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 7120,
      "end": 7135,
      "loc": {
        "start": {
          "line": 204,
          "column": 25
        },
        "end": {
          "line": 204,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7135,
      "end": 7136,
      "loc": {
        "start": {
          "line": 204,
          "column": 40
        },
        "end": {
          "line": 204,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeName",
      "start": 7136,
      "end": 7149,
      "loc": {
        "start": {
          "line": 204,
          "column": 41
        },
        "end": {
          "line": 204,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7149,
      "end": 7150,
      "loc": {
        "start": {
          "line": 204,
          "column": 54
        },
        "end": {
          "line": 204,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7150,
      "end": 7151,
      "loc": {
        "start": {
          "line": 204,
          "column": 55
        },
        "end": {
          "line": 204,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "definition",
      "start": 7162,
      "end": 7172,
      "loc": {
        "start": {
          "line": 205,
          "column": 10
        },
        "end": {
          "line": 205,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7172,
      "end": 7173,
      "loc": {
        "start": {
          "line": 205,
          "column": 20
        },
        "end": {
          "line": 205,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "definition",
      "start": 7174,
      "end": 7184,
      "loc": {
        "start": {
          "line": 205,
          "column": 22
        },
        "end": {
          "line": 205,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7184,
      "end": 7185,
      "loc": {
        "start": {
          "line": 205,
          "column": 32
        },
        "end": {
          "line": 205,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replace",
      "start": 7185,
      "end": 7192,
      "loc": {
        "start": {
          "line": 205,
          "column": 33
        },
        "end": {
          "line": 205,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7192,
      "end": 7193,
      "loc": {
        "start": {
          "line": 205,
          "column": 40
        },
        "end": {
          "line": 205,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": ".+?(?=REFERENCES)",
        "flags": ""
      },
      "start": 7193,
      "end": 7212,
      "loc": {
        "start": {
          "line": 205,
          "column": 41
        },
        "end": {
          "line": 205,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7212,
      "end": 7213,
      "loc": {
        "start": {
          "line": 205,
          "column": 60
        },
        "end": {
          "line": 205,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 7214,
      "end": 7216,
      "loc": {
        "start": {
          "line": 205,
          "column": 62
        },
        "end": {
          "line": 205,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7216,
      "end": 7217,
      "loc": {
        "start": {
          "line": 205,
          "column": 64
        },
        "end": {
          "line": 205,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7226,
      "end": 7227,
      "loc": {
        "start": {
          "line": 206,
          "column": 8
        },
        "end": {
          "line": 206,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7227,
      "end": 7228,
      "loc": {
        "start": {
          "line": 206,
          "column": 9
        },
        "end": {
          "line": 206,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7228,
      "end": 7229,
      "loc": {
        "start": {
          "line": 206,
          "column": 10
        },
        "end": {
          "line": 206,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7229,
      "end": 7230,
      "loc": {
        "start": {
          "line": 206,
          "column": 11
        },
        "end": {
          "line": 206,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7237,
      "end": 7238,
      "loc": {
        "start": {
          "line": 207,
          "column": 6
        },
        "end": {
          "line": 207,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 7239,
      "end": 7243,
      "loc": {
        "start": {
          "line": 207,
          "column": 8
        },
        "end": {
          "line": 207,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7244,
      "end": 7245,
      "loc": {
        "start": {
          "line": 207,
          "column": 13
        },
        "end": {
          "line": 207,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrString",
      "start": 7254,
      "end": 7264,
      "loc": {
        "start": {
          "line": 208,
          "column": 8
        },
        "end": {
          "line": 208,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7264,
      "end": 7265,
      "loc": {
        "start": {
          "line": 208,
          "column": 18
        },
        "end": {
          "line": 208,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 7265,
      "end": 7269,
      "loc": {
        "start": {
          "line": 208,
          "column": 19
        },
        "end": {
          "line": 208,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7269,
      "end": 7270,
      "loc": {
        "start": {
          "line": 208,
          "column": 23
        },
        "end": {
          "line": 208,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 7270,
      "end": 7275,
      "loc": {
        "start": {
          "line": 208,
          "column": 24
        },
        "end": {
          "line": 208,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7275,
      "end": 7276,
      "loc": {
        "start": {
          "line": 208,
          "column": 29
        },
        "end": {
          "line": 208,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 7276,
      "end": 7277,
      "loc": {
        "start": {
          "line": 208,
          "column": 30
        },
        "end": {
          "line": 208,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7277,
      "end": 7278,
      "loc": {
        "start": {
          "line": 208,
          "column": 31
        },
        "end": {
          "line": 208,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 7278,
      "end": 7286,
      "loc": {
        "start": {
          "line": 208,
          "column": 32
        },
        "end": {
          "line": 208,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7286,
      "end": 7287,
      "loc": {
        "start": {
          "line": 208,
          "column": 40
        },
        "end": {
          "line": 208,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "<%= attrName %> <%= definition %>",
      "start": 7287,
      "end": 7322,
      "loc": {
        "start": {
          "line": 208,
          "column": 41
        },
        "end": {
          "line": 208,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7322,
      "end": 7323,
      "loc": {
        "start": {
          "line": 208,
          "column": 76
        },
        "end": {
          "line": 208,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7323,
      "end": 7324,
      "loc": {
        "start": {
          "line": 208,
          "column": 77
        },
        "end": {
          "line": 208,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7324,
      "end": 7325,
      "loc": {
        "start": {
          "line": 208,
          "column": 78
        },
        "end": {
          "line": 208,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrName",
      "start": 7336,
      "end": 7344,
      "loc": {
        "start": {
          "line": 209,
          "column": 10
        },
        "end": {
          "line": 209,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7344,
      "end": 7345,
      "loc": {
        "start": {
          "line": 209,
          "column": 18
        },
        "end": {
          "line": 209,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7346,
      "end": 7350,
      "loc": {
        "start": {
          "line": 209,
          "column": 20
        },
        "end": {
          "line": 209,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7350,
      "end": 7351,
      "loc": {
        "start": {
          "line": 209,
          "column": 24
        },
        "end": {
          "line": 209,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 7351,
      "end": 7366,
      "loc": {
        "start": {
          "line": 209,
          "column": 25
        },
        "end": {
          "line": 209,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7366,
      "end": 7367,
      "loc": {
        "start": {
          "line": 209,
          "column": 40
        },
        "end": {
          "line": 209,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeName",
      "start": 7367,
      "end": 7380,
      "loc": {
        "start": {
          "line": 209,
          "column": 41
        },
        "end": {
          "line": 209,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7380,
      "end": 7381,
      "loc": {
        "start": {
          "line": 209,
          "column": 54
        },
        "end": {
          "line": 209,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7381,
      "end": 7382,
      "loc": {
        "start": {
          "line": 209,
          "column": 55
        },
        "end": {
          "line": 209,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "definition",
      "start": 7393,
      "end": 7403,
      "loc": {
        "start": {
          "line": 210,
          "column": 10
        },
        "end": {
          "line": 210,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7412,
      "end": 7413,
      "loc": {
        "start": {
          "line": 211,
          "column": 8
        },
        "end": {
          "line": 211,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7413,
      "end": 7414,
      "loc": {
        "start": {
          "line": 211,
          "column": 9
        },
        "end": {
          "line": 211,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7414,
      "end": 7415,
      "loc": {
        "start": {
          "line": 211,
          "column": 10
        },
        "end": {
          "line": 211,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7415,
      "end": 7416,
      "loc": {
        "start": {
          "line": 211,
          "column": 11
        },
        "end": {
          "line": 211,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7423,
      "end": 7424,
      "loc": {
        "start": {
          "line": 212,
          "column": 6
        },
        "end": {
          "line": 212,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7429,
      "end": 7430,
      "loc": {
        "start": {
          "line": 213,
          "column": 4
        },
        "end": {
          "line": 213,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 7436,
      "end": 7439,
      "loc": {
        "start": {
          "line": 215,
          "column": 4
        },
        "end": {
          "line": 215,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "finalQuery",
      "start": 7440,
      "end": 7450,
      "loc": {
        "start": {
          "line": 215,
          "column": 8
        },
        "end": {
          "line": 215,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7451,
      "end": 7452,
      "loc": {
        "start": {
          "line": 215,
          "column": 19
        },
        "end": {
          "line": 215,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 7453,
      "end": 7455,
      "loc": {
        "start": {
          "line": 215,
          "column": 21
        },
        "end": {
          "line": 215,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7455,
      "end": 7456,
      "loc": {
        "start": {
          "line": 215,
          "column": 23
        },
        "end": {
          "line": 215,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7461,
      "end": 7463,
      "loc": {
        "start": {
          "line": 216,
          "column": 4
        },
        "end": {
          "line": 216,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7464,
      "end": 7465,
      "loc": {
        "start": {
          "line": 216,
          "column": 7
        },
        "end": {
          "line": 216,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrString",
      "start": 7465,
      "end": 7475,
      "loc": {
        "start": {
          "line": 216,
          "column": 8
        },
        "end": {
          "line": 216,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7475,
      "end": 7476,
      "loc": {
        "start": {
          "line": 216,
          "column": 18
        },
        "end": {
          "line": 216,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 7476,
      "end": 7482,
      "loc": {
        "start": {
          "line": 216,
          "column": 19
        },
        "end": {
          "line": 216,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7482,
      "end": 7483,
      "loc": {
        "start": {
          "line": 216,
          "column": 25
        },
        "end": {
          "line": 216,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7484,
      "end": 7485,
      "loc": {
        "start": {
          "line": 216,
          "column": 27
        },
        "end": {
          "line": 216,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "finalQuery",
      "start": 7492,
      "end": 7502,
      "loc": {
        "start": {
          "line": 217,
          "column": 6
        },
        "end": {
          "line": 217,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 7503,
      "end": 7505,
      "loc": {
        "start": {
          "line": 217,
          "column": 17
        },
        "end": {
          "line": 217,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "ALTER COLUMN ",
      "start": 7506,
      "end": 7521,
      "loc": {
        "start": {
          "line": 217,
          "column": 20
        },
        "end": {
          "line": 217,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 7522,
      "end": 7523,
      "loc": {
        "start": {
          "line": 217,
          "column": 36
        },
        "end": {
          "line": 217,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrString",
      "start": 7524,
      "end": 7534,
      "loc": {
        "start": {
          "line": 217,
          "column": 38
        },
        "end": {
          "line": 217,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7534,
      "end": 7535,
      "loc": {
        "start": {
          "line": 217,
          "column": 48
        },
        "end": {
          "line": 217,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 7535,
      "end": 7539,
      "loc": {
        "start": {
          "line": 217,
          "column": 49
        },
        "end": {
          "line": 217,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7539,
      "end": 7540,
      "loc": {
        "start": {
          "line": 217,
          "column": 53
        },
        "end": {
          "line": 217,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", ",
      "start": 7540,
      "end": 7544,
      "loc": {
        "start": {
          "line": 217,
          "column": 54
        },
        "end": {
          "line": 217,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7544,
      "end": 7545,
      "loc": {
        "start": {
          "line": 217,
          "column": 58
        },
        "end": {
          "line": 217,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7545,
      "end": 7546,
      "loc": {
        "start": {
          "line": 217,
          "column": 59
        },
        "end": {
          "line": 217,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "finalQuery",
      "start": 7553,
      "end": 7563,
      "loc": {
        "start": {
          "line": 218,
          "column": 6
        },
        "end": {
          "line": 218,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 7564,
      "end": 7566,
      "loc": {
        "start": {
          "line": 218,
          "column": 17
        },
        "end": {
          "line": 218,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constraintString",
      "start": 7567,
      "end": 7583,
      "loc": {
        "start": {
          "line": 218,
          "column": 20
        },
        "end": {
          "line": 218,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7583,
      "end": 7584,
      "loc": {
        "start": {
          "line": 218,
          "column": 36
        },
        "end": {
          "line": 218,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 7584,
      "end": 7590,
      "loc": {
        "start": {
          "line": 218,
          "column": 37
        },
        "end": {
          "line": 218,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7591,
      "end": 7592,
      "loc": {
        "start": {
          "line": 218,
          "column": 44
        },
        "end": {
          "line": 218,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ",
      "start": 7593,
      "end": 7596,
      "loc": {
        "start": {
          "line": 218,
          "column": 46
        },
        "end": {
          "line": 218,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7597,
      "end": 7598,
      "loc": {
        "start": {
          "line": 218,
          "column": 50
        },
        "end": {
          "line": 218,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 7599,
      "end": 7601,
      "loc": {
        "start": {
          "line": 218,
          "column": 52
        },
        "end": {
          "line": 218,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7601,
      "end": 7602,
      "loc": {
        "start": {
          "line": 218,
          "column": 54
        },
        "end": {
          "line": 218,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7607,
      "end": 7608,
      "loc": {
        "start": {
          "line": 219,
          "column": 4
        },
        "end": {
          "line": 219,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7613,
      "end": 7615,
      "loc": {
        "start": {
          "line": 220,
          "column": 4
        },
        "end": {
          "line": 220,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7616,
      "end": 7617,
      "loc": {
        "start": {
          "line": 220,
          "column": 7
        },
        "end": {
          "line": 220,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constraintString",
      "start": 7617,
      "end": 7633,
      "loc": {
        "start": {
          "line": 220,
          "column": 8
        },
        "end": {
          "line": 220,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7633,
      "end": 7634,
      "loc": {
        "start": {
          "line": 220,
          "column": 24
        },
        "end": {
          "line": 220,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 7634,
      "end": 7640,
      "loc": {
        "start": {
          "line": 220,
          "column": 25
        },
        "end": {
          "line": 220,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7640,
      "end": 7641,
      "loc": {
        "start": {
          "line": 220,
          "column": 31
        },
        "end": {
          "line": 220,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7642,
      "end": 7643,
      "loc": {
        "start": {
          "line": 220,
          "column": 33
        },
        "end": {
          "line": 220,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "finalQuery",
      "start": 7650,
      "end": 7660,
      "loc": {
        "start": {
          "line": 221,
          "column": 6
        },
        "end": {
          "line": 221,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 7661,
      "end": 7663,
      "loc": {
        "start": {
          "line": 221,
          "column": 17
        },
        "end": {
          "line": 221,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "ADD CONSTRAINT ",
      "start": 7664,
      "end": 7681,
      "loc": {
        "start": {
          "line": 221,
          "column": 20
        },
        "end": {
          "line": 221,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 7682,
      "end": 7683,
      "loc": {
        "start": {
          "line": 221,
          "column": 38
        },
        "end": {
          "line": 221,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constraintString",
      "start": 7684,
      "end": 7700,
      "loc": {
        "start": {
          "line": 221,
          "column": 40
        },
        "end": {
          "line": 221,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7700,
      "end": 7701,
      "loc": {
        "start": {
          "line": 221,
          "column": 56
        },
        "end": {
          "line": 221,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 7701,
      "end": 7705,
      "loc": {
        "start": {
          "line": 221,
          "column": 57
        },
        "end": {
          "line": 221,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7705,
      "end": 7706,
      "loc": {
        "start": {
          "line": 221,
          "column": 61
        },
        "end": {
          "line": 221,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", ",
      "start": 7706,
      "end": 7710,
      "loc": {
        "start": {
          "line": 221,
          "column": 62
        },
        "end": {
          "line": 221,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7710,
      "end": 7711,
      "loc": {
        "start": {
          "line": 221,
          "column": 66
        },
        "end": {
          "line": 221,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7711,
      "end": 7712,
      "loc": {
        "start": {
          "line": 221,
          "column": 67
        },
        "end": {
          "line": 221,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7717,
      "end": 7718,
      "loc": {
        "start": {
          "line": 222,
          "column": 4
        },
        "end": {
          "line": 222,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 7724,
      "end": 7730,
      "loc": {
        "start": {
          "line": 224,
          "column": 4
        },
        "end": {
          "line": 224,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 7731,
      "end": 7736,
      "loc": {
        "start": {
          "line": 224,
          "column": 11
        },
        "end": {
          "line": 224,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7736,
      "end": 7737,
      "loc": {
        "start": {
          "line": 224,
          "column": 16
        },
        "end": {
          "line": 224,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 7737,
      "end": 7738,
      "loc": {
        "start": {
          "line": 224,
          "column": 17
        },
        "end": {
          "line": 224,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7738,
      "end": 7739,
      "loc": {
        "start": {
          "line": 224,
          "column": 18
        },
        "end": {
          "line": 224,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 7739,
      "end": 7747,
      "loc": {
        "start": {
          "line": 224,
          "column": 19
        },
        "end": {
          "line": 224,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7747,
      "end": 7748,
      "loc": {
        "start": {
          "line": 224,
          "column": 27
        },
        "end": {
          "line": 224,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 7748,
      "end": 7753,
      "loc": {
        "start": {
          "line": 224,
          "column": 28
        },
        "end": {
          "line": 224,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7753,
      "end": 7754,
      "loc": {
        "start": {
          "line": 224,
          "column": 33
        },
        "end": {
          "line": 224,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7754,
      "end": 7755,
      "loc": {
        "start": {
          "line": 224,
          "column": 34
        },
        "end": {
          "line": 224,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7755,
      "end": 7756,
      "loc": {
        "start": {
          "line": 224,
          "column": 35
        },
        "end": {
          "line": 224,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 7763,
      "end": 7772,
      "loc": {
        "start": {
          "line": 225,
          "column": 6
        },
        "end": {
          "line": 225,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7772,
      "end": 7773,
      "loc": {
        "start": {
          "line": 225,
          "column": 15
        },
        "end": {
          "line": 225,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7774,
      "end": 7778,
      "loc": {
        "start": {
          "line": 225,
          "column": 17
        },
        "end": {
          "line": 225,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7778,
      "end": 7779,
      "loc": {
        "start": {
          "line": 225,
          "column": 21
        },
        "end": {
          "line": 225,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 7779,
      "end": 7789,
      "loc": {
        "start": {
          "line": 225,
          "column": 22
        },
        "end": {
          "line": 225,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7789,
      "end": 7790,
      "loc": {
        "start": {
          "line": 225,
          "column": 32
        },
        "end": {
          "line": 225,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 7790,
      "end": 7799,
      "loc": {
        "start": {
          "line": 225,
          "column": 33
        },
        "end": {
          "line": 225,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7799,
      "end": 7800,
      "loc": {
        "start": {
          "line": 225,
          "column": 42
        },
        "end": {
          "line": 225,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7800,
      "end": 7801,
      "loc": {
        "start": {
          "line": 225,
          "column": 43
        },
        "end": {
          "line": 225,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 7808,
      "end": 7813,
      "loc": {
        "start": {
          "line": 226,
          "column": 6
        },
        "end": {
          "line": 226,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7813,
      "end": 7814,
      "loc": {
        "start": {
          "line": 226,
          "column": 11
        },
        "end": {
          "line": 226,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "finalQuery",
      "start": 7815,
      "end": 7825,
      "loc": {
        "start": {
          "line": 226,
          "column": 13
        },
        "end": {
          "line": 226,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7830,
      "end": 7831,
      "loc": {
        "start": {
          "line": 227,
          "column": 4
        },
        "end": {
          "line": 227,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7831,
      "end": 7832,
      "loc": {
        "start": {
          "line": 227,
          "column": 5
        },
        "end": {
          "line": 227,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7832,
      "end": 7833,
      "loc": {
        "start": {
          "line": 227,
          "column": 6
        },
        "end": {
          "line": 227,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7836,
      "end": 7837,
      "loc": {
        "start": {
          "line": 228,
          "column": 2
        },
        "end": {
          "line": 228,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7837,
      "end": 7838,
      "loc": {
        "start": {
          "line": 228,
          "column": 3
        },
        "end": {
          "line": 228,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "renameColumnQuery",
      "start": 7842,
      "end": 7859,
      "loc": {
        "start": {
          "line": 230,
          "column": 2
        },
        "end": {
          "line": 230,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7859,
      "end": 7860,
      "loc": {
        "start": {
          "line": 230,
          "column": 19
        },
        "end": {
          "line": 230,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 7860,
      "end": 7869,
      "loc": {
        "start": {
          "line": 230,
          "column": 20
        },
        "end": {
          "line": 230,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7869,
      "end": 7870,
      "loc": {
        "start": {
          "line": 230,
          "column": 29
        },
        "end": {
          "line": 230,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrBefore",
      "start": 7871,
      "end": 7881,
      "loc": {
        "start": {
          "line": 230,
          "column": 31
        },
        "end": {
          "line": 230,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7881,
      "end": 7882,
      "loc": {
        "start": {
          "line": 230,
          "column": 41
        },
        "end": {
          "line": 230,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 7883,
      "end": 7893,
      "loc": {
        "start": {
          "line": 230,
          "column": 43
        },
        "end": {
          "line": 230,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7893,
      "end": 7894,
      "loc": {
        "start": {
          "line": 230,
          "column": 53
        },
        "end": {
          "line": 230,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7895,
      "end": 7896,
      "loc": {
        "start": {
          "line": 230,
          "column": 55
        },
        "end": {
          "line": 230,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 7901,
      "end": 7904,
      "loc": {
        "start": {
          "line": 231,
          "column": 4
        },
        "end": {
          "line": 231,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 7905,
      "end": 7910,
      "loc": {
        "start": {
          "line": 231,
          "column": 8
        },
        "end": {
          "line": 231,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7911,
      "end": 7912,
      "loc": {
        "start": {
          "line": 231,
          "column": 14
        },
        "end": {
          "line": 231,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "EXEC sp_rename '<%= tableName %>.<%= before %>', '<%= after %>', 'COLUMN';",
      "start": 7913,
      "end": 7989,
      "loc": {
        "start": {
          "line": 231,
          "column": 16
        },
        "end": {
          "line": 231,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7996,
      "end": 7997,
      "loc": {
        "start": {
          "line": 232,
          "column": 6
        },
        "end": {
          "line": 232,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newName",
      "start": 7998,
      "end": 8005,
      "loc": {
        "start": {
          "line": 232,
          "column": 8
        },
        "end": {
          "line": 232,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8006,
      "end": 8007,
      "loc": {
        "start": {
          "line": 232,
          "column": 16
        },
        "end": {
          "line": 232,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 8008,
      "end": 8014,
      "loc": {
        "start": {
          "line": 232,
          "column": 18
        },
        "end": {
          "line": 232,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8014,
      "end": 8015,
      "loc": {
        "start": {
          "line": 232,
          "column": 24
        },
        "end": {
          "line": 232,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 8015,
      "end": 8019,
      "loc": {
        "start": {
          "line": 232,
          "column": 25
        },
        "end": {
          "line": 232,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8019,
      "end": 8020,
      "loc": {
        "start": {
          "line": 232,
          "column": 29
        },
        "end": {
          "line": 232,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 8020,
      "end": 8030,
      "loc": {
        "start": {
          "line": 232,
          "column": 30
        },
        "end": {
          "line": 232,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8030,
      "end": 8031,
      "loc": {
        "start": {
          "line": 232,
          "column": 40
        },
        "end": {
          "line": 232,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8031,
      "end": 8032,
      "loc": {
        "start": {
          "line": 232,
          "column": 41
        },
        "end": {
          "line": 232,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 8032,
      "end": 8033,
      "loc": {
        "start": {
          "line": 232,
          "column": 42
        },
        "end": {
          "line": 232,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8033,
      "end": 8034,
      "loc": {
        "start": {
          "line": 232,
          "column": 43
        },
        "end": {
          "line": 232,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8034,
      "end": 8035,
      "loc": {
        "start": {
          "line": 232,
          "column": 44
        },
        "end": {
          "line": 232,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 8041,
      "end": 8047,
      "loc": {
        "start": {
          "line": 234,
          "column": 4
        },
        "end": {
          "line": 234,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 8048,
      "end": 8053,
      "loc": {
        "start": {
          "line": 234,
          "column": 11
        },
        "end": {
          "line": 234,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8053,
      "end": 8054,
      "loc": {
        "start": {
          "line": 234,
          "column": 16
        },
        "end": {
          "line": 234,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 8054,
      "end": 8055,
      "loc": {
        "start": {
          "line": 234,
          "column": 17
        },
        "end": {
          "line": 234,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8055,
      "end": 8056,
      "loc": {
        "start": {
          "line": 234,
          "column": 18
        },
        "end": {
          "line": 234,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 8056,
      "end": 8064,
      "loc": {
        "start": {
          "line": 234,
          "column": 19
        },
        "end": {
          "line": 234,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8064,
      "end": 8065,
      "loc": {
        "start": {
          "line": 234,
          "column": 27
        },
        "end": {
          "line": 234,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 8065,
      "end": 8070,
      "loc": {
        "start": {
          "line": 234,
          "column": 28
        },
        "end": {
          "line": 234,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8070,
      "end": 8071,
      "loc": {
        "start": {
          "line": 234,
          "column": 33
        },
        "end": {
          "line": 234,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8071,
      "end": 8072,
      "loc": {
        "start": {
          "line": 234,
          "column": 34
        },
        "end": {
          "line": 234,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8072,
      "end": 8073,
      "loc": {
        "start": {
          "line": 234,
          "column": 35
        },
        "end": {
          "line": 234,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 8080,
      "end": 8089,
      "loc": {
        "start": {
          "line": 235,
          "column": 6
        },
        "end": {
          "line": 235,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8089,
      "end": 8090,
      "loc": {
        "start": {
          "line": 235,
          "column": 15
        },
        "end": {
          "line": 235,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8091,
      "end": 8095,
      "loc": {
        "start": {
          "line": 235,
          "column": 17
        },
        "end": {
          "line": 235,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8095,
      "end": 8096,
      "loc": {
        "start": {
          "line": 235,
          "column": 21
        },
        "end": {
          "line": 235,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 8096,
      "end": 8106,
      "loc": {
        "start": {
          "line": 235,
          "column": 22
        },
        "end": {
          "line": 235,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8106,
      "end": 8107,
      "loc": {
        "start": {
          "line": 235,
          "column": 32
        },
        "end": {
          "line": 235,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 8107,
      "end": 8116,
      "loc": {
        "start": {
          "line": 235,
          "column": 33
        },
        "end": {
          "line": 235,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8116,
      "end": 8117,
      "loc": {
        "start": {
          "line": 235,
          "column": 42
        },
        "end": {
          "line": 235,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8117,
      "end": 8118,
      "loc": {
        "start": {
          "line": 235,
          "column": 43
        },
        "end": {
          "line": 235,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "before",
      "start": 8125,
      "end": 8131,
      "loc": {
        "start": {
          "line": 236,
          "column": 6
        },
        "end": {
          "line": 236,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8131,
      "end": 8132,
      "loc": {
        "start": {
          "line": 236,
          "column": 12
        },
        "end": {
          "line": 236,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrBefore",
      "start": 8133,
      "end": 8143,
      "loc": {
        "start": {
          "line": 236,
          "column": 14
        },
        "end": {
          "line": 236,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8143,
      "end": 8144,
      "loc": {
        "start": {
          "line": 236,
          "column": 24
        },
        "end": {
          "line": 236,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "after",
      "start": 8151,
      "end": 8156,
      "loc": {
        "start": {
          "line": 237,
          "column": 6
        },
        "end": {
          "line": 237,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8156,
      "end": 8157,
      "loc": {
        "start": {
          "line": 237,
          "column": 11
        },
        "end": {
          "line": 237,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newName",
      "start": 8158,
      "end": 8165,
      "loc": {
        "start": {
          "line": 237,
          "column": 13
        },
        "end": {
          "line": 237,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8170,
      "end": 8171,
      "loc": {
        "start": {
          "line": 238,
          "column": 4
        },
        "end": {
          "line": 238,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8171,
      "end": 8172,
      "loc": {
        "start": {
          "line": 238,
          "column": 5
        },
        "end": {
          "line": 238,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8172,
      "end": 8173,
      "loc": {
        "start": {
          "line": 238,
          "column": 6
        },
        "end": {
          "line": 238,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8176,
      "end": 8177,
      "loc": {
        "start": {
          "line": 239,
          "column": 2
        },
        "end": {
          "line": 239,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8177,
      "end": 8178,
      "loc": {
        "start": {
          "line": 239,
          "column": 3
        },
        "end": {
          "line": 239,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bulkInsertQuery",
      "start": 8182,
      "end": 8197,
      "loc": {
        "start": {
          "line": 241,
          "column": 2
        },
        "end": {
          "line": 241,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8197,
      "end": 8198,
      "loc": {
        "start": {
          "line": 241,
          "column": 17
        },
        "end": {
          "line": 241,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 8198,
      "end": 8207,
      "loc": {
        "start": {
          "line": 241,
          "column": 18
        },
        "end": {
          "line": 241,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8207,
      "end": 8208,
      "loc": {
        "start": {
          "line": 241,
          "column": 27
        },
        "end": {
          "line": 241,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrValueHashes",
      "start": 8209,
      "end": 8224,
      "loc": {
        "start": {
          "line": 241,
          "column": 29
        },
        "end": {
          "line": 241,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8224,
      "end": 8225,
      "loc": {
        "start": {
          "line": 241,
          "column": 44
        },
        "end": {
          "line": 241,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 8226,
      "end": 8233,
      "loc": {
        "start": {
          "line": 241,
          "column": 46
        },
        "end": {
          "line": 241,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8233,
      "end": 8234,
      "loc": {
        "start": {
          "line": 241,
          "column": 53
        },
        "end": {
          "line": 241,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 8235,
      "end": 8245,
      "loc": {
        "start": {
          "line": 241,
          "column": 55
        },
        "end": {
          "line": 241,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8245,
      "end": 8246,
      "loc": {
        "start": {
          "line": 241,
          "column": 65
        },
        "end": {
          "line": 241,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8247,
      "end": 8248,
      "loc": {
        "start": {
          "line": 241,
          "column": 67
        },
        "end": {
          "line": 241,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 8253,
      "end": 8260,
      "loc": {
        "start": {
          "line": 242,
          "column": 4
        },
        "end": {
          "line": 242,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8261,
      "end": 8262,
      "loc": {
        "start": {
          "line": 242,
          "column": 12
        },
        "end": {
          "line": 242,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 8263,
      "end": 8270,
      "loc": {
        "start": {
          "line": 242,
          "column": 14
        },
        "end": {
          "line": 242,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 8271,
      "end": 8273,
      "loc": {
        "start": {
          "line": 242,
          "column": 22
        },
        "end": {
          "line": 242,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8274,
      "end": 8275,
      "loc": {
        "start": {
          "line": 242,
          "column": 25
        },
        "end": {
          "line": 242,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8275,
      "end": 8276,
      "loc": {
        "start": {
          "line": 242,
          "column": 26
        },
        "end": {
          "line": 242,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8276,
      "end": 8277,
      "loc": {
        "start": {
          "line": 242,
          "column": 27
        },
        "end": {
          "line": 242,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 8282,
      "end": 8292,
      "loc": {
        "start": {
          "line": 243,
          "column": 4
        },
        "end": {
          "line": 243,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8293,
      "end": 8294,
      "loc": {
        "start": {
          "line": 243,
          "column": 15
        },
        "end": {
          "line": 243,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 8295,
      "end": 8305,
      "loc": {
        "start": {
          "line": 243,
          "column": 17
        },
        "end": {
          "line": 243,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 8306,
      "end": 8308,
      "loc": {
        "start": {
          "line": 243,
          "column": 28
        },
        "end": {
          "line": 243,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8309,
      "end": 8310,
      "loc": {
        "start": {
          "line": 243,
          "column": 31
        },
        "end": {
          "line": 243,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8310,
      "end": 8311,
      "loc": {
        "start": {
          "line": 243,
          "column": 32
        },
        "end": {
          "line": 243,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8311,
      "end": 8312,
      "loc": {
        "start": {
          "line": 243,
          "column": 33
        },
        "end": {
          "line": 243,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 8317,
      "end": 8320,
      "loc": {
        "start": {
          "line": 244,
          "column": 4
        },
        "end": {
          "line": 244,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 8321,
      "end": 8326,
      "loc": {
        "start": {
          "line": 244,
          "column": 8
        },
        "end": {
          "line": 244,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8327,
      "end": 8328,
      "loc": {
        "start": {
          "line": 244,
          "column": 14
        },
        "end": {
          "line": 244,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "INSERT INTO <%= table %> (<%= attributes %>)<%= output %> VALUES <%= tuples %>;",
      "start": 8329,
      "end": 8410,
      "loc": {
        "start": {
          "line": 244,
          "column": 16
        },
        "end": {
          "line": 244,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8417,
      "end": 8418,
      "loc": {
        "start": {
          "line": 245,
          "column": 6
        },
        "end": {
          "line": 245,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "emptyQuery",
      "start": 8419,
      "end": 8429,
      "loc": {
        "start": {
          "line": 245,
          "column": 8
        },
        "end": {
          "line": 245,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8430,
      "end": 8431,
      "loc": {
        "start": {
          "line": 245,
          "column": 19
        },
        "end": {
          "line": 245,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "INSERT INTO <%= table %><%= output %> DEFAULT VALUES",
      "start": 8432,
      "end": 8486,
      "loc": {
        "start": {
          "line": 245,
          "column": 21
        },
        "end": {
          "line": 245,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8493,
      "end": 8494,
      "loc": {
        "start": {
          "line": 246,
          "column": 6
        },
        "end": {
          "line": 246,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tuples",
      "start": 8495,
      "end": 8501,
      "loc": {
        "start": {
          "line": 246,
          "column": 8
        },
        "end": {
          "line": 246,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8502,
      "end": 8503,
      "loc": {
        "start": {
          "line": 246,
          "column": 15
        },
        "end": {
          "line": 246,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8504,
      "end": 8505,
      "loc": {
        "start": {
          "line": 246,
          "column": 17
        },
        "end": {
          "line": 246,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8505,
      "end": 8506,
      "loc": {
        "start": {
          "line": 246,
          "column": 18
        },
        "end": {
          "line": 246,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8513,
      "end": 8514,
      "loc": {
        "start": {
          "line": 247,
          "column": 6
        },
        "end": {
          "line": 247,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allAttributes",
      "start": 8515,
      "end": 8528,
      "loc": {
        "start": {
          "line": 247,
          "column": 8
        },
        "end": {
          "line": 247,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8529,
      "end": 8530,
      "loc": {
        "start": {
          "line": 247,
          "column": 22
        },
        "end": {
          "line": 247,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8531,
      "end": 8532,
      "loc": {
        "start": {
          "line": 247,
          "column": 24
        },
        "end": {
          "line": 247,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8532,
      "end": 8533,
      "loc": {
        "start": {
          "line": 247,
          "column": 25
        },
        "end": {
          "line": 247,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8540,
      "end": 8541,
      "loc": {
        "start": {
          "line": 248,
          "column": 6
        },
        "end": {
          "line": 248,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "needIdentityInsertWrapper",
      "start": 8542,
      "end": 8567,
      "loc": {
        "start": {
          "line": 248,
          "column": 8
        },
        "end": {
          "line": 248,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8568,
      "end": 8569,
      "loc": {
        "start": {
          "line": 248,
          "column": 34
        },
        "end": {
          "line": 248,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 8570,
      "end": 8575,
      "loc": {
        "start": {
          "line": 248,
          "column": 36
        },
        "end": {
          "line": 248,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8582,
      "end": 8583,
      "loc": {
        "start": {
          "line": 249,
          "column": 6
        },
        "end": {
          "line": 249,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allQueries",
      "start": 8584,
      "end": 8594,
      "loc": {
        "start": {
          "line": 249,
          "column": 8
        },
        "end": {
          "line": 249,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8595,
      "end": 8596,
      "loc": {
        "start": {
          "line": 249,
          "column": 19
        },
        "end": {
          "line": 249,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8597,
      "end": 8598,
      "loc": {
        "start": {
          "line": 249,
          "column": 21
        },
        "end": {
          "line": 249,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8598,
      "end": 8599,
      "loc": {
        "start": {
          "line": 249,
          "column": 22
        },
        "end": {
          "line": 249,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8606,
      "end": 8607,
      "loc": {
        "start": {
          "line": 250,
          "column": 6
        },
        "end": {
          "line": 250,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "outputFragment",
      "start": 8608,
      "end": 8622,
      "loc": {
        "start": {
          "line": 250,
          "column": 8
        },
        "end": {
          "line": 250,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8622,
      "end": 8623,
      "loc": {
        "start": {
          "line": 250,
          "column": 22
        },
        "end": {
          "line": 250,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8629,
      "end": 8631,
      "loc": {
        "start": {
          "line": 252,
          "column": 4
        },
        "end": {
          "line": 252,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8632,
      "end": 8633,
      "loc": {
        "start": {
          "line": 252,
          "column": 7
        },
        "end": {
          "line": 252,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 8633,
      "end": 8640,
      "loc": {
        "start": {
          "line": 252,
          "column": 8
        },
        "end": {
          "line": 252,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8640,
      "end": 8641,
      "loc": {
        "start": {
          "line": 252,
          "column": 15
        },
        "end": {
          "line": 252,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "returning",
      "start": 8641,
      "end": 8650,
      "loc": {
        "start": {
          "line": 252,
          "column": 16
        },
        "end": {
          "line": 252,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8650,
      "end": 8651,
      "loc": {
        "start": {
          "line": 252,
          "column": 25
        },
        "end": {
          "line": 252,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8652,
      "end": 8653,
      "loc": {
        "start": {
          "line": 252,
          "column": 27
        },
        "end": {
          "line": 252,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "outputFragment",
      "start": 8660,
      "end": 8674,
      "loc": {
        "start": {
          "line": 253,
          "column": 6
        },
        "end": {
          "line": 253,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8675,
      "end": 8676,
      "loc": {
        "start": {
          "line": 253,
          "column": 21
        },
        "end": {
          "line": 253,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " OUTPUT INSERTED.*",
      "start": 8677,
      "end": 8697,
      "loc": {
        "start": {
          "line": 253,
          "column": 23
        },
        "end": {
          "line": 253,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8697,
      "end": 8698,
      "loc": {
        "start": {
          "line": 253,
          "column": 43
        },
        "end": {
          "line": 253,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8703,
      "end": 8704,
      "loc": {
        "start": {
          "line": 254,
          "column": 4
        },
        "end": {
          "line": 254,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 8710,
      "end": 8715,
      "loc": {
        "start": {
          "line": 256,
          "column": 4
        },
        "end": {
          "line": 256,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8715,
      "end": 8716,
      "loc": {
        "start": {
          "line": 256,
          "column": 9
        },
        "end": {
          "line": 256,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 8716,
      "end": 8717,
      "loc": {
        "start": {
          "line": 256,
          "column": 10
        },
        "end": {
          "line": 256,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8717,
      "end": 8718,
      "loc": {
        "start": {
          "line": 256,
          "column": 11
        },
        "end": {
          "line": 256,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forEach",
      "start": 8718,
      "end": 8725,
      "loc": {
        "start": {
          "line": 256,
          "column": 12
        },
        "end": {
          "line": 256,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8725,
      "end": 8726,
      "loc": {
        "start": {
          "line": 256,
          "column": 19
        },
        "end": {
          "line": 256,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrValueHashes",
      "start": 8726,
      "end": 8741,
      "loc": {
        "start": {
          "line": 256,
          "column": 20
        },
        "end": {
          "line": 256,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8741,
      "end": 8742,
      "loc": {
        "start": {
          "line": 256,
          "column": 35
        },
        "end": {
          "line": 256,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 8743,
      "end": 8751,
      "loc": {
        "start": {
          "line": 256,
          "column": 37
        },
        "end": {
          "line": 256,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8751,
      "end": 8752,
      "loc": {
        "start": {
          "line": 256,
          "column": 45
        },
        "end": {
          "line": 256,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrValueHash",
      "start": 8752,
      "end": 8765,
      "loc": {
        "start": {
          "line": 256,
          "column": 46
        },
        "end": {
          "line": 256,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8765,
      "end": 8766,
      "loc": {
        "start": {
          "line": 256,
          "column": 59
        },
        "end": {
          "line": 256,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8767,
      "end": 8768,
      "loc": {
        "start": {
          "line": 256,
          "column": 61
        },
        "end": {
          "line": 256,
          "column": 62
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " special case for empty objects with primary keys",
      "start": 8775,
      "end": 8826,
      "loc": {
        "start": {
          "line": 257,
          "column": 6
        },
        "end": {
          "line": 257,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 8833,
      "end": 8836,
      "loc": {
        "start": {
          "line": 258,
          "column": 6
        },
        "end": {
          "line": 258,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 8837,
      "end": 8843,
      "loc": {
        "start": {
          "line": 258,
          "column": 10
        },
        "end": {
          "line": 258,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8844,
      "end": 8845,
      "loc": {
        "start": {
          "line": 258,
          "column": 17
        },
        "end": {
          "line": 258,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 8846,
      "end": 8852,
      "loc": {
        "start": {
          "line": 258,
          "column": 19
        },
        "end": {
          "line": 258,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8852,
      "end": 8853,
      "loc": {
        "start": {
          "line": 258,
          "column": 25
        },
        "end": {
          "line": 258,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 8853,
      "end": 8857,
      "loc": {
        "start": {
          "line": 258,
          "column": 26
        },
        "end": {
          "line": 258,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8857,
      "end": 8858,
      "loc": {
        "start": {
          "line": 258,
          "column": 30
        },
        "end": {
          "line": 258,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrValueHash",
      "start": 8858,
      "end": 8871,
      "loc": {
        "start": {
          "line": 258,
          "column": 31
        },
        "end": {
          "line": 258,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8871,
      "end": 8872,
      "loc": {
        "start": {
          "line": 258,
          "column": 44
        },
        "end": {
          "line": 258,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8872,
      "end": 8873,
      "loc": {
        "start": {
          "line": 258,
          "column": 45
        },
        "end": {
          "line": 258,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 8880,
      "end": 8883,
      "loc": {
        "start": {
          "line": 259,
          "column": 6
        },
        "end": {
          "line": 259,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "firstAttr",
      "start": 8884,
      "end": 8893,
      "loc": {
        "start": {
          "line": 259,
          "column": 10
        },
        "end": {
          "line": 259,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8894,
      "end": 8895,
      "loc": {
        "start": {
          "line": 259,
          "column": 20
        },
        "end": {
          "line": 259,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 8896,
      "end": 8906,
      "loc": {
        "start": {
          "line": 259,
          "column": 22
        },
        "end": {
          "line": 259,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8906,
      "end": 8907,
      "loc": {
        "start": {
          "line": 259,
          "column": 32
        },
        "end": {
          "line": 259,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 8907,
      "end": 8913,
      "loc": {
        "start": {
          "line": 259,
          "column": 33
        },
        "end": {
          "line": 259,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8913,
      "end": 8914,
      "loc": {
        "start": {
          "line": 259,
          "column": 39
        },
        "end": {
          "line": 259,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 8914,
      "end": 8915,
      "loc": {
        "start": {
          "line": 259,
          "column": 40
        },
        "end": {
          "line": 259,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8915,
      "end": 8916,
      "loc": {
        "start": {
          "line": 259,
          "column": 41
        },
        "end": {
          "line": 259,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8916,
      "end": 8917,
      "loc": {
        "start": {
          "line": 259,
          "column": 42
        },
        "end": {
          "line": 259,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8917,
      "end": 8918,
      "loc": {
        "start": {
          "line": 259,
          "column": 43
        },
        "end": {
          "line": 259,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8925,
      "end": 8927,
      "loc": {
        "start": {
          "line": 260,
          "column": 6
        },
        "end": {
          "line": 260,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8928,
      "end": 8929,
      "loc": {
        "start": {
          "line": 260,
          "column": 9
        },
        "end": {
          "line": 260,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 8929,
      "end": 8935,
      "loc": {
        "start": {
          "line": 260,
          "column": 10
        },
        "end": {
          "line": 260,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8935,
      "end": 8936,
      "loc": {
        "start": {
          "line": 260,
          "column": 16
        },
        "end": {
          "line": 260,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 8936,
      "end": 8942,
      "loc": {
        "start": {
          "line": 260,
          "column": 17
        },
        "end": {
          "line": 260,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 8943,
      "end": 8946,
      "loc": {
        "start": {
          "line": 260,
          "column": 24
        },
        "end": {
          "line": 260,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 8947,
      "end": 8948,
      "loc": {
        "start": {
          "line": 260,
          "column": 28
        },
        "end": {
          "line": 260,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 8949,
      "end": 8951,
      "loc": {
        "start": {
          "line": 260,
          "column": 30
        },
        "end": {
          "line": 260,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "firstAttr",
      "start": 8952,
      "end": 8961,
      "loc": {
        "start": {
          "line": 260,
          "column": 33
        },
        "end": {
          "line": 260,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 8962,
      "end": 8964,
      "loc": {
        "start": {
          "line": 260,
          "column": 43
        },
        "end": {
          "line": 260,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "firstAttr",
      "start": 8965,
      "end": 8974,
      "loc": {
        "start": {
          "line": 260,
          "column": 46
        },
        "end": {
          "line": 260,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8974,
      "end": 8975,
      "loc": {
        "start": {
          "line": 260,
          "column": 55
        },
        "end": {
          "line": 260,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "autoIncrement",
      "start": 8975,
      "end": 8988,
      "loc": {
        "start": {
          "line": 260,
          "column": 56
        },
        "end": {
          "line": 260,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 8989,
      "end": 8991,
      "loc": {
        "start": {
          "line": 260,
          "column": 70
        },
        "end": {
          "line": 260,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrValueHash",
      "start": 8992,
      "end": 9005,
      "loc": {
        "start": {
          "line": 260,
          "column": 73
        },
        "end": {
          "line": 260,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9005,
      "end": 9006,
      "loc": {
        "start": {
          "line": 260,
          "column": 86
        },
        "end": {
          "line": 260,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 9006,
      "end": 9012,
      "loc": {
        "start": {
          "line": 260,
          "column": 87
        },
        "end": {
          "line": 260,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9012,
      "end": 9013,
      "loc": {
        "start": {
          "line": 260,
          "column": 93
        },
        "end": {
          "line": 260,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 9013,
      "end": 9014,
      "loc": {
        "start": {
          "line": 260,
          "column": 94
        },
        "end": {
          "line": 260,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9014,
      "end": 9015,
      "loc": {
        "start": {
          "line": 260,
          "column": 95
        },
        "end": {
          "line": 260,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9015,
      "end": 9016,
      "loc": {
        "start": {
          "line": 260,
          "column": 96
        },
        "end": {
          "line": 260,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 9017,
      "end": 9020,
      "loc": {
        "start": {
          "line": 260,
          "column": 98
        },
        "end": {
          "line": 260,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 9021,
      "end": 9025,
      "loc": {
        "start": {
          "line": 260,
          "column": 102
        },
        "end": {
          "line": 260,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9025,
      "end": 9026,
      "loc": {
        "start": {
          "line": 260,
          "column": 106
        },
        "end": {
          "line": 260,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9027,
      "end": 9028,
      "loc": {
        "start": {
          "line": 260,
          "column": 108
        },
        "end": {
          "line": 260,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allQueries",
      "start": 9037,
      "end": 9047,
      "loc": {
        "start": {
          "line": 261,
          "column": 8
        },
        "end": {
          "line": 261,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9047,
      "end": 9048,
      "loc": {
        "start": {
          "line": 261,
          "column": 18
        },
        "end": {
          "line": 261,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 9048,
      "end": 9052,
      "loc": {
        "start": {
          "line": 261,
          "column": 19
        },
        "end": {
          "line": 261,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9052,
      "end": 9053,
      "loc": {
        "start": {
          "line": 261,
          "column": 23
        },
        "end": {
          "line": 261,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "emptyQuery",
      "start": 9053,
      "end": 9063,
      "loc": {
        "start": {
          "line": 261,
          "column": 24
        },
        "end": {
          "line": 261,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9063,
      "end": 9064,
      "loc": {
        "start": {
          "line": 261,
          "column": 34
        },
        "end": {
          "line": 261,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9064,
      "end": 9065,
      "loc": {
        "start": {
          "line": 261,
          "column": 35
        },
        "end": {
          "line": 261,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 9074,
      "end": 9080,
      "loc": {
        "start": {
          "line": 262,
          "column": 8
        },
        "end": {
          "line": 262,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9080,
      "end": 9081,
      "loc": {
        "start": {
          "line": 262,
          "column": 14
        },
        "end": {
          "line": 262,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9088,
      "end": 9089,
      "loc": {
        "start": {
          "line": 263,
          "column": 6
        },
        "end": {
          "line": 263,
          "column": 7
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " normal case",
      "start": 9097,
      "end": 9111,
      "loc": {
        "start": {
          "line": 265,
          "column": 6
        },
        "end": {
          "line": 265,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 9118,
      "end": 9123,
      "loc": {
        "start": {
          "line": 266,
          "column": 6
        },
        "end": {
          "line": 266,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9123,
      "end": 9124,
      "loc": {
        "start": {
          "line": 266,
          "column": 11
        },
        "end": {
          "line": 266,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 9124,
      "end": 9125,
      "loc": {
        "start": {
          "line": 266,
          "column": 12
        },
        "end": {
          "line": 266,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9125,
      "end": 9126,
      "loc": {
        "start": {
          "line": 266,
          "column": 13
        },
        "end": {
          "line": 266,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forOwn",
      "start": 9126,
      "end": 9132,
      "loc": {
        "start": {
          "line": 266,
          "column": 14
        },
        "end": {
          "line": 266,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9132,
      "end": 9133,
      "loc": {
        "start": {
          "line": 266,
          "column": 20
        },
        "end": {
          "line": 266,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrValueHash",
      "start": 9133,
      "end": 9146,
      "loc": {
        "start": {
          "line": 266,
          "column": 21
        },
        "end": {
          "line": 266,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9146,
      "end": 9147,
      "loc": {
        "start": {
          "line": 266,
          "column": 34
        },
        "end": {
          "line": 266,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 9148,
      "end": 9156,
      "loc": {
        "start": {
          "line": 266,
          "column": 36
        },
        "end": {
          "line": 266,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9156,
      "end": 9157,
      "loc": {
        "start": {
          "line": 266,
          "column": 44
        },
        "end": {
          "line": 266,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 9157,
      "end": 9162,
      "loc": {
        "start": {
          "line": 266,
          "column": 45
        },
        "end": {
          "line": 266,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9162,
      "end": 9163,
      "loc": {
        "start": {
          "line": 266,
          "column": 50
        },
        "end": {
          "line": 266,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 9164,
      "end": 9167,
      "loc": {
        "start": {
          "line": 266,
          "column": 52
        },
        "end": {
          "line": 266,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9167,
      "end": 9168,
      "loc": {
        "start": {
          "line": 266,
          "column": 55
        },
        "end": {
          "line": 266,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9169,
      "end": 9170,
      "loc": {
        "start": {
          "line": 266,
          "column": 57
        },
        "end": {
          "line": 266,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 9179,
      "end": 9181,
      "loc": {
        "start": {
          "line": 267,
          "column": 8
        },
        "end": {
          "line": 267,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9182,
      "end": 9183,
      "loc": {
        "start": {
          "line": 267,
          "column": 11
        },
        "end": {
          "line": 267,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 9183,
      "end": 9188,
      "loc": {
        "start": {
          "line": 267,
          "column": 12
        },
        "end": {
          "line": 267,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 9189,
      "end": 9192,
      "loc": {
        "start": {
          "line": 267,
          "column": 18
        },
        "end": {
          "line": 267,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 9193,
      "end": 9197,
      "loc": {
        "start": {
          "line": 267,
          "column": 22
        },
        "end": {
          "line": 267,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 9198,
      "end": 9200,
      "loc": {
        "start": {
          "line": 267,
          "column": 27
        },
        "end": {
          "line": 267,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 9201,
      "end": 9211,
      "loc": {
        "start": {
          "line": 267,
          "column": 30
        },
        "end": {
          "line": 267,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9211,
      "end": 9212,
      "loc": {
        "start": {
          "line": 267,
          "column": 40
        },
        "end": {
          "line": 267,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 9212,
      "end": 9215,
      "loc": {
        "start": {
          "line": 267,
          "column": 41
        },
        "end": {
          "line": 267,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9215,
      "end": 9216,
      "loc": {
        "start": {
          "line": 267,
          "column": 44
        },
        "end": {
          "line": 267,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 9217,
      "end": 9219,
      "loc": {
        "start": {
          "line": 267,
          "column": 46
        },
        "end": {
          "line": 267,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 9220,
      "end": 9230,
      "loc": {
        "start": {
          "line": 267,
          "column": 49
        },
        "end": {
          "line": 267,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9230,
      "end": 9231,
      "loc": {
        "start": {
          "line": 267,
          "column": 59
        },
        "end": {
          "line": 267,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 9231,
      "end": 9234,
      "loc": {
        "start": {
          "line": 267,
          "column": 60
        },
        "end": {
          "line": 267,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9234,
      "end": 9235,
      "loc": {
        "start": {
          "line": 267,
          "column": 63
        },
        "end": {
          "line": 267,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9235,
      "end": 9236,
      "loc": {
        "start": {
          "line": 267,
          "column": 64
        },
        "end": {
          "line": 267,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "autoIncrement",
      "start": 9236,
      "end": 9249,
      "loc": {
        "start": {
          "line": 267,
          "column": 65
        },
        "end": {
          "line": 267,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9249,
      "end": 9250,
      "loc": {
        "start": {
          "line": 267,
          "column": 78
        },
        "end": {
          "line": 267,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9251,
      "end": 9252,
      "loc": {
        "start": {
          "line": 267,
          "column": 80
        },
        "end": {
          "line": 267,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "needIdentityInsertWrapper",
      "start": 9263,
      "end": 9288,
      "loc": {
        "start": {
          "line": 268,
          "column": 10
        },
        "end": {
          "line": 268,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9289,
      "end": 9290,
      "loc": {
        "start": {
          "line": 268,
          "column": 36
        },
        "end": {
          "line": 268,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 9291,
      "end": 9295,
      "loc": {
        "start": {
          "line": 268,
          "column": 38
        },
        "end": {
          "line": 268,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9295,
      "end": 9296,
      "loc": {
        "start": {
          "line": 268,
          "column": 42
        },
        "end": {
          "line": 268,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9305,
      "end": 9306,
      "loc": {
        "start": {
          "line": 269,
          "column": 8
        },
        "end": {
          "line": 269,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 9316,
      "end": 9318,
      "loc": {
        "start": {
          "line": 271,
          "column": 8
        },
        "end": {
          "line": 271,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9319,
      "end": 9320,
      "loc": {
        "start": {
          "line": 271,
          "column": 11
        },
        "end": {
          "line": 271,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allAttributes",
      "start": 9320,
      "end": 9333,
      "loc": {
        "start": {
          "line": 271,
          "column": 12
        },
        "end": {
          "line": 271,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9333,
      "end": 9334,
      "loc": {
        "start": {
          "line": 271,
          "column": 25
        },
        "end": {
          "line": 271,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 9334,
      "end": 9341,
      "loc": {
        "start": {
          "line": 271,
          "column": 26
        },
        "end": {
          "line": 271,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9341,
      "end": 9342,
      "loc": {
        "start": {
          "line": 271,
          "column": 33
        },
        "end": {
          "line": 271,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 9342,
      "end": 9345,
      "loc": {
        "start": {
          "line": 271,
          "column": 34
        },
        "end": {
          "line": 271,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9345,
      "end": 9346,
      "loc": {
        "start": {
          "line": 271,
          "column": 37
        },
        "end": {
          "line": 271,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 9347,
      "end": 9350,
      "loc": {
        "start": {
          "line": 271,
          "column": 39
        },
        "end": {
          "line": 271,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 9351,
      "end": 9352,
      "loc": {
        "start": {
          "line": 271,
          "column": 43
        },
        "end": {
          "line": 271,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 9352,
      "end": 9353,
      "loc": {
        "start": {
          "line": 271,
          "column": 44
        },
        "end": {
          "line": 271,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9353,
      "end": 9354,
      "loc": {
        "start": {
          "line": 271,
          "column": 45
        },
        "end": {
          "line": 271,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9355,
      "end": 9356,
      "loc": {
        "start": {
          "line": 271,
          "column": 47
        },
        "end": {
          "line": 271,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 9367,
      "end": 9369,
      "loc": {
        "start": {
          "line": 272,
          "column": 10
        },
        "end": {
          "line": 272,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9370,
      "end": 9371,
      "loc": {
        "start": {
          "line": 272,
          "column": 13
        },
        "end": {
          "line": 272,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 9371,
      "end": 9376,
      "loc": {
        "start": {
          "line": 272,
          "column": 14
        },
        "end": {
          "line": 272,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 9377,
      "end": 9380,
      "loc": {
        "start": {
          "line": 272,
          "column": 20
        },
        "end": {
          "line": 272,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 9381,
      "end": 9385,
      "loc": {
        "start": {
          "line": 272,
          "column": 24
        },
        "end": {
          "line": 272,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 9386,
      "end": 9388,
      "loc": {
        "start": {
          "line": 272,
          "column": 29
        },
        "end": {
          "line": 272,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 9389,
      "end": 9399,
      "loc": {
        "start": {
          "line": 272,
          "column": 32
        },
        "end": {
          "line": 272,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9399,
      "end": 9400,
      "loc": {
        "start": {
          "line": 272,
          "column": 42
        },
        "end": {
          "line": 272,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 9400,
      "end": 9403,
      "loc": {
        "start": {
          "line": 272,
          "column": 43
        },
        "end": {
          "line": 272,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9403,
      "end": 9404,
      "loc": {
        "start": {
          "line": 272,
          "column": 46
        },
        "end": {
          "line": 272,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9404,
      "end": 9405,
      "loc": {
        "start": {
          "line": 272,
          "column": 47
        },
        "end": {
          "line": 272,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "autoIncrement",
      "start": 9405,
      "end": 9418,
      "loc": {
        "start": {
          "line": 272,
          "column": 48
        },
        "end": {
          "line": 272,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9418,
      "end": 9419,
      "loc": {
        "start": {
          "line": 272,
          "column": 61
        },
        "end": {
          "line": 272,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 9432,
      "end": 9438,
      "loc": {
        "start": {
          "line": 273,
          "column": 12
        },
        "end": {
          "line": 273,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9438,
      "end": 9439,
      "loc": {
        "start": {
          "line": 273,
          "column": 18
        },
        "end": {
          "line": 273,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allAttributes",
      "start": 9451,
      "end": 9464,
      "loc": {
        "start": {
          "line": 275,
          "column": 10
        },
        "end": {
          "line": 275,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9464,
      "end": 9465,
      "loc": {
        "start": {
          "line": 275,
          "column": 23
        },
        "end": {
          "line": 275,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 9465,
      "end": 9469,
      "loc": {
        "start": {
          "line": 275,
          "column": 24
        },
        "end": {
          "line": 275,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9469,
      "end": 9470,
      "loc": {
        "start": {
          "line": 275,
          "column": 28
        },
        "end": {
          "line": 275,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 9470,
      "end": 9473,
      "loc": {
        "start": {
          "line": 275,
          "column": 29
        },
        "end": {
          "line": 275,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9473,
      "end": 9474,
      "loc": {
        "start": {
          "line": 275,
          "column": 32
        },
        "end": {
          "line": 275,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9474,
      "end": 9475,
      "loc": {
        "start": {
          "line": 275,
          "column": 33
        },
        "end": {
          "line": 275,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9484,
      "end": 9485,
      "loc": {
        "start": {
          "line": 276,
          "column": 8
        },
        "end": {
          "line": 276,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9492,
      "end": 9493,
      "loc": {
        "start": {
          "line": 277,
          "column": 6
        },
        "end": {
          "line": 277,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9493,
      "end": 9494,
      "loc": {
        "start": {
          "line": 277,
          "column": 7
        },
        "end": {
          "line": 277,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9494,
      "end": 9495,
      "loc": {
        "start": {
          "line": 277,
          "column": 8
        },
        "end": {
          "line": 277,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9500,
      "end": 9501,
      "loc": {
        "start": {
          "line": 278,
          "column": 4
        },
        "end": {
          "line": 278,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9501,
      "end": 9502,
      "loc": {
        "start": {
          "line": 278,
          "column": 5
        },
        "end": {
          "line": 278,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9502,
      "end": 9503,
      "loc": {
        "start": {
          "line": 278,
          "column": 6
        },
        "end": {
          "line": 278,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 9509,
      "end": 9511,
      "loc": {
        "start": {
          "line": 280,
          "column": 4
        },
        "end": {
          "line": 280,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9512,
      "end": 9513,
      "loc": {
        "start": {
          "line": 280,
          "column": 7
        },
        "end": {
          "line": 280,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allAttributes",
      "start": 9513,
      "end": 9526,
      "loc": {
        "start": {
          "line": 280,
          "column": 8
        },
        "end": {
          "line": 280,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9526,
      "end": 9527,
      "loc": {
        "start": {
          "line": 280,
          "column": 21
        },
        "end": {
          "line": 280,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 9527,
      "end": 9533,
      "loc": {
        "start": {
          "line": 280,
          "column": 22
        },
        "end": {
          "line": 280,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 9534,
      "end": 9535,
      "loc": {
        "start": {
          "line": 280,
          "column": 29
        },
        "end": {
          "line": 280,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 9536,
      "end": 9537,
      "loc": {
        "start": {
          "line": 280,
          "column": 31
        },
        "end": {
          "line": 280,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9537,
      "end": 9538,
      "loc": {
        "start": {
          "line": 280,
          "column": 32
        },
        "end": {
          "line": 280,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9539,
      "end": 9540,
      "loc": {
        "start": {
          "line": 280,
          "column": 34
        },
        "end": {
          "line": 280,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 9547,
      "end": 9552,
      "loc": {
        "start": {
          "line": 281,
          "column": 6
        },
        "end": {
          "line": 281,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9552,
      "end": 9553,
      "loc": {
        "start": {
          "line": 281,
          "column": 11
        },
        "end": {
          "line": 281,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 9553,
      "end": 9554,
      "loc": {
        "start": {
          "line": 281,
          "column": 12
        },
        "end": {
          "line": 281,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9554,
      "end": 9555,
      "loc": {
        "start": {
          "line": 281,
          "column": 13
        },
        "end": {
          "line": 281,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forEach",
      "start": 9555,
      "end": 9562,
      "loc": {
        "start": {
          "line": 281,
          "column": 14
        },
        "end": {
          "line": 281,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9562,
      "end": 9563,
      "loc": {
        "start": {
          "line": 281,
          "column": 21
        },
        "end": {
          "line": 281,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrValueHashes",
      "start": 9563,
      "end": 9578,
      "loc": {
        "start": {
          "line": 281,
          "column": 22
        },
        "end": {
          "line": 281,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9578,
      "end": 9579,
      "loc": {
        "start": {
          "line": 281,
          "column": 37
        },
        "end": {
          "line": 281,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 9580,
      "end": 9588,
      "loc": {
        "start": {
          "line": 281,
          "column": 39
        },
        "end": {
          "line": 281,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9588,
      "end": 9589,
      "loc": {
        "start": {
          "line": 281,
          "column": 47
        },
        "end": {
          "line": 281,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrValueHash",
      "start": 9589,
      "end": 9602,
      "loc": {
        "start": {
          "line": 281,
          "column": 48
        },
        "end": {
          "line": 281,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9602,
      "end": 9603,
      "loc": {
        "start": {
          "line": 281,
          "column": 61
        },
        "end": {
          "line": 281,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9604,
      "end": 9605,
      "loc": {
        "start": {
          "line": 281,
          "column": 63
        },
        "end": {
          "line": 281,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tuples",
      "start": 9614,
      "end": 9620,
      "loc": {
        "start": {
          "line": 282,
          "column": 8
        },
        "end": {
          "line": 282,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9620,
      "end": 9621,
      "loc": {
        "start": {
          "line": 282,
          "column": 14
        },
        "end": {
          "line": 282,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 9621,
      "end": 9625,
      "loc": {
        "start": {
          "line": 282,
          "column": 15
        },
        "end": {
          "line": 282,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9625,
      "end": 9626,
      "loc": {
        "start": {
          "line": 282,
          "column": 19
        },
        "end": {
          "line": 282,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "(",
      "start": 9626,
      "end": 9629,
      "loc": {
        "start": {
          "line": 282,
          "column": 20
        },
        "end": {
          "line": 282,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 9630,
      "end": 9631,
      "loc": {
        "start": {
          "line": 282,
          "column": 24
        },
        "end": {
          "line": 282,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allAttributes",
      "start": 9642,
      "end": 9655,
      "loc": {
        "start": {
          "line": 283,
          "column": 10
        },
        "end": {
          "line": 283,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9655,
      "end": 9656,
      "loc": {
        "start": {
          "line": 283,
          "column": 23
        },
        "end": {
          "line": 283,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 9656,
      "end": 9659,
      "loc": {
        "start": {
          "line": 283,
          "column": 24
        },
        "end": {
          "line": 283,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9659,
      "end": 9660,
      "loc": {
        "start": {
          "line": 283,
          "column": 27
        },
        "end": {
          "line": 283,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 9660,
      "end": 9663,
      "loc": {
        "start": {
          "line": 283,
          "column": 28
        },
        "end": {
          "line": 283,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9664,
      "end": 9666,
      "loc": {
        "start": {
          "line": 283,
          "column": 32
        },
        "end": {
          "line": 283,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9679,
      "end": 9683,
      "loc": {
        "start": {
          "line": 284,
          "column": 12
        },
        "end": {
          "line": 284,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9683,
      "end": 9684,
      "loc": {
        "start": {
          "line": 284,
          "column": 16
        },
        "end": {
          "line": 284,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "escape",
      "start": 9684,
      "end": 9690,
      "loc": {
        "start": {
          "line": 284,
          "column": 17
        },
        "end": {
          "line": 284,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9690,
      "end": 9691,
      "loc": {
        "start": {
          "line": 284,
          "column": 23
        },
        "end": {
          "line": 284,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrValueHash",
      "start": 9691,
      "end": 9704,
      "loc": {
        "start": {
          "line": 284,
          "column": 24
        },
        "end": {
          "line": 284,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9704,
      "end": 9705,
      "loc": {
        "start": {
          "line": 284,
          "column": 37
        },
        "end": {
          "line": 284,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 9705,
      "end": 9708,
      "loc": {
        "start": {
          "line": 284,
          "column": 38
        },
        "end": {
          "line": 284,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9708,
      "end": 9709,
      "loc": {
        "start": {
          "line": 284,
          "column": 41
        },
        "end": {
          "line": 284,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9709,
      "end": 9710,
      "loc": {
        "start": {
          "line": 284,
          "column": 42
        },
        "end": {
          "line": 284,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9710,
      "end": 9711,
      "loc": {
        "start": {
          "line": 284,
          "column": 43
        },
        "end": {
          "line": 284,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9711,
      "end": 9712,
      "loc": {
        "start": {
          "line": 284,
          "column": 44
        },
        "end": {
          "line": 284,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 9712,
      "end": 9716,
      "loc": {
        "start": {
          "line": 284,
          "column": 45
        },
        "end": {
          "line": 284,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9716,
      "end": 9717,
      "loc": {
        "start": {
          "line": 284,
          "column": 49
        },
        "end": {
          "line": 284,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ",",
      "start": 9717,
      "end": 9720,
      "loc": {
        "start": {
          "line": 284,
          "column": 50
        },
        "end": {
          "line": 284,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9720,
      "end": 9721,
      "loc": {
        "start": {
          "line": 284,
          "column": 53
        },
        "end": {
          "line": 284,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 9722,
      "end": 9723,
      "loc": {
        "start": {
          "line": 284,
          "column": 55
        },
        "end": {
          "line": 284,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ")",
      "start": 9732,
      "end": 9735,
      "loc": {
        "start": {
          "line": 285,
          "column": 8
        },
        "end": {
          "line": 285,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9735,
      "end": 9736,
      "loc": {
        "start": {
          "line": 285,
          "column": 11
        },
        "end": {
          "line": 285,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9736,
      "end": 9737,
      "loc": {
        "start": {
          "line": 285,
          "column": 12
        },
        "end": {
          "line": 285,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9744,
      "end": 9745,
      "loc": {
        "start": {
          "line": 286,
          "column": 6
        },
        "end": {
          "line": 286,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9745,
      "end": 9746,
      "loc": {
        "start": {
          "line": 286,
          "column": 7
        },
        "end": {
          "line": 286,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bind",
      "start": 9746,
      "end": 9750,
      "loc": {
        "start": {
          "line": 286,
          "column": 8
        },
        "end": {
          "line": 286,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9750,
      "end": 9751,
      "loc": {
        "start": {
          "line": 286,
          "column": 12
        },
        "end": {
          "line": 286,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9751,
      "end": 9755,
      "loc": {
        "start": {
          "line": 286,
          "column": 13
        },
        "end": {
          "line": 286,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9755,
      "end": 9756,
      "loc": {
        "start": {
          "line": 286,
          "column": 17
        },
        "end": {
          "line": 286,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9756,
      "end": 9757,
      "loc": {
        "start": {
          "line": 286,
          "column": 18
        },
        "end": {
          "line": 286,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9757,
      "end": 9758,
      "loc": {
        "start": {
          "line": 286,
          "column": 19
        },
        "end": {
          "line": 286,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allQueries",
      "start": 9766,
      "end": 9776,
      "loc": {
        "start": {
          "line": 288,
          "column": 6
        },
        "end": {
          "line": 288,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9776,
      "end": 9777,
      "loc": {
        "start": {
          "line": 288,
          "column": 16
        },
        "end": {
          "line": 288,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 9777,
      "end": 9781,
      "loc": {
        "start": {
          "line": 288,
          "column": 17
        },
        "end": {
          "line": 288,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9781,
      "end": 9782,
      "loc": {
        "start": {
          "line": 288,
          "column": 21
        },
        "end": {
          "line": 288,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 9782,
      "end": 9787,
      "loc": {
        "start": {
          "line": 288,
          "column": 22
        },
        "end": {
          "line": 288,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9787,
      "end": 9788,
      "loc": {
        "start": {
          "line": 288,
          "column": 27
        },
        "end": {
          "line": 288,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9788,
      "end": 9789,
      "loc": {
        "start": {
          "line": 288,
          "column": 28
        },
        "end": {
          "line": 288,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9794,
      "end": 9795,
      "loc": {
        "start": {
          "line": 289,
          "column": 4
        },
        "end": {
          "line": 289,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 9800,
      "end": 9805,
      "loc": {
        "start": {
          "line": 290,
          "column": 4
        },
        "end": {
          "line": 290,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "commands",
      "start": 9806,
      "end": 9814,
      "loc": {
        "start": {
          "line": 290,
          "column": 10
        },
        "end": {
          "line": 290,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9815,
      "end": 9816,
      "loc": {
        "start": {
          "line": 290,
          "column": 19
        },
        "end": {
          "line": 290,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9817,
      "end": 9818,
      "loc": {
        "start": {
          "line": 290,
          "column": 21
        },
        "end": {
          "line": 290,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9818,
      "end": 9819,
      "loc": {
        "start": {
          "line": 290,
          "column": 22
        },
        "end": {
          "line": 290,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9819,
      "end": 9820,
      "loc": {
        "start": {
          "line": 290,
          "column": 23
        },
        "end": {
          "line": 290,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 9825,
      "end": 9828,
      "loc": {
        "start": {
          "line": 291,
          "column": 4
        },
        "end": {
          "line": 291,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offset",
      "start": 9829,
      "end": 9835,
      "loc": {
        "start": {
          "line": 291,
          "column": 8
        },
        "end": {
          "line": 291,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9836,
      "end": 9837,
      "loc": {
        "start": {
          "line": 291,
          "column": 15
        },
        "end": {
          "line": 291,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 9838,
      "end": 9839,
      "loc": {
        "start": {
          "line": 291,
          "column": 17
        },
        "end": {
          "line": 291,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9839,
      "end": 9840,
      "loc": {
        "start": {
          "line": 291,
          "column": 18
        },
        "end": {
          "line": 291,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 9845,
      "end": 9850,
      "loc": {
        "start": {
          "line": 292,
          "column": 4
        },
        "end": {
          "line": 292,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "batch",
      "start": 9851,
      "end": 9856,
      "loc": {
        "start": {
          "line": 292,
          "column": 10
        },
        "end": {
          "line": 292,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9857,
      "end": 9858,
      "loc": {
        "start": {
          "line": 292,
          "column": 16
        },
        "end": {
          "line": 292,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 9859,
      "end": 9863,
      "loc": {
        "start": {
          "line": 292,
          "column": 18
        },
        "end": {
          "line": 292,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9863,
      "end": 9864,
      "loc": {
        "start": {
          "line": 292,
          "column": 22
        },
        "end": {
          "line": 292,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "floor",
      "start": 9864,
      "end": 9869,
      "loc": {
        "start": {
          "line": 292,
          "column": 23
        },
        "end": {
          "line": 292,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9869,
      "end": 9870,
      "loc": {
        "start": {
          "line": 292,
          "column": 28
        },
        "end": {
          "line": 292,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 250,
      "start": 9870,
      "end": 9873,
      "loc": {
        "start": {
          "line": 292,
          "column": 29
        },
        "end": {
          "line": 292,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 9874,
      "end": 9875,
      "loc": {
        "start": {
          "line": 292,
          "column": 33
        },
        "end": {
          "line": 292,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9876,
      "end": 9877,
      "loc": {
        "start": {
          "line": 292,
          "column": 35
        },
        "end": {
          "line": 292,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allAttributes",
      "start": 9877,
      "end": 9890,
      "loc": {
        "start": {
          "line": 292,
          "column": 36
        },
        "end": {
          "line": 292,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9890,
      "end": 9891,
      "loc": {
        "start": {
          "line": 292,
          "column": 49
        },
        "end": {
          "line": 292,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 9891,
      "end": 9897,
      "loc": {
        "start": {
          "line": 292,
          "column": 50
        },
        "end": {
          "line": 292,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 9898,
      "end": 9899,
      "loc": {
        "start": {
          "line": 292,
          "column": 57
        },
        "end": {
          "line": 292,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 9900,
      "end": 9901,
      "loc": {
        "start": {
          "line": 292,
          "column": 59
        },
        "end": {
          "line": 292,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9901,
      "end": 9902,
      "loc": {
        "start": {
          "line": 292,
          "column": 60
        },
        "end": {
          "line": 292,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9902,
      "end": 9903,
      "loc": {
        "start": {
          "line": 292,
          "column": 61
        },
        "end": {
          "line": 292,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 9904,
      "end": 9905,
      "loc": {
        "start": {
          "line": 292,
          "column": 63
        },
        "end": {
          "line": 292,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 9906,
      "end": 9907,
      "loc": {
        "start": {
          "line": 292,
          "column": 65
        },
        "end": {
          "line": 292,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9907,
      "end": 9908,
      "loc": {
        "start": {
          "line": 292,
          "column": 66
        },
        "end": {
          "line": 292,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "while",
        "keyword": "while",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "while",
      "start": 9913,
      "end": 9918,
      "loc": {
        "start": {
          "line": 293,
          "column": 4
        },
        "end": {
          "line": 293,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9919,
      "end": 9920,
      "loc": {
        "start": {
          "line": 293,
          "column": 10
        },
        "end": {
          "line": 293,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offset",
      "start": 9920,
      "end": 9926,
      "loc": {
        "start": {
          "line": 293,
          "column": 11
        },
        "end": {
          "line": 293,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 9927,
      "end": 9928,
      "loc": {
        "start": {
          "line": 293,
          "column": 18
        },
        "end": {
          "line": 293,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 9929,
      "end": 9933,
      "loc": {
        "start": {
          "line": 293,
          "column": 20
        },
        "end": {
          "line": 293,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9933,
      "end": 9934,
      "loc": {
        "start": {
          "line": 293,
          "column": 24
        },
        "end": {
          "line": 293,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "max",
      "start": 9934,
      "end": 9937,
      "loc": {
        "start": {
          "line": 293,
          "column": 25
        },
        "end": {
          "line": 293,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9937,
      "end": 9938,
      "loc": {
        "start": {
          "line": 293,
          "column": 28
        },
        "end": {
          "line": 293,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tuples",
      "start": 9938,
      "end": 9944,
      "loc": {
        "start": {
          "line": 293,
          "column": 29
        },
        "end": {
          "line": 293,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9944,
      "end": 9945,
      "loc": {
        "start": {
          "line": 293,
          "column": 35
        },
        "end": {
          "line": 293,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 9945,
      "end": 9951,
      "loc": {
        "start": {
          "line": 293,
          "column": 36
        },
        "end": {
          "line": 293,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9951,
      "end": 9952,
      "loc": {
        "start": {
          "line": 293,
          "column": 42
        },
        "end": {
          "line": 293,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 9953,
      "end": 9954,
      "loc": {
        "start": {
          "line": 293,
          "column": 44
        },
        "end": {
          "line": 293,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9954,
      "end": 9955,
      "loc": {
        "start": {
          "line": 293,
          "column": 45
        },
        "end": {
          "line": 293,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9955,
      "end": 9956,
      "loc": {
        "start": {
          "line": 293,
          "column": 46
        },
        "end": {
          "line": 293,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9957,
      "end": 9958,
      "loc": {
        "start": {
          "line": 293,
          "column": 48
        },
        "end": {
          "line": 293,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 9965,
      "end": 9970,
      "loc": {
        "start": {
          "line": 294,
          "column": 6
        },
        "end": {
          "line": 294,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replacements",
      "start": 9971,
      "end": 9983,
      "loc": {
        "start": {
          "line": 294,
          "column": 12
        },
        "end": {
          "line": 294,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9984,
      "end": 9985,
      "loc": {
        "start": {
          "line": 294,
          "column": 25
        },
        "end": {
          "line": 294,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9986,
      "end": 9987,
      "loc": {
        "start": {
          "line": 294,
          "column": 27
        },
        "end": {
          "line": 294,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 9996,
      "end": 10001,
      "loc": {
        "start": {
          "line": 295,
          "column": 8
        },
        "end": {
          "line": 295,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10001,
      "end": 10002,
      "loc": {
        "start": {
          "line": 295,
          "column": 13
        },
        "end": {
          "line": 295,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10003,
      "end": 10007,
      "loc": {
        "start": {
          "line": 295,
          "column": 15
        },
        "end": {
          "line": 295,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10007,
      "end": 10008,
      "loc": {
        "start": {
          "line": 295,
          "column": 19
        },
        "end": {
          "line": 295,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 10008,
      "end": 10018,
      "loc": {
        "start": {
          "line": 295,
          "column": 20
        },
        "end": {
          "line": 295,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10018,
      "end": 10019,
      "loc": {
        "start": {
          "line": 295,
          "column": 30
        },
        "end": {
          "line": 295,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 10019,
      "end": 10028,
      "loc": {
        "start": {
          "line": 295,
          "column": 31
        },
        "end": {
          "line": 295,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10028,
      "end": 10029,
      "loc": {
        "start": {
          "line": 295,
          "column": 40
        },
        "end": {
          "line": 295,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10029,
      "end": 10030,
      "loc": {
        "start": {
          "line": 295,
          "column": 41
        },
        "end": {
          "line": 295,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 10039,
      "end": 10049,
      "loc": {
        "start": {
          "line": 296,
          "column": 8
        },
        "end": {
          "line": 296,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10049,
      "end": 10050,
      "loc": {
        "start": {
          "line": 296,
          "column": 18
        },
        "end": {
          "line": 296,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allAttributes",
      "start": 10051,
      "end": 10064,
      "loc": {
        "start": {
          "line": 296,
          "column": 20
        },
        "end": {
          "line": 296,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10064,
      "end": 10065,
      "loc": {
        "start": {
          "line": 296,
          "column": 33
        },
        "end": {
          "line": 296,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 10065,
      "end": 10068,
      "loc": {
        "start": {
          "line": 296,
          "column": 34
        },
        "end": {
          "line": 296,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10068,
      "end": 10069,
      "loc": {
        "start": {
          "line": 296,
          "column": 37
        },
        "end": {
          "line": 296,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 10069,
      "end": 10073,
      "loc": {
        "start": {
          "line": 296,
          "column": 38
        },
        "end": {
          "line": 296,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10074,
      "end": 10076,
      "loc": {
        "start": {
          "line": 296,
          "column": 43
        },
        "end": {
          "line": 296,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10099,
      "end": 10103,
      "loc": {
        "start": {
          "line": 297,
          "column": 22
        },
        "end": {
          "line": 297,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10103,
      "end": 10104,
      "loc": {
        "start": {
          "line": 297,
          "column": 26
        },
        "end": {
          "line": 297,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 10104,
      "end": 10119,
      "loc": {
        "start": {
          "line": 297,
          "column": 27
        },
        "end": {
          "line": 297,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10119,
      "end": 10120,
      "loc": {
        "start": {
          "line": 297,
          "column": 42
        },
        "end": {
          "line": 297,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 10120,
      "end": 10124,
      "loc": {
        "start": {
          "line": 297,
          "column": 43
        },
        "end": {
          "line": 297,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10124,
      "end": 10125,
      "loc": {
        "start": {
          "line": 297,
          "column": 47
        },
        "end": {
          "line": 297,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10125,
      "end": 10126,
      "loc": {
        "start": {
          "line": 297,
          "column": 48
        },
        "end": {
          "line": 297,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10126,
      "end": 10127,
      "loc": {
        "start": {
          "line": 297,
          "column": 49
        },
        "end": {
          "line": 297,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 10127,
      "end": 10131,
      "loc": {
        "start": {
          "line": 297,
          "column": 50
        },
        "end": {
          "line": 297,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10131,
      "end": 10132,
      "loc": {
        "start": {
          "line": 297,
          "column": 54
        },
        "end": {
          "line": 297,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ",",
      "start": 10132,
      "end": 10135,
      "loc": {
        "start": {
          "line": 297,
          "column": 55
        },
        "end": {
          "line": 297,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10135,
      "end": 10136,
      "loc": {
        "start": {
          "line": 297,
          "column": 58
        },
        "end": {
          "line": 297,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10136,
      "end": 10137,
      "loc": {
        "start": {
          "line": 297,
          "column": 59
        },
        "end": {
          "line": 297,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tuples",
      "start": 10146,
      "end": 10152,
      "loc": {
        "start": {
          "line": 298,
          "column": 8
        },
        "end": {
          "line": 298,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10152,
      "end": 10153,
      "loc": {
        "start": {
          "line": 298,
          "column": 14
        },
        "end": {
          "line": 298,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tuples",
      "start": 10154,
      "end": 10160,
      "loc": {
        "start": {
          "line": 298,
          "column": 16
        },
        "end": {
          "line": 298,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10160,
      "end": 10161,
      "loc": {
        "start": {
          "line": 298,
          "column": 22
        },
        "end": {
          "line": 298,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "slice",
      "start": 10161,
      "end": 10166,
      "loc": {
        "start": {
          "line": 298,
          "column": 23
        },
        "end": {
          "line": 298,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10166,
      "end": 10167,
      "loc": {
        "start": {
          "line": 298,
          "column": 28
        },
        "end": {
          "line": 298,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offset",
      "start": 10167,
      "end": 10173,
      "loc": {
        "start": {
          "line": 298,
          "column": 29
        },
        "end": {
          "line": 298,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10173,
      "end": 10174,
      "loc": {
        "start": {
          "line": 298,
          "column": 35
        },
        "end": {
          "line": 298,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 10175,
      "end": 10179,
      "loc": {
        "start": {
          "line": 298,
          "column": 37
        },
        "end": {
          "line": 298,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10179,
      "end": 10180,
      "loc": {
        "start": {
          "line": 298,
          "column": 41
        },
        "end": {
          "line": 298,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "min",
      "start": 10180,
      "end": 10183,
      "loc": {
        "start": {
          "line": 298,
          "column": 42
        },
        "end": {
          "line": 298,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10183,
      "end": 10184,
      "loc": {
        "start": {
          "line": 298,
          "column": 45
        },
        "end": {
          "line": 298,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tuples",
      "start": 10184,
      "end": 10190,
      "loc": {
        "start": {
          "line": 298,
          "column": 46
        },
        "end": {
          "line": 298,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10190,
      "end": 10191,
      "loc": {
        "start": {
          "line": 298,
          "column": 52
        },
        "end": {
          "line": 298,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 10191,
      "end": 10197,
      "loc": {
        "start": {
          "line": 298,
          "column": 53
        },
        "end": {
          "line": 298,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10197,
      "end": 10198,
      "loc": {
        "start": {
          "line": 298,
          "column": 59
        },
        "end": {
          "line": 298,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offset",
      "start": 10199,
      "end": 10205,
      "loc": {
        "start": {
          "line": 298,
          "column": 61
        },
        "end": {
          "line": 298,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 10206,
      "end": 10207,
      "loc": {
        "start": {
          "line": 298,
          "column": 68
        },
        "end": {
          "line": 298,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "batch",
      "start": 10208,
      "end": 10213,
      "loc": {
        "start": {
          "line": 298,
          "column": 70
        },
        "end": {
          "line": 298,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10213,
      "end": 10214,
      "loc": {
        "start": {
          "line": 298,
          "column": 75
        },
        "end": {
          "line": 298,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10214,
      "end": 10215,
      "loc": {
        "start": {
          "line": 298,
          "column": 76
        },
        "end": {
          "line": 298,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10215,
      "end": 10216,
      "loc": {
        "start": {
          "line": 298,
          "column": 77
        },
        "end": {
          "line": 298,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "output",
      "start": 10225,
      "end": 10231,
      "loc": {
        "start": {
          "line": 299,
          "column": 8
        },
        "end": {
          "line": 299,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10231,
      "end": 10232,
      "loc": {
        "start": {
          "line": 299,
          "column": 14
        },
        "end": {
          "line": 299,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "outputFragment",
      "start": 10233,
      "end": 10247,
      "loc": {
        "start": {
          "line": 299,
          "column": 16
        },
        "end": {
          "line": 299,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10254,
      "end": 10255,
      "loc": {
        "start": {
          "line": 300,
          "column": 6
        },
        "end": {
          "line": 300,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10255,
      "end": 10256,
      "loc": {
        "start": {
          "line": 300,
          "column": 7
        },
        "end": {
          "line": 300,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 10264,
      "end": 10267,
      "loc": {
        "start": {
          "line": 302,
          "column": 6
        },
        "end": {
          "line": 302,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "generatedQuery",
      "start": 10268,
      "end": 10282,
      "loc": {
        "start": {
          "line": 302,
          "column": 10
        },
        "end": {
          "line": 302,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10283,
      "end": 10284,
      "loc": {
        "start": {
          "line": 302,
          "column": 25
        },
        "end": {
          "line": 302,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 10285,
      "end": 10290,
      "loc": {
        "start": {
          "line": 302,
          "column": 27
        },
        "end": {
          "line": 302,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10290,
      "end": 10291,
      "loc": {
        "start": {
          "line": 302,
          "column": 32
        },
        "end": {
          "line": 302,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 10291,
      "end": 10292,
      "loc": {
        "start": {
          "line": 302,
          "column": 33
        },
        "end": {
          "line": 302,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10292,
      "end": 10293,
      "loc": {
        "start": {
          "line": 302,
          "column": 34
        },
        "end": {
          "line": 302,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 10293,
      "end": 10301,
      "loc": {
        "start": {
          "line": 302,
          "column": 35
        },
        "end": {
          "line": 302,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10301,
      "end": 10302,
      "loc": {
        "start": {
          "line": 302,
          "column": 43
        },
        "end": {
          "line": 302,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allQueries",
      "start": 10302,
      "end": 10312,
      "loc": {
        "start": {
          "line": 302,
          "column": 44
        },
        "end": {
          "line": 302,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10312,
      "end": 10313,
      "loc": {
        "start": {
          "line": 302,
          "column": 54
        },
        "end": {
          "line": 302,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 10313,
      "end": 10317,
      "loc": {
        "start": {
          "line": 302,
          "column": 55
        },
        "end": {
          "line": 302,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10317,
      "end": 10318,
      "loc": {
        "start": {
          "line": 302,
          "column": 59
        },
        "end": {
          "line": 302,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ";",
      "start": 10318,
      "end": 10321,
      "loc": {
        "start": {
          "line": 302,
          "column": 60
        },
        "end": {
          "line": 302,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10321,
      "end": 10322,
      "loc": {
        "start": {
          "line": 302,
          "column": 63
        },
        "end": {
          "line": 302,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10322,
      "end": 10323,
      "loc": {
        "start": {
          "line": 302,
          "column": 64
        },
        "end": {
          "line": 302,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10323,
      "end": 10324,
      "loc": {
        "start": {
          "line": 302,
          "column": 65
        },
        "end": {
          "line": 302,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replacements",
      "start": 10324,
      "end": 10336,
      "loc": {
        "start": {
          "line": 302,
          "column": 66
        },
        "end": {
          "line": 302,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10336,
      "end": 10337,
      "loc": {
        "start": {
          "line": 302,
          "column": 78
        },
        "end": {
          "line": 302,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10337,
      "end": 10338,
      "loc": {
        "start": {
          "line": 302,
          "column": 79
        },
        "end": {
          "line": 302,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 10345,
      "end": 10347,
      "loc": {
        "start": {
          "line": 303,
          "column": 6
        },
        "end": {
          "line": 303,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10348,
      "end": 10349,
      "loc": {
        "start": {
          "line": 303,
          "column": 9
        },
        "end": {
          "line": 303,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "needIdentityInsertWrapper",
      "start": 10349,
      "end": 10374,
      "loc": {
        "start": {
          "line": 303,
          "column": 10
        },
        "end": {
          "line": 303,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10374,
      "end": 10375,
      "loc": {
        "start": {
          "line": 303,
          "column": 35
        },
        "end": {
          "line": 303,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10376,
      "end": 10377,
      "loc": {
        "start": {
          "line": 303,
          "column": 37
        },
        "end": {
          "line": 303,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "generatedQuery",
      "start": 10386,
      "end": 10400,
      "loc": {
        "start": {
          "line": 304,
          "column": 8
        },
        "end": {
          "line": 304,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10401,
      "end": 10402,
      "loc": {
        "start": {
          "line": 304,
          "column": 23
        },
        "end": {
          "line": 304,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10403,
      "end": 10404,
      "loc": {
        "start": {
          "line": 304,
          "column": 25
        },
        "end": {
          "line": 304,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SET IDENTITY_INSERT",
      "start": 10415,
      "end": 10436,
      "loc": {
        "start": {
          "line": 305,
          "column": 10
        },
        "end": {
          "line": 305,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10436,
      "end": 10437,
      "loc": {
        "start": {
          "line": 305,
          "column": 31
        },
        "end": {
          "line": 305,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10438,
      "end": 10442,
      "loc": {
        "start": {
          "line": 305,
          "column": 33
        },
        "end": {
          "line": 305,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10442,
      "end": 10443,
      "loc": {
        "start": {
          "line": 305,
          "column": 37
        },
        "end": {
          "line": 305,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 10443,
      "end": 10453,
      "loc": {
        "start": {
          "line": 305,
          "column": 38
        },
        "end": {
          "line": 305,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10453,
      "end": 10454,
      "loc": {
        "start": {
          "line": 305,
          "column": 48
        },
        "end": {
          "line": 305,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 10454,
      "end": 10463,
      "loc": {
        "start": {
          "line": 305,
          "column": 49
        },
        "end": {
          "line": 305,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10463,
      "end": 10464,
      "loc": {
        "start": {
          "line": 305,
          "column": 58
        },
        "end": {
          "line": 305,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10464,
      "end": 10465,
      "loc": {
        "start": {
          "line": 305,
          "column": 59
        },
        "end": {
          "line": 305,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "ON;",
      "start": 10466,
      "end": 10471,
      "loc": {
        "start": {
          "line": 305,
          "column": 61
        },
        "end": {
          "line": 305,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10471,
      "end": 10472,
      "loc": {
        "start": {
          "line": 305,
          "column": 66
        },
        "end": {
          "line": 305,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "generatedQuery",
      "start": 10483,
      "end": 10497,
      "loc": {
        "start": {
          "line": 306,
          "column": 10
        },
        "end": {
          "line": 306,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10497,
      "end": 10498,
      "loc": {
        "start": {
          "line": 306,
          "column": 24
        },
        "end": {
          "line": 306,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SET IDENTITY_INSERT",
      "start": 10509,
      "end": 10530,
      "loc": {
        "start": {
          "line": 307,
          "column": 10
        },
        "end": {
          "line": 307,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10530,
      "end": 10531,
      "loc": {
        "start": {
          "line": 307,
          "column": 31
        },
        "end": {
          "line": 307,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10532,
      "end": 10536,
      "loc": {
        "start": {
          "line": 307,
          "column": 33
        },
        "end": {
          "line": 307,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10536,
      "end": 10537,
      "loc": {
        "start": {
          "line": 307,
          "column": 37
        },
        "end": {
          "line": 307,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 10537,
      "end": 10547,
      "loc": {
        "start": {
          "line": 307,
          "column": 38
        },
        "end": {
          "line": 307,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10547,
      "end": 10548,
      "loc": {
        "start": {
          "line": 307,
          "column": 48
        },
        "end": {
          "line": 307,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 10548,
      "end": 10557,
      "loc": {
        "start": {
          "line": 307,
          "column": 49
        },
        "end": {
          "line": 307,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10557,
      "end": 10558,
      "loc": {
        "start": {
          "line": 307,
          "column": 58
        },
        "end": {
          "line": 307,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10558,
      "end": 10559,
      "loc": {
        "start": {
          "line": 307,
          "column": 59
        },
        "end": {
          "line": 307,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "OFF;",
      "start": 10560,
      "end": 10566,
      "loc": {
        "start": {
          "line": 307,
          "column": 61
        },
        "end": {
          "line": 307,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10566,
      "end": 10567,
      "loc": {
        "start": {
          "line": 307,
          "column": 67
        },
        "end": {
          "line": 307,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10576,
      "end": 10577,
      "loc": {
        "start": {
          "line": 308,
          "column": 8
        },
        "end": {
          "line": 308,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10577,
      "end": 10578,
      "loc": {
        "start": {
          "line": 308,
          "column": 9
        },
        "end": {
          "line": 308,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 10578,
      "end": 10582,
      "loc": {
        "start": {
          "line": 308,
          "column": 10
        },
        "end": {
          "line": 308,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10582,
      "end": 10583,
      "loc": {
        "start": {
          "line": 308,
          "column": 14
        },
        "end": {
          "line": 308,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ",
      "start": 10583,
      "end": 10586,
      "loc": {
        "start": {
          "line": 308,
          "column": 15
        },
        "end": {
          "line": 308,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10586,
      "end": 10587,
      "loc": {
        "start": {
          "line": 308,
          "column": 18
        },
        "end": {
          "line": 308,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10587,
      "end": 10588,
      "loc": {
        "start": {
          "line": 308,
          "column": 19
        },
        "end": {
          "line": 308,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10595,
      "end": 10596,
      "loc": {
        "start": {
          "line": 309,
          "column": 6
        },
        "end": {
          "line": 309,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "commands",
      "start": 10603,
      "end": 10611,
      "loc": {
        "start": {
          "line": 310,
          "column": 6
        },
        "end": {
          "line": 310,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10611,
      "end": 10612,
      "loc": {
        "start": {
          "line": 310,
          "column": 14
        },
        "end": {
          "line": 310,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 10612,
      "end": 10616,
      "loc": {
        "start": {
          "line": 310,
          "column": 15
        },
        "end": {
          "line": 310,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10616,
      "end": 10617,
      "loc": {
        "start": {
          "line": 310,
          "column": 19
        },
        "end": {
          "line": 310,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "generatedQuery",
      "start": 10617,
      "end": 10631,
      "loc": {
        "start": {
          "line": 310,
          "column": 20
        },
        "end": {
          "line": 310,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10631,
      "end": 10632,
      "loc": {
        "start": {
          "line": 310,
          "column": 34
        },
        "end": {
          "line": 310,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10632,
      "end": 10633,
      "loc": {
        "start": {
          "line": 310,
          "column": 35
        },
        "end": {
          "line": 310,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offset",
      "start": 10640,
      "end": 10646,
      "loc": {
        "start": {
          "line": 311,
          "column": 6
        },
        "end": {
          "line": 311,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 10647,
      "end": 10649,
      "loc": {
        "start": {
          "line": 311,
          "column": 13
        },
        "end": {
          "line": 311,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "batch",
      "start": 10650,
      "end": 10655,
      "loc": {
        "start": {
          "line": 311,
          "column": 16
        },
        "end": {
          "line": 311,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10655,
      "end": 10656,
      "loc": {
        "start": {
          "line": 311,
          "column": 21
        },
        "end": {
          "line": 311,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10661,
      "end": 10662,
      "loc": {
        "start": {
          "line": 312,
          "column": 4
        },
        "end": {
          "line": 312,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 10667,
      "end": 10673,
      "loc": {
        "start": {
          "line": 313,
          "column": 4
        },
        "end": {
          "line": 313,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "commands",
      "start": 10674,
      "end": 10682,
      "loc": {
        "start": {
          "line": 313,
          "column": 11
        },
        "end": {
          "line": 313,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10682,
      "end": 10683,
      "loc": {
        "start": {
          "line": 313,
          "column": 19
        },
        "end": {
          "line": 313,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 10683,
      "end": 10687,
      "loc": {
        "start": {
          "line": 313,
          "column": 20
        },
        "end": {
          "line": 313,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10687,
      "end": 10688,
      "loc": {
        "start": {
          "line": 313,
          "column": 24
        },
        "end": {
          "line": 313,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ";",
      "start": 10688,
      "end": 10691,
      "loc": {
        "start": {
          "line": 313,
          "column": 25
        },
        "end": {
          "line": 313,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10691,
      "end": 10692,
      "loc": {
        "start": {
          "line": 313,
          "column": 28
        },
        "end": {
          "line": 313,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10692,
      "end": 10693,
      "loc": {
        "start": {
          "line": 313,
          "column": 29
        },
        "end": {
          "line": 313,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10696,
      "end": 10697,
      "loc": {
        "start": {
          "line": 314,
          "column": 2
        },
        "end": {
          "line": 314,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10697,
      "end": 10698,
      "loc": {
        "start": {
          "line": 314,
          "column": 3
        },
        "end": {
          "line": 314,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateQuery",
      "start": 10702,
      "end": 10713,
      "loc": {
        "start": {
          "line": 316,
          "column": 2
        },
        "end": {
          "line": 316,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10713,
      "end": 10714,
      "loc": {
        "start": {
          "line": 316,
          "column": 13
        },
        "end": {
          "line": 316,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 10714,
      "end": 10723,
      "loc": {
        "start": {
          "line": 316,
          "column": 14
        },
        "end": {
          "line": 316,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10723,
      "end": 10724,
      "loc": {
        "start": {
          "line": 316,
          "column": 23
        },
        "end": {
          "line": 316,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrValueHash",
      "start": 10725,
      "end": 10738,
      "loc": {
        "start": {
          "line": 316,
          "column": 25
        },
        "end": {
          "line": 316,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10738,
      "end": 10739,
      "loc": {
        "start": {
          "line": 316,
          "column": 38
        },
        "end": {
          "line": 316,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 10740,
      "end": 10745,
      "loc": {
        "start": {
          "line": 316,
          "column": 40
        },
        "end": {
          "line": 316,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10745,
      "end": 10746,
      "loc": {
        "start": {
          "line": 316,
          "column": 45
        },
        "end": {
          "line": 316,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 10747,
      "end": 10754,
      "loc": {
        "start": {
          "line": 316,
          "column": 47
        },
        "end": {
          "line": 316,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10754,
      "end": 10755,
      "loc": {
        "start": {
          "line": 316,
          "column": 54
        },
        "end": {
          "line": 316,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 10756,
      "end": 10766,
      "loc": {
        "start": {
          "line": 316,
          "column": 56
        },
        "end": {
          "line": 316,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10766,
      "end": 10767,
      "loc": {
        "start": {
          "line": 316,
          "column": 66
        },
        "end": {
          "line": 316,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10768,
      "end": 10769,
      "loc": {
        "start": {
          "line": 316,
          "column": 68
        },
        "end": {
          "line": 316,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 10774,
      "end": 10777,
      "loc": {
        "start": {
          "line": 317,
          "column": 4
        },
        "end": {
          "line": 317,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 10778,
      "end": 10781,
      "loc": {
        "start": {
          "line": 317,
          "column": 8
        },
        "end": {
          "line": 317,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10782,
      "end": 10783,
      "loc": {
        "start": {
          "line": 317,
          "column": 12
        },
        "end": {
          "line": 317,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "super",
        "keyword": "super",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "super",
      "start": 10784,
      "end": 10789,
      "loc": {
        "start": {
          "line": 317,
          "column": 14
        },
        "end": {
          "line": 317,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10789,
      "end": 10790,
      "loc": {
        "start": {
          "line": 317,
          "column": 19
        },
        "end": {
          "line": 317,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateQuery",
      "start": 10790,
      "end": 10801,
      "loc": {
        "start": {
          "line": 317,
          "column": 20
        },
        "end": {
          "line": 317,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10801,
      "end": 10802,
      "loc": {
        "start": {
          "line": 317,
          "column": 31
        },
        "end": {
          "line": 317,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 10802,
      "end": 10811,
      "loc": {
        "start": {
          "line": 317,
          "column": 32
        },
        "end": {
          "line": 317,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10811,
      "end": 10812,
      "loc": {
        "start": {
          "line": 317,
          "column": 41
        },
        "end": {
          "line": 317,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrValueHash",
      "start": 10813,
      "end": 10826,
      "loc": {
        "start": {
          "line": 317,
          "column": 43
        },
        "end": {
          "line": 317,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10826,
      "end": 10827,
      "loc": {
        "start": {
          "line": 317,
          "column": 56
        },
        "end": {
          "line": 317,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 10828,
      "end": 10833,
      "loc": {
        "start": {
          "line": 317,
          "column": 58
        },
        "end": {
          "line": 317,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10833,
      "end": 10834,
      "loc": {
        "start": {
          "line": 317,
          "column": 63
        },
        "end": {
          "line": 317,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 10835,
      "end": 10842,
      "loc": {
        "start": {
          "line": 317,
          "column": 65
        },
        "end": {
          "line": 317,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10842,
      "end": 10843,
      "loc": {
        "start": {
          "line": 317,
          "column": 72
        },
        "end": {
          "line": 317,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 10844,
      "end": 10854,
      "loc": {
        "start": {
          "line": 317,
          "column": 74
        },
        "end": {
          "line": 317,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10854,
      "end": 10855,
      "loc": {
        "start": {
          "line": 317,
          "column": 84
        },
        "end": {
          "line": 317,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10855,
      "end": 10856,
      "loc": {
        "start": {
          "line": 317,
          "column": 85
        },
        "end": {
          "line": 317,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 10861,
      "end": 10863,
      "loc": {
        "start": {
          "line": 318,
          "column": 4
        },
        "end": {
          "line": 318,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10864,
      "end": 10865,
      "loc": {
        "start": {
          "line": 318,
          "column": 7
        },
        "end": {
          "line": 318,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 10865,
      "end": 10872,
      "loc": {
        "start": {
          "line": 318,
          "column": 8
        },
        "end": {
          "line": 318,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10872,
      "end": 10873,
      "loc": {
        "start": {
          "line": 318,
          "column": 15
        },
        "end": {
          "line": 318,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 10873,
      "end": 10878,
      "loc": {
        "start": {
          "line": 318,
          "column": 16
        },
        "end": {
          "line": 318,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10878,
      "end": 10879,
      "loc": {
        "start": {
          "line": 318,
          "column": 21
        },
        "end": {
          "line": 318,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10880,
      "end": 10881,
      "loc": {
        "start": {
          "line": 318,
          "column": 23
        },
        "end": {
          "line": 318,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 10888,
      "end": 10893,
      "loc": {
        "start": {
          "line": 319,
          "column": 6
        },
        "end": {
          "line": 319,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateArgs",
      "start": 10894,
      "end": 10904,
      "loc": {
        "start": {
          "line": 319,
          "column": 12
        },
        "end": {
          "line": 319,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10905,
      "end": 10906,
      "loc": {
        "start": {
          "line": 319,
          "column": 23
        },
        "end": {
          "line": 319,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10907,
      "end": 10908,
      "loc": {
        "start": {
          "line": 319,
          "column": 25
        },
        "end": {
          "line": 319,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "UPDATE TOP(",
      "start": 10908,
      "end": 10919,
      "loc": {
        "start": {
          "line": 319,
          "column": 26
        },
        "end": {
          "line": 319,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10919,
      "end": 10921,
      "loc": {
        "start": {
          "line": 319,
          "column": 37
        },
        "end": {
          "line": 319,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10921,
      "end": 10925,
      "loc": {
        "start": {
          "line": 319,
          "column": 39
        },
        "end": {
          "line": 319,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10925,
      "end": 10926,
      "loc": {
        "start": {
          "line": 319,
          "column": 43
        },
        "end": {
          "line": 319,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "escape",
      "start": 10926,
      "end": 10932,
      "loc": {
        "start": {
          "line": 319,
          "column": 44
        },
        "end": {
          "line": 319,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10932,
      "end": 10933,
      "loc": {
        "start": {
          "line": 319,
          "column": 50
        },
        "end": {
          "line": 319,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 10933,
      "end": 10940,
      "loc": {
        "start": {
          "line": 319,
          "column": 51
        },
        "end": {
          "line": 319,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10940,
      "end": 10941,
      "loc": {
        "start": {
          "line": 319,
          "column": 58
        },
        "end": {
          "line": 319,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 10941,
      "end": 10946,
      "loc": {
        "start": {
          "line": 319,
          "column": 59
        },
        "end": {
          "line": 319,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10946,
      "end": 10947,
      "loc": {
        "start": {
          "line": 319,
          "column": 64
        },
        "end": {
          "line": 319,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10947,
      "end": 10948,
      "loc": {
        "start": {
          "line": 319,
          "column": 65
        },
        "end": {
          "line": 319,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ")",
      "start": 10948,
      "end": 10949,
      "loc": {
        "start": {
          "line": 319,
          "column": 66
        },
        "end": {
          "line": 319,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10949,
      "end": 10950,
      "loc": {
        "start": {
          "line": 319,
          "column": 67
        },
        "end": {
          "line": 319,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10950,
      "end": 10951,
      "loc": {
        "start": {
          "line": 319,
          "column": 68
        },
        "end": {
          "line": 319,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 10958,
      "end": 10961,
      "loc": {
        "start": {
          "line": 320,
          "column": 6
        },
        "end": {
          "line": 320,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10962,
      "end": 10963,
      "loc": {
        "start": {
          "line": 320,
          "column": 10
        },
        "end": {
          "line": 320,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 10964,
      "end": 10967,
      "loc": {
        "start": {
          "line": 320,
          "column": 12
        },
        "end": {
          "line": 320,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10967,
      "end": 10968,
      "loc": {
        "start": {
          "line": 320,
          "column": 15
        },
        "end": {
          "line": 320,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replace",
      "start": 10968,
      "end": 10975,
      "loc": {
        "start": {
          "line": 320,
          "column": 16
        },
        "end": {
          "line": 320,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10975,
      "end": 10976,
      "loc": {
        "start": {
          "line": 320,
          "column": 23
        },
        "end": {
          "line": 320,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "UPDATE",
      "start": 10976,
      "end": 10984,
      "loc": {
        "start": {
          "line": 320,
          "column": 24
        },
        "end": {
          "line": 320,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10984,
      "end": 10985,
      "loc": {
        "start": {
          "line": 320,
          "column": 32
        },
        "end": {
          "line": 320,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateArgs",
      "start": 10986,
      "end": 10996,
      "loc": {
        "start": {
          "line": 320,
          "column": 34
        },
        "end": {
          "line": 320,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10996,
      "end": 10997,
      "loc": {
        "start": {
          "line": 320,
          "column": 44
        },
        "end": {
          "line": 320,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10997,
      "end": 10998,
      "loc": {
        "start": {
          "line": 320,
          "column": 45
        },
        "end": {
          "line": 320,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11003,
      "end": 11004,
      "loc": {
        "start": {
          "line": 321,
          "column": 4
        },
        "end": {
          "line": 321,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 11009,
      "end": 11015,
      "loc": {
        "start": {
          "line": 322,
          "column": 4
        },
        "end": {
          "line": 322,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 11016,
      "end": 11019,
      "loc": {
        "start": {
          "line": 322,
          "column": 11
        },
        "end": {
          "line": 322,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11019,
      "end": 11020,
      "loc": {
        "start": {
          "line": 322,
          "column": 14
        },
        "end": {
          "line": 322,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11023,
      "end": 11024,
      "loc": {
        "start": {
          "line": 323,
          "column": 2
        },
        "end": {
          "line": 323,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11024,
      "end": 11025,
      "loc": {
        "start": {
          "line": 323,
          "column": 3
        },
        "end": {
          "line": 323,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "upsertQuery",
      "start": 11029,
      "end": 11040,
      "loc": {
        "start": {
          "line": 325,
          "column": 2
        },
        "end": {
          "line": 325,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11040,
      "end": 11041,
      "loc": {
        "start": {
          "line": 325,
          "column": 13
        },
        "end": {
          "line": 325,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 11041,
      "end": 11050,
      "loc": {
        "start": {
          "line": 325,
          "column": 14
        },
        "end": {
          "line": 325,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11050,
      "end": 11051,
      "loc": {
        "start": {
          "line": 325,
          "column": 23
        },
        "end": {
          "line": 325,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "insertValues",
      "start": 11052,
      "end": 11064,
      "loc": {
        "start": {
          "line": 325,
          "column": 25
        },
        "end": {
          "line": 325,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11064,
      "end": 11065,
      "loc": {
        "start": {
          "line": 325,
          "column": 37
        },
        "end": {
          "line": 325,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateValues",
      "start": 11066,
      "end": 11078,
      "loc": {
        "start": {
          "line": 325,
          "column": 39
        },
        "end": {
          "line": 325,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11078,
      "end": 11079,
      "loc": {
        "start": {
          "line": 325,
          "column": 51
        },
        "end": {
          "line": 325,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 11080,
      "end": 11085,
      "loc": {
        "start": {
          "line": 325,
          "column": 53
        },
        "end": {
          "line": 325,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11085,
      "end": 11086,
      "loc": {
        "start": {
          "line": 325,
          "column": 58
        },
        "end": {
          "line": 325,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 11087,
      "end": 11100,
      "loc": {
        "start": {
          "line": 325,
          "column": 60
        },
        "end": {
          "line": 325,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11100,
      "end": 11101,
      "loc": {
        "start": {
          "line": 325,
          "column": 73
        },
        "end": {
          "line": 325,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 11102,
      "end": 11109,
      "loc": {
        "start": {
          "line": 325,
          "column": 75
        },
        "end": {
          "line": 325,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11109,
      "end": 11110,
      "loc": {
        "start": {
          "line": 325,
          "column": 82
        },
        "end": {
          "line": 325,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11111,
      "end": 11112,
      "loc": {
        "start": {
          "line": 325,
          "column": 84
        },
        "end": {
          "line": 325,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 11117,
      "end": 11122,
      "loc": {
        "start": {
          "line": 326,
          "column": 4
        },
        "end": {
          "line": 326,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "targetTableAlias",
      "start": 11123,
      "end": 11139,
      "loc": {
        "start": {
          "line": 326,
          "column": 10
        },
        "end": {
          "line": 326,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11140,
      "end": 11141,
      "loc": {
        "start": {
          "line": 326,
          "column": 27
        },
        "end": {
          "line": 326,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11142,
      "end": 11146,
      "loc": {
        "start": {
          "line": 326,
          "column": 29
        },
        "end": {
          "line": 326,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11146,
      "end": 11147,
      "loc": {
        "start": {
          "line": 326,
          "column": 33
        },
        "end": {
          "line": 326,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 11147,
      "end": 11157,
      "loc": {
        "start": {
          "line": 326,
          "column": 34
        },
        "end": {
          "line": 326,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11157,
      "end": 11158,
      "loc": {
        "start": {
          "line": 326,
          "column": 44
        },
        "end": {
          "line": 326,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11158,
      "end": 11159,
      "loc": {
        "start": {
          "line": 326,
          "column": 45
        },
        "end": {
          "line": 326,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 11159,
      "end": 11159,
      "loc": {
        "start": {
          "line": 326,
          "column": 46
        },
        "end": {
          "line": 326,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11159,
      "end": 11161,
      "loc": {
        "start": {
          "line": 326,
          "column": 46
        },
        "end": {
          "line": 326,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 11161,
      "end": 11170,
      "loc": {
        "start": {
          "line": 326,
          "column": 48
        },
        "end": {
          "line": 326,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11170,
      "end": 11171,
      "loc": {
        "start": {
          "line": 326,
          "column": 57
        },
        "end": {
          "line": 326,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "_target",
      "start": 11171,
      "end": 11178,
      "loc": {
        "start": {
          "line": 326,
          "column": 58
        },
        "end": {
          "line": 326,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11178,
      "end": 11179,
      "loc": {
        "start": {
          "line": 326,
          "column": 65
        },
        "end": {
          "line": 326,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11179,
      "end": 11180,
      "loc": {
        "start": {
          "line": 326,
          "column": 66
        },
        "end": {
          "line": 326,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11180,
      "end": 11181,
      "loc": {
        "start": {
          "line": 326,
          "column": 67
        },
        "end": {
          "line": 326,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 11186,
      "end": 11191,
      "loc": {
        "start": {
          "line": 327,
          "column": 4
        },
        "end": {
          "line": 327,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceTableAlias",
      "start": 11192,
      "end": 11208,
      "loc": {
        "start": {
          "line": 327,
          "column": 10
        },
        "end": {
          "line": 327,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11209,
      "end": 11210,
      "loc": {
        "start": {
          "line": 327,
          "column": 27
        },
        "end": {
          "line": 327,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11211,
      "end": 11215,
      "loc": {
        "start": {
          "line": 327,
          "column": 29
        },
        "end": {
          "line": 327,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11215,
      "end": 11216,
      "loc": {
        "start": {
          "line": 327,
          "column": 33
        },
        "end": {
          "line": 327,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 11216,
      "end": 11226,
      "loc": {
        "start": {
          "line": 327,
          "column": 34
        },
        "end": {
          "line": 327,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11226,
      "end": 11227,
      "loc": {
        "start": {
          "line": 327,
          "column": 44
        },
        "end": {
          "line": 327,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11227,
      "end": 11228,
      "loc": {
        "start": {
          "line": 327,
          "column": 45
        },
        "end": {
          "line": 327,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 11228,
      "end": 11228,
      "loc": {
        "start": {
          "line": 327,
          "column": 46
        },
        "end": {
          "line": 327,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11228,
      "end": 11230,
      "loc": {
        "start": {
          "line": 327,
          "column": 46
        },
        "end": {
          "line": 327,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 11230,
      "end": 11239,
      "loc": {
        "start": {
          "line": 327,
          "column": 48
        },
        "end": {
          "line": 327,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11239,
      "end": 11240,
      "loc": {
        "start": {
          "line": 327,
          "column": 57
        },
        "end": {
          "line": 327,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "_source",
      "start": 11240,
      "end": 11247,
      "loc": {
        "start": {
          "line": 327,
          "column": 58
        },
        "end": {
          "line": 327,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11247,
      "end": 11248,
      "loc": {
        "start": {
          "line": 327,
          "column": 65
        },
        "end": {
          "line": 327,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11248,
      "end": 11249,
      "loc": {
        "start": {
          "line": 327,
          "column": 66
        },
        "end": {
          "line": 327,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11249,
      "end": 11250,
      "loc": {
        "start": {
          "line": 327,
          "column": 67
        },
        "end": {
          "line": 327,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 11255,
      "end": 11260,
      "loc": {
        "start": {
          "line": 328,
          "column": 4
        },
        "end": {
          "line": 328,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primaryKeysAttrs",
      "start": 11261,
      "end": 11277,
      "loc": {
        "start": {
          "line": 328,
          "column": 10
        },
        "end": {
          "line": 328,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11278,
      "end": 11279,
      "loc": {
        "start": {
          "line": 328,
          "column": 27
        },
        "end": {
          "line": 328,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11280,
      "end": 11281,
      "loc": {
        "start": {
          "line": 328,
          "column": 29
        },
        "end": {
          "line": 328,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11281,
      "end": 11282,
      "loc": {
        "start": {
          "line": 328,
          "column": 30
        },
        "end": {
          "line": 328,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11282,
      "end": 11283,
      "loc": {
        "start": {
          "line": 328,
          "column": 31
        },
        "end": {
          "line": 328,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 11288,
      "end": 11293,
      "loc": {
        "start": {
          "line": 329,
          "column": 4
        },
        "end": {
          "line": 329,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identityAttrs",
      "start": 11294,
      "end": 11307,
      "loc": {
        "start": {
          "line": 329,
          "column": 10
        },
        "end": {
          "line": 329,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11308,
      "end": 11309,
      "loc": {
        "start": {
          "line": 329,
          "column": 24
        },
        "end": {
          "line": 329,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11310,
      "end": 11311,
      "loc": {
        "start": {
          "line": 329,
          "column": 26
        },
        "end": {
          "line": 329,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11311,
      "end": 11312,
      "loc": {
        "start": {
          "line": 329,
          "column": 27
        },
        "end": {
          "line": 329,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11312,
      "end": 11313,
      "loc": {
        "start": {
          "line": 329,
          "column": 28
        },
        "end": {
          "line": 329,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 11318,
      "end": 11323,
      "loc": {
        "start": {
          "line": 330,
          "column": 4
        },
        "end": {
          "line": 330,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uniqueAttrs",
      "start": 11324,
      "end": 11335,
      "loc": {
        "start": {
          "line": 330,
          "column": 10
        },
        "end": {
          "line": 330,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11336,
      "end": 11337,
      "loc": {
        "start": {
          "line": 330,
          "column": 22
        },
        "end": {
          "line": 330,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11338,
      "end": 11339,
      "loc": {
        "start": {
          "line": 330,
          "column": 24
        },
        "end": {
          "line": 330,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11339,
      "end": 11340,
      "loc": {
        "start": {
          "line": 330,
          "column": 25
        },
        "end": {
          "line": 330,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11340,
      "end": 11341,
      "loc": {
        "start": {
          "line": 330,
          "column": 26
        },
        "end": {
          "line": 330,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 11346,
      "end": 11351,
      "loc": {
        "start": {
          "line": 331,
          "column": 4
        },
        "end": {
          "line": 331,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableNameQuoted",
      "start": 11352,
      "end": 11367,
      "loc": {
        "start": {
          "line": 331,
          "column": 10
        },
        "end": {
          "line": 331,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11368,
      "end": 11369,
      "loc": {
        "start": {
          "line": 331,
          "column": 26
        },
        "end": {
          "line": 331,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11370,
      "end": 11374,
      "loc": {
        "start": {
          "line": 331,
          "column": 28
        },
        "end": {
          "line": 331,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11374,
      "end": 11375,
      "loc": {
        "start": {
          "line": 331,
          "column": 32
        },
        "end": {
          "line": 331,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 11375,
      "end": 11385,
      "loc": {
        "start": {
          "line": 331,
          "column": 33
        },
        "end": {
          "line": 331,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11385,
      "end": 11386,
      "loc": {
        "start": {
          "line": 331,
          "column": 43
        },
        "end": {
          "line": 331,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 11386,
      "end": 11395,
      "loc": {
        "start": {
          "line": 331,
          "column": 44
        },
        "end": {
          "line": 331,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11395,
      "end": 11396,
      "loc": {
        "start": {
          "line": 331,
          "column": 53
        },
        "end": {
          "line": 331,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11396,
      "end": 11397,
      "loc": {
        "start": {
          "line": 331,
          "column": 54
        },
        "end": {
          "line": 331,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 11402,
      "end": 11405,
      "loc": {
        "start": {
          "line": 332,
          "column": 4
        },
        "end": {
          "line": 332,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "needIdentityInsertWrapper",
      "start": 11406,
      "end": 11431,
      "loc": {
        "start": {
          "line": 332,
          "column": 8
        },
        "end": {
          "line": 332,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11432,
      "end": 11433,
      "loc": {
        "start": {
          "line": 332,
          "column": 34
        },
        "end": {
          "line": 332,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 11434,
      "end": 11439,
      "loc": {
        "start": {
          "line": 332,
          "column": 36
        },
        "end": {
          "line": 332,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11439,
      "end": 11440,
      "loc": {
        "start": {
          "line": 332,
          "column": 41
        },
        "end": {
          "line": 332,
          "column": 42
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "Obtain primaryKeys, uniquekeys and identity attrs from rawAttributes as model is not passed",
      "start": 11447,
      "end": 11540,
      "loc": {
        "start": {
          "line": 335,
          "column": 4
        },
        "end": {
          "line": 335,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 11545,
      "end": 11548,
      "loc": {
        "start": {
          "line": 336,
          "column": 4
        },
        "end": {
          "line": 336,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11549,
      "end": 11550,
      "loc": {
        "start": {
          "line": 336,
          "column": 8
        },
        "end": {
          "line": 336,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 11550,
      "end": 11555,
      "loc": {
        "start": {
          "line": 336,
          "column": 9
        },
        "end": {
          "line": 336,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 11556,
      "end": 11559,
      "loc": {
        "start": {
          "line": 336,
          "column": 15
        },
        "end": {
          "line": 336,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "in",
        "keyword": "in",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "in",
      "start": 11560,
      "end": 11562,
      "loc": {
        "start": {
          "line": 336,
          "column": 19
        },
        "end": {
          "line": 336,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 11563,
      "end": 11576,
      "loc": {
        "start": {
          "line": 336,
          "column": 22
        },
        "end": {
          "line": 336,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11576,
      "end": 11577,
      "loc": {
        "start": {
          "line": 336,
          "column": 35
        },
        "end": {
          "line": 336,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11578,
      "end": 11579,
      "loc": {
        "start": {
          "line": 336,
          "column": 37
        },
        "end": {
          "line": 336,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 11586,
      "end": 11588,
      "loc": {
        "start": {
          "line": 337,
          "column": 6
        },
        "end": {
          "line": 337,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11589,
      "end": 11590,
      "loc": {
        "start": {
          "line": 337,
          "column": 9
        },
        "end": {
          "line": 337,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 11590,
      "end": 11603,
      "loc": {
        "start": {
          "line": 337,
          "column": 10
        },
        "end": {
          "line": 337,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11603,
      "end": 11604,
      "loc": {
        "start": {
          "line": 337,
          "column": 23
        },
        "end": {
          "line": 337,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 11604,
      "end": 11607,
      "loc": {
        "start": {
          "line": 337,
          "column": 24
        },
        "end": {
          "line": 337,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11607,
      "end": 11608,
      "loc": {
        "start": {
          "line": 337,
          "column": 27
        },
        "end": {
          "line": 337,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11608,
      "end": 11609,
      "loc": {
        "start": {
          "line": 337,
          "column": 28
        },
        "end": {
          "line": 337,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primaryKey",
      "start": 11609,
      "end": 11619,
      "loc": {
        "start": {
          "line": 337,
          "column": 29
        },
        "end": {
          "line": 337,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11619,
      "end": 11620,
      "loc": {
        "start": {
          "line": 337,
          "column": 39
        },
        "end": {
          "line": 337,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11621,
      "end": 11622,
      "loc": {
        "start": {
          "line": 337,
          "column": 41
        },
        "end": {
          "line": 337,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primaryKeysAttrs",
      "start": 11631,
      "end": 11647,
      "loc": {
        "start": {
          "line": 338,
          "column": 8
        },
        "end": {
          "line": 338,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11647,
      "end": 11648,
      "loc": {
        "start": {
          "line": 338,
          "column": 24
        },
        "end": {
          "line": 338,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 11648,
      "end": 11652,
      "loc": {
        "start": {
          "line": 338,
          "column": 25
        },
        "end": {
          "line": 338,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11652,
      "end": 11653,
      "loc": {
        "start": {
          "line": 338,
          "column": 29
        },
        "end": {
          "line": 338,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 11653,
      "end": 11666,
      "loc": {
        "start": {
          "line": 338,
          "column": 30
        },
        "end": {
          "line": 338,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11666,
      "end": 11667,
      "loc": {
        "start": {
          "line": 338,
          "column": 43
        },
        "end": {
          "line": 338,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 11667,
      "end": 11670,
      "loc": {
        "start": {
          "line": 338,
          "column": 44
        },
        "end": {
          "line": 338,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11670,
      "end": 11671,
      "loc": {
        "start": {
          "line": 338,
          "column": 47
        },
        "end": {
          "line": 338,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11671,
      "end": 11672,
      "loc": {
        "start": {
          "line": 338,
          "column": 48
        },
        "end": {
          "line": 338,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 11672,
      "end": 11677,
      "loc": {
        "start": {
          "line": 338,
          "column": 49
        },
        "end": {
          "line": 338,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 11678,
      "end": 11680,
      "loc": {
        "start": {
          "line": 338,
          "column": 55
        },
        "end": {
          "line": 338,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 11681,
      "end": 11684,
      "loc": {
        "start": {
          "line": 338,
          "column": 58
        },
        "end": {
          "line": 338,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11684,
      "end": 11685,
      "loc": {
        "start": {
          "line": 338,
          "column": 61
        },
        "end": {
          "line": 338,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11685,
      "end": 11686,
      "loc": {
        "start": {
          "line": 338,
          "column": 62
        },
        "end": {
          "line": 338,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11693,
      "end": 11694,
      "loc": {
        "start": {
          "line": 339,
          "column": 6
        },
        "end": {
          "line": 339,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 11701,
      "end": 11703,
      "loc": {
        "start": {
          "line": 340,
          "column": 6
        },
        "end": {
          "line": 340,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11704,
      "end": 11705,
      "loc": {
        "start": {
          "line": 340,
          "column": 9
        },
        "end": {
          "line": 340,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 11705,
      "end": 11718,
      "loc": {
        "start": {
          "line": 340,
          "column": 10
        },
        "end": {
          "line": 340,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11718,
      "end": 11719,
      "loc": {
        "start": {
          "line": 340,
          "column": 23
        },
        "end": {
          "line": 340,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 11719,
      "end": 11722,
      "loc": {
        "start": {
          "line": 340,
          "column": 24
        },
        "end": {
          "line": 340,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11722,
      "end": 11723,
      "loc": {
        "start": {
          "line": 340,
          "column": 27
        },
        "end": {
          "line": 340,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11723,
      "end": 11724,
      "loc": {
        "start": {
          "line": 340,
          "column": 28
        },
        "end": {
          "line": 340,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "unique",
      "start": 11724,
      "end": 11730,
      "loc": {
        "start": {
          "line": 340,
          "column": 29
        },
        "end": {
          "line": 340,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11730,
      "end": 11731,
      "loc": {
        "start": {
          "line": 340,
          "column": 35
        },
        "end": {
          "line": 340,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11732,
      "end": 11733,
      "loc": {
        "start": {
          "line": 340,
          "column": 37
        },
        "end": {
          "line": 340,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uniqueAttrs",
      "start": 11742,
      "end": 11753,
      "loc": {
        "start": {
          "line": 341,
          "column": 8
        },
        "end": {
          "line": 341,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11753,
      "end": 11754,
      "loc": {
        "start": {
          "line": 341,
          "column": 19
        },
        "end": {
          "line": 341,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 11754,
      "end": 11758,
      "loc": {
        "start": {
          "line": 341,
          "column": 20
        },
        "end": {
          "line": 341,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11758,
      "end": 11759,
      "loc": {
        "start": {
          "line": 341,
          "column": 24
        },
        "end": {
          "line": 341,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 11759,
      "end": 11772,
      "loc": {
        "start": {
          "line": 341,
          "column": 25
        },
        "end": {
          "line": 341,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11772,
      "end": 11773,
      "loc": {
        "start": {
          "line": 341,
          "column": 38
        },
        "end": {
          "line": 341,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 11773,
      "end": 11776,
      "loc": {
        "start": {
          "line": 341,
          "column": 39
        },
        "end": {
          "line": 341,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11776,
      "end": 11777,
      "loc": {
        "start": {
          "line": 341,
          "column": 42
        },
        "end": {
          "line": 341,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11777,
      "end": 11778,
      "loc": {
        "start": {
          "line": 341,
          "column": 43
        },
        "end": {
          "line": 341,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 11778,
      "end": 11783,
      "loc": {
        "start": {
          "line": 341,
          "column": 44
        },
        "end": {
          "line": 341,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 11784,
      "end": 11786,
      "loc": {
        "start": {
          "line": 341,
          "column": 50
        },
        "end": {
          "line": 341,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 11787,
      "end": 11790,
      "loc": {
        "start": {
          "line": 341,
          "column": 53
        },
        "end": {
          "line": 341,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11790,
      "end": 11791,
      "loc": {
        "start": {
          "line": 341,
          "column": 56
        },
        "end": {
          "line": 341,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11791,
      "end": 11792,
      "loc": {
        "start": {
          "line": 341,
          "column": 57
        },
        "end": {
          "line": 341,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11799,
      "end": 11800,
      "loc": {
        "start": {
          "line": 342,
          "column": 6
        },
        "end": {
          "line": 342,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 11807,
      "end": 11809,
      "loc": {
        "start": {
          "line": 343,
          "column": 6
        },
        "end": {
          "line": 343,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11810,
      "end": 11811,
      "loc": {
        "start": {
          "line": 343,
          "column": 9
        },
        "end": {
          "line": 343,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 11811,
      "end": 11824,
      "loc": {
        "start": {
          "line": 343,
          "column": 10
        },
        "end": {
          "line": 343,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11824,
      "end": 11825,
      "loc": {
        "start": {
          "line": 343,
          "column": 23
        },
        "end": {
          "line": 343,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 11825,
      "end": 11828,
      "loc": {
        "start": {
          "line": 343,
          "column": 24
        },
        "end": {
          "line": 343,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11828,
      "end": 11829,
      "loc": {
        "start": {
          "line": 343,
          "column": 27
        },
        "end": {
          "line": 343,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11829,
      "end": 11830,
      "loc": {
        "start": {
          "line": 343,
          "column": 28
        },
        "end": {
          "line": 343,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "autoIncrement",
      "start": 11830,
      "end": 11843,
      "loc": {
        "start": {
          "line": 343,
          "column": 29
        },
        "end": {
          "line": 343,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11843,
      "end": 11844,
      "loc": {
        "start": {
          "line": 343,
          "column": 42
        },
        "end": {
          "line": 343,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11845,
      "end": 11846,
      "loc": {
        "start": {
          "line": 343,
          "column": 44
        },
        "end": {
          "line": 343,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identityAttrs",
      "start": 11855,
      "end": 11868,
      "loc": {
        "start": {
          "line": 344,
          "column": 8
        },
        "end": {
          "line": 344,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11868,
      "end": 11869,
      "loc": {
        "start": {
          "line": 344,
          "column": 21
        },
        "end": {
          "line": 344,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 11869,
      "end": 11873,
      "loc": {
        "start": {
          "line": 344,
          "column": 22
        },
        "end": {
          "line": 344,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11873,
      "end": 11874,
      "loc": {
        "start": {
          "line": 344,
          "column": 26
        },
        "end": {
          "line": 344,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 11874,
      "end": 11887,
      "loc": {
        "start": {
          "line": 344,
          "column": 27
        },
        "end": {
          "line": 344,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11887,
      "end": 11888,
      "loc": {
        "start": {
          "line": 344,
          "column": 40
        },
        "end": {
          "line": 344,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 11888,
      "end": 11891,
      "loc": {
        "start": {
          "line": 344,
          "column": 41
        },
        "end": {
          "line": 344,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11891,
      "end": 11892,
      "loc": {
        "start": {
          "line": 344,
          "column": 44
        },
        "end": {
          "line": 344,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11892,
      "end": 11893,
      "loc": {
        "start": {
          "line": 344,
          "column": 45
        },
        "end": {
          "line": 344,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 11893,
      "end": 11898,
      "loc": {
        "start": {
          "line": 344,
          "column": 46
        },
        "end": {
          "line": 344,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 11899,
      "end": 11901,
      "loc": {
        "start": {
          "line": 344,
          "column": 52
        },
        "end": {
          "line": 344,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 11902,
      "end": 11905,
      "loc": {
        "start": {
          "line": 344,
          "column": 55
        },
        "end": {
          "line": 344,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11905,
      "end": 11906,
      "loc": {
        "start": {
          "line": 344,
          "column": 58
        },
        "end": {
          "line": 344,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11906,
      "end": 11907,
      "loc": {
        "start": {
          "line": 344,
          "column": 59
        },
        "end": {
          "line": 344,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11914,
      "end": 11915,
      "loc": {
        "start": {
          "line": 345,
          "column": 6
        },
        "end": {
          "line": 345,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11920,
      "end": 11921,
      "loc": {
        "start": {
          "line": 346,
          "column": 4
        },
        "end": {
          "line": 346,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 11927,
      "end": 11932,
      "loc": {
        "start": {
          "line": 348,
          "column": 4
        },
        "end": {
          "line": 348,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateKeys",
      "start": 11933,
      "end": 11943,
      "loc": {
        "start": {
          "line": 348,
          "column": 10
        },
        "end": {
          "line": 348,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11944,
      "end": 11945,
      "loc": {
        "start": {
          "line": 348,
          "column": 21
        },
        "end": {
          "line": 348,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 11946,
      "end": 11952,
      "loc": {
        "start": {
          "line": 348,
          "column": 23
        },
        "end": {
          "line": 348,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11952,
      "end": 11953,
      "loc": {
        "start": {
          "line": 348,
          "column": 29
        },
        "end": {
          "line": 348,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 11953,
      "end": 11957,
      "loc": {
        "start": {
          "line": 348,
          "column": 30
        },
        "end": {
          "line": 348,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11957,
      "end": 11958,
      "loc": {
        "start": {
          "line": 348,
          "column": 34
        },
        "end": {
          "line": 348,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateValues",
      "start": 11958,
      "end": 11970,
      "loc": {
        "start": {
          "line": 348,
          "column": 35
        },
        "end": {
          "line": 348,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11970,
      "end": 11971,
      "loc": {
        "start": {
          "line": 348,
          "column": 47
        },
        "end": {
          "line": 348,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11971,
      "end": 11972,
      "loc": {
        "start": {
          "line": 348,
          "column": 48
        },
        "end": {
          "line": 348,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 11977,
      "end": 11982,
      "loc": {
        "start": {
          "line": 349,
          "column": 4
        },
        "end": {
          "line": 349,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "insertKeys",
      "start": 11983,
      "end": 11993,
      "loc": {
        "start": {
          "line": 349,
          "column": 10
        },
        "end": {
          "line": 349,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11994,
      "end": 11995,
      "loc": {
        "start": {
          "line": 349,
          "column": 21
        },
        "end": {
          "line": 349,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 11996,
      "end": 12002,
      "loc": {
        "start": {
          "line": 349,
          "column": 23
        },
        "end": {
          "line": 349,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12002,
      "end": 12003,
      "loc": {
        "start": {
          "line": 349,
          "column": 29
        },
        "end": {
          "line": 349,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 12003,
      "end": 12007,
      "loc": {
        "start": {
          "line": 349,
          "column": 30
        },
        "end": {
          "line": 349,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12007,
      "end": 12008,
      "loc": {
        "start": {
          "line": 349,
          "column": 34
        },
        "end": {
          "line": 349,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "insertValues",
      "start": 12008,
      "end": 12020,
      "loc": {
        "start": {
          "line": 349,
          "column": 35
        },
        "end": {
          "line": 349,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12020,
      "end": 12021,
      "loc": {
        "start": {
          "line": 349,
          "column": 47
        },
        "end": {
          "line": 349,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12021,
      "end": 12022,
      "loc": {
        "start": {
          "line": 349,
          "column": 48
        },
        "end": {
          "line": 349,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 12027,
      "end": 12032,
      "loc": {
        "start": {
          "line": 350,
          "column": 4
        },
        "end": {
          "line": 350,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "insertKeysQuoted",
      "start": 12033,
      "end": 12049,
      "loc": {
        "start": {
          "line": 350,
          "column": 10
        },
        "end": {
          "line": 350,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12050,
      "end": 12051,
      "loc": {
        "start": {
          "line": 350,
          "column": 27
        },
        "end": {
          "line": 350,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "insertKeys",
      "start": 12052,
      "end": 12062,
      "loc": {
        "start": {
          "line": 350,
          "column": 29
        },
        "end": {
          "line": 350,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12062,
      "end": 12063,
      "loc": {
        "start": {
          "line": 350,
          "column": 39
        },
        "end": {
          "line": 350,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 12063,
      "end": 12066,
      "loc": {
        "start": {
          "line": 350,
          "column": 40
        },
        "end": {
          "line": 350,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12066,
      "end": 12067,
      "loc": {
        "start": {
          "line": 350,
          "column": 43
        },
        "end": {
          "line": 350,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 12067,
      "end": 12070,
      "loc": {
        "start": {
          "line": 350,
          "column": 44
        },
        "end": {
          "line": 350,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12071,
      "end": 12073,
      "loc": {
        "start": {
          "line": 350,
          "column": 48
        },
        "end": {
          "line": 350,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 12074,
      "end": 12078,
      "loc": {
        "start": {
          "line": 350,
          "column": 51
        },
        "end": {
          "line": 350,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12078,
      "end": 12079,
      "loc": {
        "start": {
          "line": 350,
          "column": 55
        },
        "end": {
          "line": 350,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 12079,
      "end": 12094,
      "loc": {
        "start": {
          "line": 350,
          "column": 56
        },
        "end": {
          "line": 350,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12094,
      "end": 12095,
      "loc": {
        "start": {
          "line": 350,
          "column": 71
        },
        "end": {
          "line": 350,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 12095,
      "end": 12098,
      "loc": {
        "start": {
          "line": 350,
          "column": 72
        },
        "end": {
          "line": 350,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12098,
      "end": 12099,
      "loc": {
        "start": {
          "line": 350,
          "column": 75
        },
        "end": {
          "line": 350,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12099,
      "end": 12100,
      "loc": {
        "start": {
          "line": 350,
          "column": 76
        },
        "end": {
          "line": 350,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12100,
      "end": 12101,
      "loc": {
        "start": {
          "line": 350,
          "column": 77
        },
        "end": {
          "line": 350,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 12101,
      "end": 12105,
      "loc": {
        "start": {
          "line": 350,
          "column": 78
        },
        "end": {
          "line": 350,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12105,
      "end": 12106,
      "loc": {
        "start": {
          "line": 350,
          "column": 82
        },
        "end": {
          "line": 350,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", ",
      "start": 12106,
      "end": 12110,
      "loc": {
        "start": {
          "line": 350,
          "column": 83
        },
        "end": {
          "line": 350,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12110,
      "end": 12111,
      "loc": {
        "start": {
          "line": 350,
          "column": 87
        },
        "end": {
          "line": 350,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12111,
      "end": 12112,
      "loc": {
        "start": {
          "line": 350,
          "column": 88
        },
        "end": {
          "line": 350,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 12117,
      "end": 12122,
      "loc": {
        "start": {
          "line": 351,
          "column": 4
        },
        "end": {
          "line": 351,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "insertValuesEscaped",
      "start": 12123,
      "end": 12142,
      "loc": {
        "start": {
          "line": 351,
          "column": 10
        },
        "end": {
          "line": 351,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12143,
      "end": 12144,
      "loc": {
        "start": {
          "line": 351,
          "column": 30
        },
        "end": {
          "line": 351,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "insertKeys",
      "start": 12145,
      "end": 12155,
      "loc": {
        "start": {
          "line": 351,
          "column": 32
        },
        "end": {
          "line": 351,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12155,
      "end": 12156,
      "loc": {
        "start": {
          "line": 351,
          "column": 42
        },
        "end": {
          "line": 351,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 12156,
      "end": 12159,
      "loc": {
        "start": {
          "line": 351,
          "column": 43
        },
        "end": {
          "line": 351,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12159,
      "end": 12160,
      "loc": {
        "start": {
          "line": 351,
          "column": 46
        },
        "end": {
          "line": 351,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 12160,
      "end": 12163,
      "loc": {
        "start": {
          "line": 351,
          "column": 47
        },
        "end": {
          "line": 351,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12164,
      "end": 12166,
      "loc": {
        "start": {
          "line": 351,
          "column": 51
        },
        "end": {
          "line": 351,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 12167,
      "end": 12171,
      "loc": {
        "start": {
          "line": 351,
          "column": 54
        },
        "end": {
          "line": 351,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12171,
      "end": 12172,
      "loc": {
        "start": {
          "line": 351,
          "column": 58
        },
        "end": {
          "line": 351,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "escape",
      "start": 12172,
      "end": 12178,
      "loc": {
        "start": {
          "line": 351,
          "column": 59
        },
        "end": {
          "line": 351,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12178,
      "end": 12179,
      "loc": {
        "start": {
          "line": 351,
          "column": 65
        },
        "end": {
          "line": 351,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "insertValues",
      "start": 12179,
      "end": 12191,
      "loc": {
        "start": {
          "line": 351,
          "column": 66
        },
        "end": {
          "line": 351,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12191,
      "end": 12192,
      "loc": {
        "start": {
          "line": 351,
          "column": 78
        },
        "end": {
          "line": 351,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 12192,
      "end": 12195,
      "loc": {
        "start": {
          "line": 351,
          "column": 79
        },
        "end": {
          "line": 351,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12195,
      "end": 12196,
      "loc": {
        "start": {
          "line": 351,
          "column": 82
        },
        "end": {
          "line": 351,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12196,
      "end": 12197,
      "loc": {
        "start": {
          "line": 351,
          "column": 83
        },
        "end": {
          "line": 351,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12197,
      "end": 12198,
      "loc": {
        "start": {
          "line": 351,
          "column": 84
        },
        "end": {
          "line": 351,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12198,
      "end": 12199,
      "loc": {
        "start": {
          "line": 351,
          "column": 85
        },
        "end": {
          "line": 351,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 12199,
      "end": 12203,
      "loc": {
        "start": {
          "line": 351,
          "column": 86
        },
        "end": {
          "line": 351,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12203,
      "end": 12204,
      "loc": {
        "start": {
          "line": 351,
          "column": 90
        },
        "end": {
          "line": 351,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", ",
      "start": 12204,
      "end": 12208,
      "loc": {
        "start": {
          "line": 351,
          "column": 91
        },
        "end": {
          "line": 351,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12208,
      "end": 12209,
      "loc": {
        "start": {
          "line": 351,
          "column": 95
        },
        "end": {
          "line": 351,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12209,
      "end": 12210,
      "loc": {
        "start": {
          "line": 351,
          "column": 96
        },
        "end": {
          "line": 351,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 12215,
      "end": 12220,
      "loc": {
        "start": {
          "line": 352,
          "column": 4
        },
        "end": {
          "line": 352,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceTableQuery",
      "start": 12221,
      "end": 12237,
      "loc": {
        "start": {
          "line": 352,
          "column": 10
        },
        "end": {
          "line": 352,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12238,
      "end": 12239,
      "loc": {
        "start": {
          "line": 352,
          "column": 27
        },
        "end": {
          "line": 352,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12240,
      "end": 12241,
      "loc": {
        "start": {
          "line": 352,
          "column": 29
        },
        "end": {
          "line": 352,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "VALUES(",
      "start": 12241,
      "end": 12248,
      "loc": {
        "start": {
          "line": 352,
          "column": 30
        },
        "end": {
          "line": 352,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12248,
      "end": 12250,
      "loc": {
        "start": {
          "line": 352,
          "column": 37
        },
        "end": {
          "line": 352,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "insertValuesEscaped",
      "start": 12250,
      "end": 12269,
      "loc": {
        "start": {
          "line": 352,
          "column": 39
        },
        "end": {
          "line": 352,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12269,
      "end": 12270,
      "loc": {
        "start": {
          "line": 352,
          "column": 58
        },
        "end": {
          "line": 352,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ")",
      "start": 12270,
      "end": 12271,
      "loc": {
        "start": {
          "line": 352,
          "column": 59
        },
        "end": {
          "line": 352,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12271,
      "end": 12272,
      "loc": {
        "start": {
          "line": 352,
          "column": 60
        },
        "end": {
          "line": 352,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12272,
      "end": 12273,
      "loc": {
        "start": {
          "line": 352,
          "column": 61
        },
        "end": {
          "line": 352,
          "column": 62
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "Virtual Table",
      "start": 12274,
      "end": 12289,
      "loc": {
        "start": {
          "line": 352,
          "column": 63
        },
        "end": {
          "line": 352,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 12294,
      "end": 12297,
      "loc": {
        "start": {
          "line": 353,
          "column": 4
        },
        "end": {
          "line": 353,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "joinCondition",
      "start": 12298,
      "end": 12311,
      "loc": {
        "start": {
          "line": 353,
          "column": 8
        },
        "end": {
          "line": 353,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12311,
      "end": 12312,
      "loc": {
        "start": {
          "line": 353,
          "column": 21
        },
        "end": {
          "line": 353,
          "column": 22
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "IDENTITY_INSERT Condition",
      "start": 12318,
      "end": 12345,
      "loc": {
        "start": {
          "line": 355,
          "column": 4
        },
        "end": {
          "line": 355,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identityAttrs",
      "start": 12350,
      "end": 12363,
      "loc": {
        "start": {
          "line": 356,
          "column": 4
        },
        "end": {
          "line": 356,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12363,
      "end": 12364,
      "loc": {
        "start": {
          "line": 356,
          "column": 17
        },
        "end": {
          "line": 356,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forEach",
      "start": 12364,
      "end": 12371,
      "loc": {
        "start": {
          "line": 356,
          "column": 18
        },
        "end": {
          "line": 356,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12371,
      "end": 12372,
      "loc": {
        "start": {
          "line": 356,
          "column": 25
        },
        "end": {
          "line": 356,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 12372,
      "end": 12375,
      "loc": {
        "start": {
          "line": 356,
          "column": 26
        },
        "end": {
          "line": 356,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12376,
      "end": 12378,
      "loc": {
        "start": {
          "line": 356,
          "column": 30
        },
        "end": {
          "line": 356,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12379,
      "end": 12380,
      "loc": {
        "start": {
          "line": 356,
          "column": 33
        },
        "end": {
          "line": 356,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 12387,
      "end": 12389,
      "loc": {
        "start": {
          "line": 357,
          "column": 6
        },
        "end": {
          "line": 357,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12390,
      "end": 12391,
      "loc": {
        "start": {
          "line": 357,
          "column": 9
        },
        "end": {
          "line": 357,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateValues",
      "start": 12391,
      "end": 12403,
      "loc": {
        "start": {
          "line": 357,
          "column": 10
        },
        "end": {
          "line": 357,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12403,
      "end": 12404,
      "loc": {
        "start": {
          "line": 357,
          "column": 22
        },
        "end": {
          "line": 357,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 12404,
      "end": 12407,
      "loc": {
        "start": {
          "line": 357,
          "column": 23
        },
        "end": {
          "line": 357,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12407,
      "end": 12408,
      "loc": {
        "start": {
          "line": 357,
          "column": 26
        },
        "end": {
          "line": 357,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 12409,
      "end": 12411,
      "loc": {
        "start": {
          "line": 357,
          "column": 28
        },
        "end": {
          "line": 357,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateValues",
      "start": 12412,
      "end": 12424,
      "loc": {
        "start": {
          "line": 357,
          "column": 31
        },
        "end": {
          "line": 357,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12424,
      "end": 12425,
      "loc": {
        "start": {
          "line": 357,
          "column": 43
        },
        "end": {
          "line": 357,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 12425,
      "end": 12428,
      "loc": {
        "start": {
          "line": 357,
          "column": 44
        },
        "end": {
          "line": 357,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12428,
      "end": 12429,
      "loc": {
        "start": {
          "line": 357,
          "column": 47
        },
        "end": {
          "line": 357,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 12430,
      "end": 12433,
      "loc": {
        "start": {
          "line": 357,
          "column": 49
        },
        "end": {
          "line": 357,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 12434,
      "end": 12438,
      "loc": {
        "start": {
          "line": 357,
          "column": 53
        },
        "end": {
          "line": 357,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12438,
      "end": 12439,
      "loc": {
        "start": {
          "line": 357,
          "column": 57
        },
        "end": {
          "line": 357,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12440,
      "end": 12441,
      "loc": {
        "start": {
          "line": 357,
          "column": 59
        },
        "end": {
          "line": 357,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "needIdentityInsertWrapper",
      "start": 12450,
      "end": 12475,
      "loc": {
        "start": {
          "line": 358,
          "column": 8
        },
        "end": {
          "line": 358,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12476,
      "end": 12477,
      "loc": {
        "start": {
          "line": 358,
          "column": 34
        },
        "end": {
          "line": 358,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 12478,
      "end": 12482,
      "loc": {
        "start": {
          "line": 358,
          "column": 36
        },
        "end": {
          "line": 358,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12482,
      "end": 12483,
      "loc": {
        "start": {
          "line": 358,
          "column": 40
        },
        "end": {
          "line": 358,
          "column": 41
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "\n         * IDENTITY_INSERT Column Cannot be updated, only inserted\n         * http://stackoverflow.com/a/30176254/2254360\n         ",
      "start": 12492,
      "end": 12628,
      "loc": {
        "start": {
          "line": 359,
          "column": 8
        },
        "end": {
          "line": 362,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12635,
      "end": 12636,
      "loc": {
        "start": {
          "line": 363,
          "column": 6
        },
        "end": {
          "line": 363,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12641,
      "end": 12642,
      "loc": {
        "start": {
          "line": 364,
          "column": 4
        },
        "end": {
          "line": 364,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12642,
      "end": 12643,
      "loc": {
        "start": {
          "line": 364,
          "column": 5
        },
        "end": {
          "line": 364,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12643,
      "end": 12644,
      "loc": {
        "start": {
          "line": 364,
          "column": 6
        },
        "end": {
          "line": 364,
          "column": 7
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "Filter NULL Clauses",
      "start": 12650,
      "end": 12671,
      "loc": {
        "start": {
          "line": 366,
          "column": 4
        },
        "end": {
          "line": 366,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 12676,
      "end": 12681,
      "loc": {
        "start": {
          "line": 367,
          "column": 4
        },
        "end": {
          "line": 367,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clauses",
      "start": 12682,
      "end": 12689,
      "loc": {
        "start": {
          "line": 367,
          "column": 10
        },
        "end": {
          "line": 367,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12690,
      "end": 12691,
      "loc": {
        "start": {
          "line": 367,
          "column": 18
        },
        "end": {
          "line": 367,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 12692,
      "end": 12697,
      "loc": {
        "start": {
          "line": 367,
          "column": 20
        },
        "end": {
          "line": 367,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12697,
      "end": 12698,
      "loc": {
        "start": {
          "line": 367,
          "column": 25
        },
        "end": {
          "line": 367,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$or",
      "start": 12698,
      "end": 12701,
      "loc": {
        "start": {
          "line": 367,
          "column": 26
        },
        "end": {
          "line": 367,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12701,
      "end": 12702,
      "loc": {
        "start": {
          "line": 367,
          "column": 29
        },
        "end": {
          "line": 367,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filter",
      "start": 12702,
      "end": 12708,
      "loc": {
        "start": {
          "line": 367,
          "column": 30
        },
        "end": {
          "line": 367,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12708,
      "end": 12709,
      "loc": {
        "start": {
          "line": 367,
          "column": 36
        },
        "end": {
          "line": 367,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clause",
      "start": 12709,
      "end": 12715,
      "loc": {
        "start": {
          "line": 367,
          "column": 37
        },
        "end": {
          "line": 367,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12716,
      "end": 12718,
      "loc": {
        "start": {
          "line": 367,
          "column": 44
        },
        "end": {
          "line": 367,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12719,
      "end": 12720,
      "loc": {
        "start": {
          "line": 367,
          "column": 47
        },
        "end": {
          "line": 367,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 12727,
      "end": 12730,
      "loc": {
        "start": {
          "line": 368,
          "column": 6
        },
        "end": {
          "line": 368,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valid",
      "start": 12731,
      "end": 12736,
      "loc": {
        "start": {
          "line": 368,
          "column": 10
        },
        "end": {
          "line": 368,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12737,
      "end": 12738,
      "loc": {
        "start": {
          "line": 368,
          "column": 16
        },
        "end": {
          "line": 368,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 12739,
      "end": 12743,
      "loc": {
        "start": {
          "line": 368,
          "column": 18
        },
        "end": {
          "line": 368,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12743,
      "end": 12744,
      "loc": {
        "start": {
          "line": 368,
          "column": 22
        },
        "end": {
          "line": 368,
          "column": 23
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "\n       * Exclude NULL Composite PK/UK. Partial Composite clauses should also be excluded as it doesn't guarantee a single row\n       ",
      "start": 12751,
      "end": 12889,
      "loc": {
        "start": {
          "line": 369,
          "column": 6
        },
        "end": {
          "line": 371,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 12896,
      "end": 12899,
      "loc": {
        "start": {
          "line": 372,
          "column": 6
        },
        "end": {
          "line": 372,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12900,
      "end": 12901,
      "loc": {
        "start": {
          "line": 372,
          "column": 10
        },
        "end": {
          "line": 372,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 12901,
      "end": 12906,
      "loc": {
        "start": {
          "line": 372,
          "column": 11
        },
        "end": {
          "line": 372,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 12907,
      "end": 12910,
      "loc": {
        "start": {
          "line": 372,
          "column": 17
        },
        "end": {
          "line": 372,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "in",
        "keyword": "in",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "in",
      "start": 12911,
      "end": 12913,
      "loc": {
        "start": {
          "line": 372,
          "column": 21
        },
        "end": {
          "line": 372,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clause",
      "start": 12914,
      "end": 12920,
      "loc": {
        "start": {
          "line": 372,
          "column": 24
        },
        "end": {
          "line": 372,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12920,
      "end": 12921,
      "loc": {
        "start": {
          "line": 372,
          "column": 30
        },
        "end": {
          "line": 372,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12922,
      "end": 12923,
      "loc": {
        "start": {
          "line": 372,
          "column": 32
        },
        "end": {
          "line": 372,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 12932,
      "end": 12934,
      "loc": {
        "start": {
          "line": 373,
          "column": 8
        },
        "end": {
          "line": 373,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12935,
      "end": 12936,
      "loc": {
        "start": {
          "line": 373,
          "column": 11
        },
        "end": {
          "line": 373,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 12936,
      "end": 12937,
      "loc": {
        "start": {
          "line": 373,
          "column": 12
        },
        "end": {
          "line": 373,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clause",
      "start": 12937,
      "end": 12943,
      "loc": {
        "start": {
          "line": 373,
          "column": 13
        },
        "end": {
          "line": 373,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12943,
      "end": 12944,
      "loc": {
        "start": {
          "line": 373,
          "column": 19
        },
        "end": {
          "line": 373,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 12944,
      "end": 12947,
      "loc": {
        "start": {
          "line": 373,
          "column": 20
        },
        "end": {
          "line": 373,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12947,
      "end": 12948,
      "loc": {
        "start": {
          "line": 373,
          "column": 23
        },
        "end": {
          "line": 373,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12948,
      "end": 12949,
      "loc": {
        "start": {
          "line": 373,
          "column": 24
        },
        "end": {
          "line": 373,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12950,
      "end": 12951,
      "loc": {
        "start": {
          "line": 373,
          "column": 26
        },
        "end": {
          "line": 373,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valid",
      "start": 12962,
      "end": 12967,
      "loc": {
        "start": {
          "line": 374,
          "column": 10
        },
        "end": {
          "line": 374,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12968,
      "end": 12969,
      "loc": {
        "start": {
          "line": 374,
          "column": 16
        },
        "end": {
          "line": 374,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 12970,
      "end": 12975,
      "loc": {
        "start": {
          "line": 374,
          "column": 18
        },
        "end": {
          "line": 374,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12975,
      "end": 12976,
      "loc": {
        "start": {
          "line": 374,
          "column": 23
        },
        "end": {
          "line": 374,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "break",
        "keyword": "break",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "break",
      "start": 12987,
      "end": 12992,
      "loc": {
        "start": {
          "line": 375,
          "column": 10
        },
        "end": {
          "line": 375,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12992,
      "end": 12993,
      "loc": {
        "start": {
          "line": 375,
          "column": 15
        },
        "end": {
          "line": 375,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13002,
      "end": 13003,
      "loc": {
        "start": {
          "line": 376,
          "column": 8
        },
        "end": {
          "line": 376,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13010,
      "end": 13011,
      "loc": {
        "start": {
          "line": 377,
          "column": 6
        },
        "end": {
          "line": 377,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 13018,
      "end": 13024,
      "loc": {
        "start": {
          "line": 378,
          "column": 6
        },
        "end": {
          "line": 378,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valid",
      "start": 13025,
      "end": 13030,
      "loc": {
        "start": {
          "line": 378,
          "column": 13
        },
        "end": {
          "line": 378,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13030,
      "end": 13031,
      "loc": {
        "start": {
          "line": 378,
          "column": 18
        },
        "end": {
          "line": 378,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13036,
      "end": 13037,
      "loc": {
        "start": {
          "line": 379,
          "column": 4
        },
        "end": {
          "line": 379,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13037,
      "end": 13038,
      "loc": {
        "start": {
          "line": 379,
          "column": 5
        },
        "end": {
          "line": 379,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13038,
      "end": 13039,
      "loc": {
        "start": {
          "line": 379,
          "column": 6
        },
        "end": {
          "line": 379,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "\n     * Generate ON condition using PK(s).\n     * If not, generate using UK(s). Else throw error\n     ",
      "start": 13045,
      "end": 13151,
      "loc": {
        "start": {
          "line": 381,
          "column": 4
        },
        "end": {
          "line": 384,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 13156,
      "end": 13161,
      "loc": {
        "start": {
          "line": 385,
          "column": 4
        },
        "end": {
          "line": 385,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getJoinSnippet",
      "start": 13162,
      "end": 13176,
      "loc": {
        "start": {
          "line": 385,
          "column": 10
        },
        "end": {
          "line": 385,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13177,
      "end": 13178,
      "loc": {
        "start": {
          "line": 385,
          "column": 25
        },
        "end": {
          "line": 385,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "array",
      "start": 13179,
      "end": 13184,
      "loc": {
        "start": {
          "line": 385,
          "column": 27
        },
        "end": {
          "line": 385,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13185,
      "end": 13187,
      "loc": {
        "start": {
          "line": 385,
          "column": 33
        },
        "end": {
          "line": 385,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13188,
      "end": 13189,
      "loc": {
        "start": {
          "line": 385,
          "column": 36
        },
        "end": {
          "line": 385,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 13196,
      "end": 13202,
      "loc": {
        "start": {
          "line": 386,
          "column": 6
        },
        "end": {
          "line": 386,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "array",
      "start": 13203,
      "end": 13208,
      "loc": {
        "start": {
          "line": 386,
          "column": 13
        },
        "end": {
          "line": 386,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13208,
      "end": 13209,
      "loc": {
        "start": {
          "line": 386,
          "column": 18
        },
        "end": {
          "line": 386,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 13209,
      "end": 13212,
      "loc": {
        "start": {
          "line": 386,
          "column": 19
        },
        "end": {
          "line": 386,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13212,
      "end": 13213,
      "loc": {
        "start": {
          "line": 386,
          "column": 22
        },
        "end": {
          "line": 386,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 13213,
      "end": 13216,
      "loc": {
        "start": {
          "line": 386,
          "column": 23
        },
        "end": {
          "line": 386,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13217,
      "end": 13219,
      "loc": {
        "start": {
          "line": 386,
          "column": 27
        },
        "end": {
          "line": 386,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13220,
      "end": 13221,
      "loc": {
        "start": {
          "line": 386,
          "column": 30
        },
        "end": {
          "line": 386,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 13230,
      "end": 13233,
      "loc": {
        "start": {
          "line": 387,
          "column": 8
        },
        "end": {
          "line": 387,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13234,
      "end": 13235,
      "loc": {
        "start": {
          "line": 387,
          "column": 12
        },
        "end": {
          "line": 387,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 13236,
      "end": 13240,
      "loc": {
        "start": {
          "line": 387,
          "column": 14
        },
        "end": {
          "line": 387,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13240,
      "end": 13241,
      "loc": {
        "start": {
          "line": 387,
          "column": 18
        },
        "end": {
          "line": 387,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 13241,
      "end": 13256,
      "loc": {
        "start": {
          "line": 387,
          "column": 19
        },
        "end": {
          "line": 387,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13256,
      "end": 13257,
      "loc": {
        "start": {
          "line": 387,
          "column": 34
        },
        "end": {
          "line": 387,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 13257,
      "end": 13260,
      "loc": {
        "start": {
          "line": 387,
          "column": 35
        },
        "end": {
          "line": 387,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13260,
      "end": 13261,
      "loc": {
        "start": {
          "line": 387,
          "column": 38
        },
        "end": {
          "line": 387,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13261,
      "end": 13262,
      "loc": {
        "start": {
          "line": 387,
          "column": 39
        },
        "end": {
          "line": 387,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 13271,
      "end": 13277,
      "loc": {
        "start": {
          "line": 388,
          "column": 8
        },
        "end": {
          "line": 388,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13278,
      "end": 13279,
      "loc": {
        "start": {
          "line": 388,
          "column": 15
        },
        "end": {
          "line": 388,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 13279,
      "end": 13279,
      "loc": {
        "start": {
          "line": 388,
          "column": 16
        },
        "end": {
          "line": 388,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13279,
      "end": 13281,
      "loc": {
        "start": {
          "line": 388,
          "column": 16
        },
        "end": {
          "line": 388,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "targetTableAlias",
      "start": 13281,
      "end": 13297,
      "loc": {
        "start": {
          "line": 388,
          "column": 18
        },
        "end": {
          "line": 388,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13297,
      "end": 13298,
      "loc": {
        "start": {
          "line": 388,
          "column": 34
        },
        "end": {
          "line": 388,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".",
      "start": 13298,
      "end": 13299,
      "loc": {
        "start": {
          "line": 388,
          "column": 35
        },
        "end": {
          "line": 388,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13299,
      "end": 13301,
      "loc": {
        "start": {
          "line": 388,
          "column": 36
        },
        "end": {
          "line": 388,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 13301,
      "end": 13304,
      "loc": {
        "start": {
          "line": 388,
          "column": 38
        },
        "end": {
          "line": 388,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13304,
      "end": 13305,
      "loc": {
        "start": {
          "line": 388,
          "column": 41
        },
        "end": {
          "line": 388,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " = ",
      "start": 13305,
      "end": 13308,
      "loc": {
        "start": {
          "line": 388,
          "column": 42
        },
        "end": {
          "line": 388,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13308,
      "end": 13310,
      "loc": {
        "start": {
          "line": 388,
          "column": 45
        },
        "end": {
          "line": 388,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceTableAlias",
      "start": 13310,
      "end": 13326,
      "loc": {
        "start": {
          "line": 388,
          "column": 47
        },
        "end": {
          "line": 388,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13326,
      "end": 13327,
      "loc": {
        "start": {
          "line": 388,
          "column": 63
        },
        "end": {
          "line": 388,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".",
      "start": 13327,
      "end": 13328,
      "loc": {
        "start": {
          "line": 388,
          "column": 64
        },
        "end": {
          "line": 388,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13328,
      "end": 13330,
      "loc": {
        "start": {
          "line": 388,
          "column": 65
        },
        "end": {
          "line": 388,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 13330,
      "end": 13333,
      "loc": {
        "start": {
          "line": 388,
          "column": 67
        },
        "end": {
          "line": 388,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13333,
      "end": 13334,
      "loc": {
        "start": {
          "line": 388,
          "column": 70
        },
        "end": {
          "line": 388,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 13334,
      "end": 13334,
      "loc": {
        "start": {
          "line": 388,
          "column": 71
        },
        "end": {
          "line": 388,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13334,
      "end": 13335,
      "loc": {
        "start": {
          "line": 388,
          "column": 71
        },
        "end": {
          "line": 388,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13335,
      "end": 13336,
      "loc": {
        "start": {
          "line": 388,
          "column": 72
        },
        "end": {
          "line": 388,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13343,
      "end": 13344,
      "loc": {
        "start": {
          "line": 389,
          "column": 6
        },
        "end": {
          "line": 389,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13344,
      "end": 13345,
      "loc": {
        "start": {
          "line": 389,
          "column": 7
        },
        "end": {
          "line": 389,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13345,
      "end": 13346,
      "loc": {
        "start": {
          "line": 389,
          "column": 8
        },
        "end": {
          "line": 389,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13351,
      "end": 13352,
      "loc": {
        "start": {
          "line": 390,
          "column": 4
        },
        "end": {
          "line": 390,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13352,
      "end": 13353,
      "loc": {
        "start": {
          "line": 390,
          "column": 5
        },
        "end": {
          "line": 390,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 13359,
      "end": 13361,
      "loc": {
        "start": {
          "line": 392,
          "column": 4
        },
        "end": {
          "line": 392,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13362,
      "end": 13363,
      "loc": {
        "start": {
          "line": 392,
          "column": 7
        },
        "end": {
          "line": 392,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clauses",
      "start": 13363,
      "end": 13370,
      "loc": {
        "start": {
          "line": 392,
          "column": 8
        },
        "end": {
          "line": 392,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13370,
      "end": 13371,
      "loc": {
        "start": {
          "line": 392,
          "column": 15
        },
        "end": {
          "line": 392,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 13371,
      "end": 13377,
      "loc": {
        "start": {
          "line": 392,
          "column": 16
        },
        "end": {
          "line": 392,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 13378,
      "end": 13381,
      "loc": {
        "start": {
          "line": 392,
          "column": 23
        },
        "end": {
          "line": 392,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 13382,
      "end": 13383,
      "loc": {
        "start": {
          "line": 392,
          "column": 27
        },
        "end": {
          "line": 392,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13383,
      "end": 13384,
      "loc": {
        "start": {
          "line": 392,
          "column": 28
        },
        "end": {
          "line": 392,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13385,
      "end": 13386,
      "loc": {
        "start": {
          "line": 392,
          "column": 30
        },
        "end": {
          "line": 392,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "throw",
        "keyword": "throw",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "throw",
      "start": 13393,
      "end": 13398,
      "loc": {
        "start": {
          "line": 393,
          "column": 6
        },
        "end": {
          "line": 393,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 13399,
      "end": 13402,
      "loc": {
        "start": {
          "line": 393,
          "column": 12
        },
        "end": {
          "line": 393,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Error",
      "start": 13403,
      "end": 13408,
      "loc": {
        "start": {
          "line": 393,
          "column": 16
        },
        "end": {
          "line": 393,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13408,
      "end": 13409,
      "loc": {
        "start": {
          "line": 393,
          "column": 21
        },
        "end": {
          "line": 393,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Primary Key or Unique key should be passed to upsert query",
      "start": 13409,
      "end": 13469,
      "loc": {
        "start": {
          "line": 393,
          "column": 22
        },
        "end": {
          "line": 393,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13469,
      "end": 13470,
      "loc": {
        "start": {
          "line": 393,
          "column": 82
        },
        "end": {
          "line": 393,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13470,
      "end": 13471,
      "loc": {
        "start": {
          "line": 393,
          "column": 83
        },
        "end": {
          "line": 393,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13476,
      "end": 13477,
      "loc": {
        "start": {
          "line": 394,
          "column": 4
        },
        "end": {
          "line": 394,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 13478,
      "end": 13482,
      "loc": {
        "start": {
          "line": 394,
          "column": 6
        },
        "end": {
          "line": 394,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13483,
      "end": 13484,
      "loc": {
        "start": {
          "line": 394,
          "column": 11
        },
        "end": {
          "line": 394,
          "column": 12
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Search for primary key attribute in clauses -- Model can have two separate unique keys",
      "start": 13491,
      "end": 13580,
      "loc": {
        "start": {
          "line": 395,
          "column": 6
        },
        "end": {
          "line": 395,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 13587,
      "end": 13590,
      "loc": {
        "start": {
          "line": 396,
          "column": 6
        },
        "end": {
          "line": 396,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13591,
      "end": 13592,
      "loc": {
        "start": {
          "line": 396,
          "column": 10
        },
        "end": {
          "line": 396,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 13592,
      "end": 13597,
      "loc": {
        "start": {
          "line": 396,
          "column": 11
        },
        "end": {
          "line": 396,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 13598,
      "end": 13601,
      "loc": {
        "start": {
          "line": 396,
          "column": 17
        },
        "end": {
          "line": 396,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "in",
        "keyword": "in",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "in",
      "start": 13602,
      "end": 13604,
      "loc": {
        "start": {
          "line": 396,
          "column": 21
        },
        "end": {
          "line": 396,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clauses",
      "start": 13605,
      "end": 13612,
      "loc": {
        "start": {
          "line": 396,
          "column": 24
        },
        "end": {
          "line": 396,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13612,
      "end": 13613,
      "loc": {
        "start": {
          "line": 396,
          "column": 31
        },
        "end": {
          "line": 396,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13614,
      "end": 13615,
      "loc": {
        "start": {
          "line": 396,
          "column": 33
        },
        "end": {
          "line": 396,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 13624,
      "end": 13629,
      "loc": {
        "start": {
          "line": 397,
          "column": 8
        },
        "end": {
          "line": 397,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 13630,
      "end": 13634,
      "loc": {
        "start": {
          "line": 397,
          "column": 14
        },
        "end": {
          "line": 397,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13635,
      "end": 13636,
      "loc": {
        "start": {
          "line": 397,
          "column": 19
        },
        "end": {
          "line": 397,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 13637,
      "end": 13643,
      "loc": {
        "start": {
          "line": 397,
          "column": 21
        },
        "end": {
          "line": 397,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13643,
      "end": 13644,
      "loc": {
        "start": {
          "line": 397,
          "column": 27
        },
        "end": {
          "line": 397,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 13644,
      "end": 13648,
      "loc": {
        "start": {
          "line": 397,
          "column": 28
        },
        "end": {
          "line": 397,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13648,
      "end": 13649,
      "loc": {
        "start": {
          "line": 397,
          "column": 32
        },
        "end": {
          "line": 397,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clauses",
      "start": 13649,
      "end": 13656,
      "loc": {
        "start": {
          "line": 397,
          "column": 33
        },
        "end": {
          "line": 397,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13656,
      "end": 13657,
      "loc": {
        "start": {
          "line": 397,
          "column": 40
        },
        "end": {
          "line": 397,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 13657,
      "end": 13660,
      "loc": {
        "start": {
          "line": 397,
          "column": 41
        },
        "end": {
          "line": 397,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13660,
      "end": 13661,
      "loc": {
        "start": {
          "line": 397,
          "column": 44
        },
        "end": {
          "line": 397,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13661,
      "end": 13662,
      "loc": {
        "start": {
          "line": 397,
          "column": 45
        },
        "end": {
          "line": 397,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13662,
      "end": 13663,
      "loc": {
        "start": {
          "line": 397,
          "column": 46
        },
        "end": {
          "line": 397,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 13672,
      "end": 13674,
      "loc": {
        "start": {
          "line": 398,
          "column": 8
        },
        "end": {
          "line": 398,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13675,
      "end": 13676,
      "loc": {
        "start": {
          "line": 398,
          "column": 11
        },
        "end": {
          "line": 398,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primaryKeysAttrs",
      "start": 13676,
      "end": 13692,
      "loc": {
        "start": {
          "line": 398,
          "column": 12
        },
        "end": {
          "line": 398,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13692,
      "end": 13693,
      "loc": {
        "start": {
          "line": 398,
          "column": 28
        },
        "end": {
          "line": 398,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 13693,
      "end": 13700,
      "loc": {
        "start": {
          "line": 398,
          "column": 29
        },
        "end": {
          "line": 398,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13700,
      "end": 13701,
      "loc": {
        "start": {
          "line": 398,
          "column": 36
        },
        "end": {
          "line": 398,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 13701,
      "end": 13705,
      "loc": {
        "start": {
          "line": 398,
          "column": 37
        },
        "end": {
          "line": 398,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13705,
      "end": 13706,
      "loc": {
        "start": {
          "line": 398,
          "column": 41
        },
        "end": {
          "line": 398,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 13706,
      "end": 13707,
      "loc": {
        "start": {
          "line": 398,
          "column": 42
        },
        "end": {
          "line": 398,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13707,
      "end": 13708,
      "loc": {
        "start": {
          "line": 398,
          "column": 43
        },
        "end": {
          "line": 398,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13708,
      "end": 13709,
      "loc": {
        "start": {
          "line": 398,
          "column": 44
        },
        "end": {
          "line": 398,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 13710,
      "end": 13713,
      "loc": {
        "start": {
          "line": 398,
          "column": 46
        },
        "end": {
          "line": 398,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 13714,
      "end": 13715,
      "loc": {
        "start": {
          "line": 398,
          "column": 50
        },
        "end": {
          "line": 398,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 13715,
      "end": 13716,
      "loc": {
        "start": {
          "line": 398,
          "column": 51
        },
        "end": {
          "line": 398,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13716,
      "end": 13717,
      "loc": {
        "start": {
          "line": 398,
          "column": 52
        },
        "end": {
          "line": 398,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13718,
      "end": 13719,
      "loc": {
        "start": {
          "line": 398,
          "column": 54
        },
        "end": {
          "line": 398,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "joinCondition",
      "start": 13730,
      "end": 13743,
      "loc": {
        "start": {
          "line": 399,
          "column": 10
        },
        "end": {
          "line": 399,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13744,
      "end": 13745,
      "loc": {
        "start": {
          "line": 399,
          "column": 24
        },
        "end": {
          "line": 399,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getJoinSnippet",
      "start": 13746,
      "end": 13760,
      "loc": {
        "start": {
          "line": 399,
          "column": 26
        },
        "end": {
          "line": 399,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13760,
      "end": 13761,
      "loc": {
        "start": {
          "line": 399,
          "column": 40
        },
        "end": {
          "line": 399,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primaryKeysAttrs",
      "start": 13761,
      "end": 13777,
      "loc": {
        "start": {
          "line": 399,
          "column": 41
        },
        "end": {
          "line": 399,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13777,
      "end": 13778,
      "loc": {
        "start": {
          "line": 399,
          "column": 57
        },
        "end": {
          "line": 399,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13778,
      "end": 13779,
      "loc": {
        "start": {
          "line": 399,
          "column": 58
        },
        "end": {
          "line": 399,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 13779,
      "end": 13783,
      "loc": {
        "start": {
          "line": 399,
          "column": 59
        },
        "end": {
          "line": 399,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13783,
      "end": 13784,
      "loc": {
        "start": {
          "line": 399,
          "column": 63
        },
        "end": {
          "line": 399,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " AND ",
      "start": 13784,
      "end": 13791,
      "loc": {
        "start": {
          "line": 399,
          "column": 64
        },
        "end": {
          "line": 399,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13791,
      "end": 13792,
      "loc": {
        "start": {
          "line": 399,
          "column": 71
        },
        "end": {
          "line": 399,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13792,
      "end": 13793,
      "loc": {
        "start": {
          "line": 399,
          "column": 72
        },
        "end": {
          "line": 399,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "break",
        "keyword": "break",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "break",
      "start": 13804,
      "end": 13809,
      "loc": {
        "start": {
          "line": 400,
          "column": 10
        },
        "end": {
          "line": 400,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13809,
      "end": 13810,
      "loc": {
        "start": {
          "line": 400,
          "column": 15
        },
        "end": {
          "line": 400,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13819,
      "end": 13820,
      "loc": {
        "start": {
          "line": 401,
          "column": 8
        },
        "end": {
          "line": 401,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13827,
      "end": 13828,
      "loc": {
        "start": {
          "line": 402,
          "column": 6
        },
        "end": {
          "line": 402,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 13835,
      "end": 13837,
      "loc": {
        "start": {
          "line": 403,
          "column": 6
        },
        "end": {
          "line": 403,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13838,
      "end": 13839,
      "loc": {
        "start": {
          "line": 403,
          "column": 9
        },
        "end": {
          "line": 403,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 13839,
      "end": 13840,
      "loc": {
        "start": {
          "line": 403,
          "column": 10
        },
        "end": {
          "line": 403,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "joinCondition",
      "start": 13840,
      "end": 13853,
      "loc": {
        "start": {
          "line": 403,
          "column": 11
        },
        "end": {
          "line": 403,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13853,
      "end": 13854,
      "loc": {
        "start": {
          "line": 403,
          "column": 24
        },
        "end": {
          "line": 403,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13855,
      "end": 13856,
      "loc": {
        "start": {
          "line": 403,
          "column": 26
        },
        "end": {
          "line": 403,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "joinCondition",
      "start": 13865,
      "end": 13878,
      "loc": {
        "start": {
          "line": 404,
          "column": 8
        },
        "end": {
          "line": 404,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13879,
      "end": 13880,
      "loc": {
        "start": {
          "line": 404,
          "column": 22
        },
        "end": {
          "line": 404,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getJoinSnippet",
      "start": 13881,
      "end": 13895,
      "loc": {
        "start": {
          "line": 404,
          "column": 24
        },
        "end": {
          "line": 404,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13895,
      "end": 13896,
      "loc": {
        "start": {
          "line": 404,
          "column": 38
        },
        "end": {
          "line": 404,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uniqueAttrs",
      "start": 13896,
      "end": 13907,
      "loc": {
        "start": {
          "line": 404,
          "column": 39
        },
        "end": {
          "line": 404,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13907,
      "end": 13908,
      "loc": {
        "start": {
          "line": 404,
          "column": 50
        },
        "end": {
          "line": 404,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13908,
      "end": 13909,
      "loc": {
        "start": {
          "line": 404,
          "column": 51
        },
        "end": {
          "line": 404,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 13909,
      "end": 13913,
      "loc": {
        "start": {
          "line": 404,
          "column": 52
        },
        "end": {
          "line": 404,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13913,
      "end": 13914,
      "loc": {
        "start": {
          "line": 404,
          "column": 56
        },
        "end": {
          "line": 404,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " AND ",
      "start": 13914,
      "end": 13921,
      "loc": {
        "start": {
          "line": 404,
          "column": 57
        },
        "end": {
          "line": 404,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13921,
      "end": 13922,
      "loc": {
        "start": {
          "line": 404,
          "column": 64
        },
        "end": {
          "line": 404,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13922,
      "end": 13923,
      "loc": {
        "start": {
          "line": 404,
          "column": 65
        },
        "end": {
          "line": 404,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13930,
      "end": 13931,
      "loc": {
        "start": {
          "line": 405,
          "column": 6
        },
        "end": {
          "line": 405,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13936,
      "end": 13937,
      "loc": {
        "start": {
          "line": 406,
          "column": 4
        },
        "end": {
          "line": 406,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Remove the IDENTITY_INSERT Column from update",
      "start": 13943,
      "end": 13991,
      "loc": {
        "start": {
          "line": 408,
          "column": 4
        },
        "end": {
          "line": 408,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 13996,
      "end": 14001,
      "loc": {
        "start": {
          "line": 409,
          "column": 4
        },
        "end": {
          "line": 409,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateSnippet",
      "start": 14002,
      "end": 14015,
      "loc": {
        "start": {
          "line": 409,
          "column": 10
        },
        "end": {
          "line": 409,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14016,
      "end": 14017,
      "loc": {
        "start": {
          "line": 409,
          "column": 24
        },
        "end": {
          "line": 409,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateKeys",
      "start": 14018,
      "end": 14028,
      "loc": {
        "start": {
          "line": 409,
          "column": 26
        },
        "end": {
          "line": 409,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14028,
      "end": 14029,
      "loc": {
        "start": {
          "line": 409,
          "column": 36
        },
        "end": {
          "line": 409,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filter",
      "start": 14029,
      "end": 14035,
      "loc": {
        "start": {
          "line": 409,
          "column": 37
        },
        "end": {
          "line": 409,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14035,
      "end": 14036,
      "loc": {
        "start": {
          "line": 409,
          "column": 43
        },
        "end": {
          "line": 409,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 14036,
      "end": 14039,
      "loc": {
        "start": {
          "line": 409,
          "column": 44
        },
        "end": {
          "line": 409,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14040,
      "end": 14042,
      "loc": {
        "start": {
          "line": 409,
          "column": 48
        },
        "end": {
          "line": 409,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14043,
      "end": 14044,
      "loc": {
        "start": {
          "line": 409,
          "column": 51
        },
        "end": {
          "line": 409,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 14051,
      "end": 14053,
      "loc": {
        "start": {
          "line": 410,
          "column": 6
        },
        "end": {
          "line": 410,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14054,
      "end": 14055,
      "loc": {
        "start": {
          "line": 410,
          "column": 9
        },
        "end": {
          "line": 410,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identityAttrs",
      "start": 14055,
      "end": 14068,
      "loc": {
        "start": {
          "line": 410,
          "column": 10
        },
        "end": {
          "line": 410,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14068,
      "end": 14069,
      "loc": {
        "start": {
          "line": 410,
          "column": 23
        },
        "end": {
          "line": 410,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 14069,
      "end": 14076,
      "loc": {
        "start": {
          "line": 410,
          "column": 24
        },
        "end": {
          "line": 410,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14076,
      "end": 14077,
      "loc": {
        "start": {
          "line": 410,
          "column": 31
        },
        "end": {
          "line": 410,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 14077,
      "end": 14080,
      "loc": {
        "start": {
          "line": 410,
          "column": 32
        },
        "end": {
          "line": 410,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14080,
      "end": 14081,
      "loc": {
        "start": {
          "line": 410,
          "column": 35
        },
        "end": {
          "line": 410,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 14082,
      "end": 14085,
      "loc": {
        "start": {
          "line": 410,
          "column": 37
        },
        "end": {
          "line": 410,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 14086,
      "end": 14087,
      "loc": {
        "start": {
          "line": 410,
          "column": 41
        },
        "end": {
          "line": 410,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 14087,
      "end": 14088,
      "loc": {
        "start": {
          "line": 410,
          "column": 42
        },
        "end": {
          "line": 410,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14088,
      "end": 14089,
      "loc": {
        "start": {
          "line": 410,
          "column": 43
        },
        "end": {
          "line": 410,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14090,
      "end": 14091,
      "loc": {
        "start": {
          "line": 410,
          "column": 45
        },
        "end": {
          "line": 410,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 14100,
      "end": 14106,
      "loc": {
        "start": {
          "line": 411,
          "column": 8
        },
        "end": {
          "line": 411,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 14107,
      "end": 14111,
      "loc": {
        "start": {
          "line": 411,
          "column": 15
        },
        "end": {
          "line": 411,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14111,
      "end": 14112,
      "loc": {
        "start": {
          "line": 411,
          "column": 19
        },
        "end": {
          "line": 411,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14119,
      "end": 14120,
      "loc": {
        "start": {
          "line": 412,
          "column": 6
        },
        "end": {
          "line": 412,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 14121,
      "end": 14125,
      "loc": {
        "start": {
          "line": 412,
          "column": 8
        },
        "end": {
          "line": 412,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14126,
      "end": 14127,
      "loc": {
        "start": {
          "line": 412,
          "column": 13
        },
        "end": {
          "line": 412,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 14136,
      "end": 14142,
      "loc": {
        "start": {
          "line": 413,
          "column": 8
        },
        "end": {
          "line": 413,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 14143,
      "end": 14148,
      "loc": {
        "start": {
          "line": 413,
          "column": 15
        },
        "end": {
          "line": 413,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14148,
      "end": 14149,
      "loc": {
        "start": {
          "line": 413,
          "column": 20
        },
        "end": {
          "line": 413,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14156,
      "end": 14157,
      "loc": {
        "start": {
          "line": 414,
          "column": 6
        },
        "end": {
          "line": 414,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14162,
      "end": 14163,
      "loc": {
        "start": {
          "line": 415,
          "column": 4
        },
        "end": {
          "line": 415,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14163,
      "end": 14164,
      "loc": {
        "start": {
          "line": 415,
          "column": 5
        },
        "end": {
          "line": 415,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14169,
      "end": 14170,
      "loc": {
        "start": {
          "line": 416,
          "column": 4
        },
        "end": {
          "line": 416,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 14170,
      "end": 14173,
      "loc": {
        "start": {
          "line": 416,
          "column": 5
        },
        "end": {
          "line": 416,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14173,
      "end": 14174,
      "loc": {
        "start": {
          "line": 416,
          "column": 8
        },
        "end": {
          "line": 416,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 14174,
      "end": 14177,
      "loc": {
        "start": {
          "line": 416,
          "column": 9
        },
        "end": {
          "line": 416,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14178,
      "end": 14180,
      "loc": {
        "start": {
          "line": 416,
          "column": 13
        },
        "end": {
          "line": 416,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14181,
      "end": 14182,
      "loc": {
        "start": {
          "line": 416,
          "column": 16
        },
        "end": {
          "line": 416,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 14189,
      "end": 14194,
      "loc": {
        "start": {
          "line": 417,
          "column": 6
        },
        "end": {
          "line": 417,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 14195,
      "end": 14200,
      "loc": {
        "start": {
          "line": 417,
          "column": 12
        },
        "end": {
          "line": 417,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14201,
      "end": 14202,
      "loc": {
        "start": {
          "line": 417,
          "column": 18
        },
        "end": {
          "line": 417,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 14203,
      "end": 14207,
      "loc": {
        "start": {
          "line": 417,
          "column": 20
        },
        "end": {
          "line": 417,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14207,
      "end": 14208,
      "loc": {
        "start": {
          "line": 417,
          "column": 24
        },
        "end": {
          "line": 417,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "escape",
      "start": 14208,
      "end": 14214,
      "loc": {
        "start": {
          "line": 417,
          "column": 25
        },
        "end": {
          "line": 417,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14214,
      "end": 14215,
      "loc": {
        "start": {
          "line": 417,
          "column": 31
        },
        "end": {
          "line": 417,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateValues",
      "start": 14215,
      "end": 14227,
      "loc": {
        "start": {
          "line": 417,
          "column": 32
        },
        "end": {
          "line": 417,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14227,
      "end": 14228,
      "loc": {
        "start": {
          "line": 417,
          "column": 44
        },
        "end": {
          "line": 417,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 14228,
      "end": 14231,
      "loc": {
        "start": {
          "line": 417,
          "column": 45
        },
        "end": {
          "line": 417,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14231,
      "end": 14232,
      "loc": {
        "start": {
          "line": 417,
          "column": 48
        },
        "end": {
          "line": 417,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14232,
      "end": 14233,
      "loc": {
        "start": {
          "line": 417,
          "column": 49
        },
        "end": {
          "line": 417,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14233,
      "end": 14234,
      "loc": {
        "start": {
          "line": 417,
          "column": 50
        },
        "end": {
          "line": 417,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 14241,
      "end": 14244,
      "loc": {
        "start": {
          "line": 418,
          "column": 6
        },
        "end": {
          "line": 418,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14245,
      "end": 14246,
      "loc": {
        "start": {
          "line": 418,
          "column": 10
        },
        "end": {
          "line": 418,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 14247,
      "end": 14251,
      "loc": {
        "start": {
          "line": 418,
          "column": 12
        },
        "end": {
          "line": 418,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14251,
      "end": 14252,
      "loc": {
        "start": {
          "line": 418,
          "column": 16
        },
        "end": {
          "line": 418,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 14252,
      "end": 14267,
      "loc": {
        "start": {
          "line": 418,
          "column": 17
        },
        "end": {
          "line": 418,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14267,
      "end": 14268,
      "loc": {
        "start": {
          "line": 418,
          "column": 32
        },
        "end": {
          "line": 418,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 14268,
      "end": 14271,
      "loc": {
        "start": {
          "line": 418,
          "column": 33
        },
        "end": {
          "line": 418,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14271,
      "end": 14272,
      "loc": {
        "start": {
          "line": 418,
          "column": 36
        },
        "end": {
          "line": 418,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14272,
      "end": 14273,
      "loc": {
        "start": {
          "line": 418,
          "column": 37
        },
        "end": {
          "line": 418,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 14280,
      "end": 14286,
      "loc": {
        "start": {
          "line": 419,
          "column": 6
        },
        "end": {
          "line": 419,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14287,
      "end": 14288,
      "loc": {
        "start": {
          "line": 419,
          "column": 13
        },
        "end": {
          "line": 419,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 14288,
      "end": 14288,
      "loc": {
        "start": {
          "line": 419,
          "column": 14
        },
        "end": {
          "line": 419,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14288,
      "end": 14290,
      "loc": {
        "start": {
          "line": 419,
          "column": 14
        },
        "end": {
          "line": 419,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "targetTableAlias",
      "start": 14290,
      "end": 14306,
      "loc": {
        "start": {
          "line": 419,
          "column": 16
        },
        "end": {
          "line": 419,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14306,
      "end": 14307,
      "loc": {
        "start": {
          "line": 419,
          "column": 32
        },
        "end": {
          "line": 419,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".",
      "start": 14307,
      "end": 14308,
      "loc": {
        "start": {
          "line": 419,
          "column": 33
        },
        "end": {
          "line": 419,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14308,
      "end": 14310,
      "loc": {
        "start": {
          "line": 419,
          "column": 34
        },
        "end": {
          "line": 419,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 14310,
      "end": 14313,
      "loc": {
        "start": {
          "line": 419,
          "column": 36
        },
        "end": {
          "line": 419,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14313,
      "end": 14314,
      "loc": {
        "start": {
          "line": 419,
          "column": 39
        },
        "end": {
          "line": 419,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " = ",
      "start": 14314,
      "end": 14317,
      "loc": {
        "start": {
          "line": 419,
          "column": 40
        },
        "end": {
          "line": 419,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14317,
      "end": 14319,
      "loc": {
        "start": {
          "line": 419,
          "column": 43
        },
        "end": {
          "line": 419,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 14319,
      "end": 14324,
      "loc": {
        "start": {
          "line": 419,
          "column": 45
        },
        "end": {
          "line": 419,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14324,
      "end": 14325,
      "loc": {
        "start": {
          "line": 419,
          "column": 50
        },
        "end": {
          "line": 419,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 14325,
      "end": 14325,
      "loc": {
        "start": {
          "line": 419,
          "column": 51
        },
        "end": {
          "line": 419,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14325,
      "end": 14326,
      "loc": {
        "start": {
          "line": 419,
          "column": 51
        },
        "end": {
          "line": 419,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14326,
      "end": 14327,
      "loc": {
        "start": {
          "line": 419,
          "column": 52
        },
        "end": {
          "line": 419,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14332,
      "end": 14333,
      "loc": {
        "start": {
          "line": 420,
          "column": 4
        },
        "end": {
          "line": 420,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14333,
      "end": 14334,
      "loc": {
        "start": {
          "line": 420,
          "column": 5
        },
        "end": {
          "line": 420,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14334,
      "end": 14335,
      "loc": {
        "start": {
          "line": 420,
          "column": 6
        },
        "end": {
          "line": 420,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 14335,
      "end": 14339,
      "loc": {
        "start": {
          "line": 420,
          "column": 7
        },
        "end": {
          "line": 420,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14339,
      "end": 14340,
      "loc": {
        "start": {
          "line": 420,
          "column": 11
        },
        "end": {
          "line": 420,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", ",
      "start": 14340,
      "end": 14344,
      "loc": {
        "start": {
          "line": 420,
          "column": 12
        },
        "end": {
          "line": 420,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14344,
      "end": 14345,
      "loc": {
        "start": {
          "line": 420,
          "column": 16
        },
        "end": {
          "line": 420,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14345,
      "end": 14346,
      "loc": {
        "start": {
          "line": 420,
          "column": 17
        },
        "end": {
          "line": 420,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 14352,
      "end": 14357,
      "loc": {
        "start": {
          "line": 422,
          "column": 4
        },
        "end": {
          "line": 422,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "insertSnippet",
      "start": 14358,
      "end": 14371,
      "loc": {
        "start": {
          "line": 422,
          "column": 10
        },
        "end": {
          "line": 422,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14372,
      "end": 14373,
      "loc": {
        "start": {
          "line": 422,
          "column": 24
        },
        "end": {
          "line": 422,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14374,
      "end": 14375,
      "loc": {
        "start": {
          "line": 422,
          "column": 26
        },
        "end": {
          "line": 422,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "(",
      "start": 14375,
      "end": 14376,
      "loc": {
        "start": {
          "line": 422,
          "column": 27
        },
        "end": {
          "line": 422,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14376,
      "end": 14378,
      "loc": {
        "start": {
          "line": 422,
          "column": 28
        },
        "end": {
          "line": 422,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "insertKeysQuoted",
      "start": 14378,
      "end": 14394,
      "loc": {
        "start": {
          "line": 422,
          "column": 30
        },
        "end": {
          "line": 422,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14394,
      "end": 14395,
      "loc": {
        "start": {
          "line": 422,
          "column": 46
        },
        "end": {
          "line": 422,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ") VALUES(",
      "start": 14395,
      "end": 14404,
      "loc": {
        "start": {
          "line": 422,
          "column": 47
        },
        "end": {
          "line": 422,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14404,
      "end": 14406,
      "loc": {
        "start": {
          "line": 422,
          "column": 56
        },
        "end": {
          "line": 422,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "insertValuesEscaped",
      "start": 14406,
      "end": 14425,
      "loc": {
        "start": {
          "line": 422,
          "column": 58
        },
        "end": {
          "line": 422,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14425,
      "end": 14426,
      "loc": {
        "start": {
          "line": 422,
          "column": 77
        },
        "end": {
          "line": 422,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ")",
      "start": 14426,
      "end": 14427,
      "loc": {
        "start": {
          "line": 422,
          "column": 78
        },
        "end": {
          "line": 422,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14427,
      "end": 14428,
      "loc": {
        "start": {
          "line": 422,
          "column": 79
        },
        "end": {
          "line": 422,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14428,
      "end": 14429,
      "loc": {
        "start": {
          "line": 422,
          "column": 80
        },
        "end": {
          "line": 422,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 14434,
      "end": 14437,
      "loc": {
        "start": {
          "line": 423,
          "column": 4
        },
        "end": {
          "line": 423,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 14438,
      "end": 14443,
      "loc": {
        "start": {
          "line": 423,
          "column": 8
        },
        "end": {
          "line": 423,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14444,
      "end": 14445,
      "loc": {
        "start": {
          "line": 423,
          "column": 14
        },
        "end": {
          "line": 423,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14446,
      "end": 14447,
      "loc": {
        "start": {
          "line": 423,
          "column": 16
        },
        "end": {
          "line": 423,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "MERGE INTO ",
      "start": 14447,
      "end": 14458,
      "loc": {
        "start": {
          "line": 423,
          "column": 17
        },
        "end": {
          "line": 423,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14458,
      "end": 14460,
      "loc": {
        "start": {
          "line": 423,
          "column": 28
        },
        "end": {
          "line": 423,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableNameQuoted",
      "start": 14460,
      "end": 14475,
      "loc": {
        "start": {
          "line": 423,
          "column": 30
        },
        "end": {
          "line": 423,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14475,
      "end": 14476,
      "loc": {
        "start": {
          "line": 423,
          "column": 45
        },
        "end": {
          "line": 423,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " WITH(HOLDLOCK) AS ",
      "start": 14476,
      "end": 14495,
      "loc": {
        "start": {
          "line": 423,
          "column": 46
        },
        "end": {
          "line": 423,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14495,
      "end": 14497,
      "loc": {
        "start": {
          "line": 423,
          "column": 65
        },
        "end": {
          "line": 423,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "targetTableAlias",
      "start": 14497,
      "end": 14513,
      "loc": {
        "start": {
          "line": 423,
          "column": 67
        },
        "end": {
          "line": 423,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14513,
      "end": 14514,
      "loc": {
        "start": {
          "line": 423,
          "column": 83
        },
        "end": {
          "line": 423,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " USING (",
      "start": 14514,
      "end": 14522,
      "loc": {
        "start": {
          "line": 423,
          "column": 84
        },
        "end": {
          "line": 423,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14522,
      "end": 14524,
      "loc": {
        "start": {
          "line": 423,
          "column": 92
        },
        "end": {
          "line": 423,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceTableQuery",
      "start": 14524,
      "end": 14540,
      "loc": {
        "start": {
          "line": 423,
          "column": 94
        },
        "end": {
          "line": 423,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14540,
      "end": 14541,
      "loc": {
        "start": {
          "line": 423,
          "column": 110
        },
        "end": {
          "line": 423,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ") AS ",
      "start": 14541,
      "end": 14546,
      "loc": {
        "start": {
          "line": 423,
          "column": 111
        },
        "end": {
          "line": 423,
          "column": 116
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14546,
      "end": 14548,
      "loc": {
        "start": {
          "line": 423,
          "column": 116
        },
        "end": {
          "line": 423,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceTableAlias",
      "start": 14548,
      "end": 14564,
      "loc": {
        "start": {
          "line": 423,
          "column": 118
        },
        "end": {
          "line": 423,
          "column": 134
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14564,
      "end": 14565,
      "loc": {
        "start": {
          "line": 423,
          "column": 134
        },
        "end": {
          "line": 423,
          "column": 135
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "(",
      "start": 14565,
      "end": 14566,
      "loc": {
        "start": {
          "line": 423,
          "column": 135
        },
        "end": {
          "line": 423,
          "column": 136
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14566,
      "end": 14568,
      "loc": {
        "start": {
          "line": 423,
          "column": 136
        },
        "end": {
          "line": 423,
          "column": 138
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "insertKeysQuoted",
      "start": 14568,
      "end": 14584,
      "loc": {
        "start": {
          "line": 423,
          "column": 138
        },
        "end": {
          "line": 423,
          "column": 154
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14584,
      "end": 14585,
      "loc": {
        "start": {
          "line": 423,
          "column": 154
        },
        "end": {
          "line": 423,
          "column": 155
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ") ON ",
      "start": 14585,
      "end": 14590,
      "loc": {
        "start": {
          "line": 423,
          "column": 155
        },
        "end": {
          "line": 423,
          "column": 160
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14590,
      "end": 14592,
      "loc": {
        "start": {
          "line": 423,
          "column": 160
        },
        "end": {
          "line": 423,
          "column": 162
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "joinCondition",
      "start": 14592,
      "end": 14605,
      "loc": {
        "start": {
          "line": 423,
          "column": 162
        },
        "end": {
          "line": 423,
          "column": 175
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14605,
      "end": 14606,
      "loc": {
        "start": {
          "line": 423,
          "column": 175
        },
        "end": {
          "line": 423,
          "column": 176
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 14606,
      "end": 14606,
      "loc": {
        "start": {
          "line": 423,
          "column": 176
        },
        "end": {
          "line": 423,
          "column": 176
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14606,
      "end": 14607,
      "loc": {
        "start": {
          "line": 423,
          "column": 176
        },
        "end": {
          "line": 423,
          "column": 177
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14607,
      "end": 14608,
      "loc": {
        "start": {
          "line": 423,
          "column": 177
        },
        "end": {
          "line": 423,
          "column": 178
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 14613,
      "end": 14618,
      "loc": {
        "start": {
          "line": 424,
          "column": 4
        },
        "end": {
          "line": 424,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 14619,
      "end": 14621,
      "loc": {
        "start": {
          "line": 424,
          "column": 10
        },
        "end": {
          "line": 424,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14622,
      "end": 14623,
      "loc": {
        "start": {
          "line": 424,
          "column": 13
        },
        "end": {
          "line": 424,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " WHEN MATCHED THEN UPDATE SET ",
      "start": 14623,
      "end": 14653,
      "loc": {
        "start": {
          "line": 424,
          "column": 14
        },
        "end": {
          "line": 424,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14653,
      "end": 14655,
      "loc": {
        "start": {
          "line": 424,
          "column": 44
        },
        "end": {
          "line": 424,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateSnippet",
      "start": 14655,
      "end": 14668,
      "loc": {
        "start": {
          "line": 424,
          "column": 46
        },
        "end": {
          "line": 424,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14668,
      "end": 14669,
      "loc": {
        "start": {
          "line": 424,
          "column": 59
        },
        "end": {
          "line": 424,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " WHEN NOT MATCHED THEN INSERT ",
      "start": 14669,
      "end": 14699,
      "loc": {
        "start": {
          "line": 424,
          "column": 60
        },
        "end": {
          "line": 424,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14699,
      "end": 14701,
      "loc": {
        "start": {
          "line": 424,
          "column": 90
        },
        "end": {
          "line": 424,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "insertSnippet",
      "start": 14701,
      "end": 14714,
      "loc": {
        "start": {
          "line": 424,
          "column": 92
        },
        "end": {
          "line": 424,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14714,
      "end": 14715,
      "loc": {
        "start": {
          "line": 424,
          "column": 105
        },
        "end": {
          "line": 424,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " OUTPUT $action, INSERTED.*;",
      "start": 14715,
      "end": 14743,
      "loc": {
        "start": {
          "line": 424,
          "column": 106
        },
        "end": {
          "line": 424,
          "column": 134
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14743,
      "end": 14744,
      "loc": {
        "start": {
          "line": 424,
          "column": 134
        },
        "end": {
          "line": 424,
          "column": 135
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14744,
      "end": 14745,
      "loc": {
        "start": {
          "line": 424,
          "column": 135
        },
        "end": {
          "line": 424,
          "column": 136
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 14750,
      "end": 14752,
      "loc": {
        "start": {
          "line": 425,
          "column": 4
        },
        "end": {
          "line": 425,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14753,
      "end": 14754,
      "loc": {
        "start": {
          "line": 425,
          "column": 7
        },
        "end": {
          "line": 425,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "needIdentityInsertWrapper",
      "start": 14754,
      "end": 14779,
      "loc": {
        "start": {
          "line": 425,
          "column": 8
        },
        "end": {
          "line": 425,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14779,
      "end": 14780,
      "loc": {
        "start": {
          "line": 425,
          "column": 33
        },
        "end": {
          "line": 425,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14781,
      "end": 14782,
      "loc": {
        "start": {
          "line": 425,
          "column": 35
        },
        "end": {
          "line": 425,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 14789,
      "end": 14794,
      "loc": {
        "start": {
          "line": 426,
          "column": 6
        },
        "end": {
          "line": 426,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14795,
      "end": 14796,
      "loc": {
        "start": {
          "line": 426,
          "column": 12
        },
        "end": {
          "line": 426,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14797,
      "end": 14798,
      "loc": {
        "start": {
          "line": 426,
          "column": 14
        },
        "end": {
          "line": 426,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SET IDENTITY_INSERT ",
      "start": 14798,
      "end": 14818,
      "loc": {
        "start": {
          "line": 426,
          "column": 15
        },
        "end": {
          "line": 426,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14818,
      "end": 14820,
      "loc": {
        "start": {
          "line": 426,
          "column": 35
        },
        "end": {
          "line": 426,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableNameQuoted",
      "start": 14820,
      "end": 14835,
      "loc": {
        "start": {
          "line": 426,
          "column": 37
        },
        "end": {
          "line": 426,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14835,
      "end": 14836,
      "loc": {
        "start": {
          "line": 426,
          "column": 52
        },
        "end": {
          "line": 426,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ON; ",
      "start": 14836,
      "end": 14841,
      "loc": {
        "start": {
          "line": 426,
          "column": 53
        },
        "end": {
          "line": 426,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14841,
      "end": 14843,
      "loc": {
        "start": {
          "line": 426,
          "column": 58
        },
        "end": {
          "line": 426,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 14843,
      "end": 14848,
      "loc": {
        "start": {
          "line": 426,
          "column": 60
        },
        "end": {
          "line": 426,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14848,
      "end": 14849,
      "loc": {
        "start": {
          "line": 426,
          "column": 65
        },
        "end": {
          "line": 426,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " SET IDENTITY_INSERT ",
      "start": 14849,
      "end": 14870,
      "loc": {
        "start": {
          "line": 426,
          "column": 66
        },
        "end": {
          "line": 426,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14870,
      "end": 14872,
      "loc": {
        "start": {
          "line": 426,
          "column": 87
        },
        "end": {
          "line": 426,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableNameQuoted",
      "start": 14872,
      "end": 14887,
      "loc": {
        "start": {
          "line": 426,
          "column": 89
        },
        "end": {
          "line": 426,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14887,
      "end": 14888,
      "loc": {
        "start": {
          "line": 426,
          "column": 104
        },
        "end": {
          "line": 426,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " OFF;",
      "start": 14888,
      "end": 14893,
      "loc": {
        "start": {
          "line": 426,
          "column": 105
        },
        "end": {
          "line": 426,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14893,
      "end": 14894,
      "loc": {
        "start": {
          "line": 426,
          "column": 110
        },
        "end": {
          "line": 426,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14894,
      "end": 14895,
      "loc": {
        "start": {
          "line": 426,
          "column": 111
        },
        "end": {
          "line": 426,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14900,
      "end": 14901,
      "loc": {
        "start": {
          "line": 427,
          "column": 4
        },
        "end": {
          "line": 427,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 14906,
      "end": 14912,
      "loc": {
        "start": {
          "line": 428,
          "column": 4
        },
        "end": {
          "line": 428,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 14913,
      "end": 14918,
      "loc": {
        "start": {
          "line": 428,
          "column": 11
        },
        "end": {
          "line": 428,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14918,
      "end": 14919,
      "loc": {
        "start": {
          "line": 428,
          "column": 16
        },
        "end": {
          "line": 428,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14922,
      "end": 14923,
      "loc": {
        "start": {
          "line": 429,
          "column": 2
        },
        "end": {
          "line": 429,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14923,
      "end": 14924,
      "loc": {
        "start": {
          "line": 429,
          "column": 3
        },
        "end": {
          "line": 429,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deleteQuery",
      "start": 14928,
      "end": 14939,
      "loc": {
        "start": {
          "line": 431,
          "column": 2
        },
        "end": {
          "line": 431,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14939,
      "end": 14940,
      "loc": {
        "start": {
          "line": 431,
          "column": 13
        },
        "end": {
          "line": 431,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 14940,
      "end": 14949,
      "loc": {
        "start": {
          "line": 431,
          "column": 14
        },
        "end": {
          "line": 431,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14949,
      "end": 14950,
      "loc": {
        "start": {
          "line": 431,
          "column": 23
        },
        "end": {
          "line": 431,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 14951,
      "end": 14956,
      "loc": {
        "start": {
          "line": 431,
          "column": 25
        },
        "end": {
          "line": 431,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14956,
      "end": 14957,
      "loc": {
        "start": {
          "line": 431,
          "column": 30
        },
        "end": {
          "line": 431,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 14958,
      "end": 14965,
      "loc": {
        "start": {
          "line": 431,
          "column": 32
        },
        "end": {
          "line": 431,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14965,
      "end": 14966,
      "loc": {
        "start": {
          "line": 431,
          "column": 39
        },
        "end": {
          "line": 431,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14967,
      "end": 14968,
      "loc": {
        "start": {
          "line": 431,
          "column": 41
        },
        "end": {
          "line": 431,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 14973,
      "end": 14980,
      "loc": {
        "start": {
          "line": 432,
          "column": 4
        },
        "end": {
          "line": 432,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14981,
      "end": 14982,
      "loc": {
        "start": {
          "line": 432,
          "column": 12
        },
        "end": {
          "line": 432,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 14983,
      "end": 14990,
      "loc": {
        "start": {
          "line": 432,
          "column": 14
        },
        "end": {
          "line": 432,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 14991,
      "end": 14993,
      "loc": {
        "start": {
          "line": 432,
          "column": 22
        },
        "end": {
          "line": 432,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14994,
      "end": 14995,
      "loc": {
        "start": {
          "line": 432,
          "column": 25
        },
        "end": {
          "line": 432,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14995,
      "end": 14996,
      "loc": {
        "start": {
          "line": 432,
          "column": 26
        },
        "end": {
          "line": 432,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14996,
      "end": 14997,
      "loc": {
        "start": {
          "line": 432,
          "column": 27
        },
        "end": {
          "line": 432,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 15003,
      "end": 15006,
      "loc": {
        "start": {
          "line": 434,
          "column": 4
        },
        "end": {
          "line": 434,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 15007,
      "end": 15012,
      "loc": {
        "start": {
          "line": 434,
          "column": 8
        },
        "end": {
          "line": 434,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 15013,
      "end": 15014,
      "loc": {
        "start": {
          "line": 434,
          "column": 14
        },
        "end": {
          "line": 434,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 15015,
      "end": 15019,
      "loc": {
        "start": {
          "line": 434,
          "column": 16
        },
        "end": {
          "line": 434,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15019,
      "end": 15020,
      "loc": {
        "start": {
          "line": 434,
          "column": 20
        },
        "end": {
          "line": 434,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 15020,
      "end": 15030,
      "loc": {
        "start": {
          "line": 434,
          "column": 21
        },
        "end": {
          "line": 434,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15030,
      "end": 15031,
      "loc": {
        "start": {
          "line": 434,
          "column": 31
        },
        "end": {
          "line": 434,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 15031,
      "end": 15040,
      "loc": {
        "start": {
          "line": 434,
          "column": 32
        },
        "end": {
          "line": 434,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15040,
      "end": 15041,
      "loc": {
        "start": {
          "line": 434,
          "column": 41
        },
        "end": {
          "line": 434,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15041,
      "end": 15042,
      "loc": {
        "start": {
          "line": 434,
          "column": 42
        },
        "end": {
          "line": 434,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 15047,
      "end": 15049,
      "loc": {
        "start": {
          "line": 435,
          "column": 4
        },
        "end": {
          "line": 435,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15050,
      "end": 15051,
      "loc": {
        "start": {
          "line": 435,
          "column": 7
        },
        "end": {
          "line": 435,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 15051,
      "end": 15058,
      "loc": {
        "start": {
          "line": 435,
          "column": 8
        },
        "end": {
          "line": 435,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15058,
      "end": 15059,
      "loc": {
        "start": {
          "line": 435,
          "column": 15
        },
        "end": {
          "line": 435,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "truncate",
      "start": 15059,
      "end": 15067,
      "loc": {
        "start": {
          "line": 435,
          "column": 16
        },
        "end": {
          "line": 435,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 15068,
      "end": 15071,
      "loc": {
        "start": {
          "line": 435,
          "column": 25
        },
        "end": {
          "line": 435,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 15072,
      "end": 15076,
      "loc": {
        "start": {
          "line": 435,
          "column": 29
        },
        "end": {
          "line": 435,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15076,
      "end": 15077,
      "loc": {
        "start": {
          "line": 435,
          "column": 33
        },
        "end": {
          "line": 435,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15078,
      "end": 15079,
      "loc": {
        "start": {
          "line": 435,
          "column": 35
        },
        "end": {
          "line": 435,
          "column": 36
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Truncate does not allow LIMIT and WHERE",
      "start": 15086,
      "end": 15128,
      "loc": {
        "start": {
          "line": 436,
          "column": 6
        },
        "end": {
          "line": 436,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 15135,
      "end": 15141,
      "loc": {
        "start": {
          "line": 437,
          "column": 6
        },
        "end": {
          "line": 437,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "TRUNCATE TABLE ",
      "start": 15142,
      "end": 15159,
      "loc": {
        "start": {
          "line": 437,
          "column": 13
        },
        "end": {
          "line": 437,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 15160,
      "end": 15161,
      "loc": {
        "start": {
          "line": 437,
          "column": 31
        },
        "end": {
          "line": 437,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 15162,
      "end": 15167,
      "loc": {
        "start": {
          "line": 437,
          "column": 33
        },
        "end": {
          "line": 437,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15167,
      "end": 15168,
      "loc": {
        "start": {
          "line": 437,
          "column": 38
        },
        "end": {
          "line": 437,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15173,
      "end": 15174,
      "loc": {
        "start": {
          "line": 438,
          "column": 4
        },
        "end": {
          "line": 438,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 15180,
      "end": 15185,
      "loc": {
        "start": {
          "line": 440,
          "column": 4
        },
        "end": {
          "line": 440,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 15186,
      "end": 15187,
      "loc": {
        "start": {
          "line": 440,
          "column": 10
        },
        "end": {
          "line": 440,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 15188,
      "end": 15192,
      "loc": {
        "start": {
          "line": 440,
          "column": 12
        },
        "end": {
          "line": 440,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15192,
      "end": 15193,
      "loc": {
        "start": {
          "line": 440,
          "column": 16
        },
        "end": {
          "line": 440,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getWhereConditions",
      "start": 15193,
      "end": 15211,
      "loc": {
        "start": {
          "line": 440,
          "column": 17
        },
        "end": {
          "line": 440,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15211,
      "end": 15212,
      "loc": {
        "start": {
          "line": 440,
          "column": 35
        },
        "end": {
          "line": 440,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 15212,
      "end": 15217,
      "loc": {
        "start": {
          "line": 440,
          "column": 36
        },
        "end": {
          "line": 440,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15217,
      "end": 15218,
      "loc": {
        "start": {
          "line": 440,
          "column": 41
        },
        "end": {
          "line": 440,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15218,
      "end": 15219,
      "loc": {
        "start": {
          "line": 440,
          "column": 42
        },
        "end": {
          "line": 440,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 15224,
      "end": 15227,
      "loc": {
        "start": {
          "line": 441,
          "column": 4
        },
        "end": {
          "line": 441,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 15228,
      "end": 15233,
      "loc": {
        "start": {
          "line": 441,
          "column": 8
        },
        "end": {
          "line": 441,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 15234,
      "end": 15235,
      "loc": {
        "start": {
          "line": 441,
          "column": 14
        },
        "end": {
          "line": 441,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 15236,
      "end": 15238,
      "loc": {
        "start": {
          "line": 441,
          "column": 16
        },
        "end": {
          "line": 441,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15245,
      "end": 15246,
      "loc": {
        "start": {
          "line": 442,
          "column": 6
        },
        "end": {
          "line": 442,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 15247,
      "end": 15252,
      "loc": {
        "start": {
          "line": 442,
          "column": 8
        },
        "end": {
          "line": 442,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 15253,
      "end": 15254,
      "loc": {
        "start": {
          "line": 442,
          "column": 14
        },
        "end": {
          "line": 442,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "DELETE<%= limit %> FROM <%= table %><%= where %>; ",
      "start": 15255,
      "end": 15307,
      "loc": {
        "start": {
          "line": 442,
          "column": 16
        },
        "end": {
          "line": 442,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 15308,
      "end": 15309,
      "loc": {
        "start": {
          "line": 442,
          "column": 69
        },
        "end": {
          "line": 442,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SELECT @@ROWCOUNT AS AFFECTEDROWS;",
      "start": 15326,
      "end": 15362,
      "loc": {
        "start": {
          "line": 443,
          "column": 16
        },
        "end": {
          "line": 443,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15362,
      "end": 15363,
      "loc": {
        "start": {
          "line": 443,
          "column": 52
        },
        "end": {
          "line": 443,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 15369,
      "end": 15371,
      "loc": {
        "start": {
          "line": 445,
          "column": 4
        },
        "end": {
          "line": 445,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15372,
      "end": 15373,
      "loc": {
        "start": {
          "line": 445,
          "column": 7
        },
        "end": {
          "line": 445,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 15373,
      "end": 15378,
      "loc": {
        "start": {
          "line": 445,
          "column": 8
        },
        "end": {
          "line": 445,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15378,
      "end": 15379,
      "loc": {
        "start": {
          "line": 445,
          "column": 13
        },
        "end": {
          "line": 445,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 15379,
      "end": 15380,
      "loc": {
        "start": {
          "line": 445,
          "column": 14
        },
        "end": {
          "line": 445,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15380,
      "end": 15381,
      "loc": {
        "start": {
          "line": 445,
          "column": 15
        },
        "end": {
          "line": 445,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 15381,
      "end": 15392,
      "loc": {
        "start": {
          "line": 445,
          "column": 16
        },
        "end": {
          "line": 445,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15392,
      "end": 15393,
      "loc": {
        "start": {
          "line": 445,
          "column": 27
        },
        "end": {
          "line": 445,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 15393,
      "end": 15400,
      "loc": {
        "start": {
          "line": 445,
          "column": 28
        },
        "end": {
          "line": 445,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15400,
      "end": 15401,
      "loc": {
        "start": {
          "line": 445,
          "column": 35
        },
        "end": {
          "line": 445,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 15401,
      "end": 15406,
      "loc": {
        "start": {
          "line": 445,
          "column": 36
        },
        "end": {
          "line": 445,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15406,
      "end": 15407,
      "loc": {
        "start": {
          "line": 445,
          "column": 41
        },
        "end": {
          "line": 445,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15407,
      "end": 15408,
      "loc": {
        "start": {
          "line": 445,
          "column": 42
        },
        "end": {
          "line": 445,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15409,
      "end": 15410,
      "loc": {
        "start": {
          "line": 445,
          "column": 44
        },
        "end": {
          "line": 445,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 15417,
      "end": 15424,
      "loc": {
        "start": {
          "line": 446,
          "column": 6
        },
        "end": {
          "line": 446,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15424,
      "end": 15425,
      "loc": {
        "start": {
          "line": 446,
          "column": 13
        },
        "end": {
          "line": 446,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 15425,
      "end": 15430,
      "loc": {
        "start": {
          "line": 446,
          "column": 14
        },
        "end": {
          "line": 446,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 15431,
      "end": 15432,
      "loc": {
        "start": {
          "line": 446,
          "column": 20
        },
        "end": {
          "line": 446,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 15433,
      "end": 15434,
      "loc": {
        "start": {
          "line": 446,
          "column": 22
        },
        "end": {
          "line": 446,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15434,
      "end": 15435,
      "loc": {
        "start": {
          "line": 446,
          "column": 23
        },
        "end": {
          "line": 446,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15440,
      "end": 15441,
      "loc": {
        "start": {
          "line": 447,
          "column": 4
        },
        "end": {
          "line": 447,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 15447,
      "end": 15449,
      "loc": {
        "start": {
          "line": 449,
          "column": 4
        },
        "end": {
          "line": 449,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15450,
      "end": 15451,
      "loc": {
        "start": {
          "line": 449,
          "column": 7
        },
        "end": {
          "line": 449,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 15451,
      "end": 15452,
      "loc": {
        "start": {
          "line": 449,
          "column": 8
        },
        "end": {
          "line": 449,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 15452,
      "end": 15453,
      "loc": {
        "start": {
          "line": 449,
          "column": 9
        },
        "end": {
          "line": 449,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 15453,
      "end": 15460,
      "loc": {
        "start": {
          "line": 449,
          "column": 10
        },
        "end": {
          "line": 449,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15460,
      "end": 15461,
      "loc": {
        "start": {
          "line": 449,
          "column": 17
        },
        "end": {
          "line": 449,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 15461,
      "end": 15466,
      "loc": {
        "start": {
          "line": 449,
          "column": 18
        },
        "end": {
          "line": 449,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15466,
      "end": 15467,
      "loc": {
        "start": {
          "line": 449,
          "column": 23
        },
        "end": {
          "line": 449,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15468,
      "end": 15469,
      "loc": {
        "start": {
          "line": 449,
          "column": 25
        },
        "end": {
          "line": 449,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 15476,
      "end": 15481,
      "loc": {
        "start": {
          "line": 450,
          "column": 6
        },
        "end": {
          "line": 450,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 15482,
      "end": 15483,
      "loc": {
        "start": {
          "line": 450,
          "column": 12
        },
        "end": {
          "line": 450,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " TOP(",
      "start": 15484,
      "end": 15491,
      "loc": {
        "start": {
          "line": 450,
          "column": 14
        },
        "end": {
          "line": 450,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 15492,
      "end": 15493,
      "loc": {
        "start": {
          "line": 450,
          "column": 22
        },
        "end": {
          "line": 450,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 15494,
      "end": 15498,
      "loc": {
        "start": {
          "line": 450,
          "column": 24
        },
        "end": {
          "line": 450,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15498,
      "end": 15499,
      "loc": {
        "start": {
          "line": 450,
          "column": 28
        },
        "end": {
          "line": 450,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "escape",
      "start": 15499,
      "end": 15505,
      "loc": {
        "start": {
          "line": 450,
          "column": 29
        },
        "end": {
          "line": 450,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15505,
      "end": 15506,
      "loc": {
        "start": {
          "line": 450,
          "column": 35
        },
        "end": {
          "line": 450,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 15506,
      "end": 15513,
      "loc": {
        "start": {
          "line": 450,
          "column": 36
        },
        "end": {
          "line": 450,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15513,
      "end": 15514,
      "loc": {
        "start": {
          "line": 450,
          "column": 43
        },
        "end": {
          "line": 450,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 15514,
      "end": 15519,
      "loc": {
        "start": {
          "line": 450,
          "column": 44
        },
        "end": {
          "line": 450,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15519,
      "end": 15520,
      "loc": {
        "start": {
          "line": 450,
          "column": 49
        },
        "end": {
          "line": 450,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 15521,
      "end": 15522,
      "loc": {
        "start": {
          "line": 450,
          "column": 51
        },
        "end": {
          "line": 450,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ")",
      "start": 15523,
      "end": 15526,
      "loc": {
        "start": {
          "line": 450,
          "column": 53
        },
        "end": {
          "line": 450,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15526,
      "end": 15527,
      "loc": {
        "start": {
          "line": 450,
          "column": 56
        },
        "end": {
          "line": 450,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15532,
      "end": 15533,
      "loc": {
        "start": {
          "line": 451,
          "column": 4
        },
        "end": {
          "line": 451,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 15539,
      "end": 15542,
      "loc": {
        "start": {
          "line": 453,
          "column": 4
        },
        "end": {
          "line": 453,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replacements",
      "start": 15543,
      "end": 15555,
      "loc": {
        "start": {
          "line": 453,
          "column": 8
        },
        "end": {
          "line": 453,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 15556,
      "end": 15557,
      "loc": {
        "start": {
          "line": 453,
          "column": 21
        },
        "end": {
          "line": 453,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15558,
      "end": 15559,
      "loc": {
        "start": {
          "line": 453,
          "column": 23
        },
        "end": {
          "line": 453,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 15566,
      "end": 15571,
      "loc": {
        "start": {
          "line": 454,
          "column": 6
        },
        "end": {
          "line": 454,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15571,
      "end": 15572,
      "loc": {
        "start": {
          "line": 454,
          "column": 11
        },
        "end": {
          "line": 454,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 15579,
      "end": 15584,
      "loc": {
        "start": {
          "line": 455,
          "column": 6
        },
        "end": {
          "line": 455,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15584,
      "end": 15585,
      "loc": {
        "start": {
          "line": 455,
          "column": 11
        },
        "end": {
          "line": 455,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 15592,
      "end": 15597,
      "loc": {
        "start": {
          "line": 456,
          "column": 6
        },
        "end": {
          "line": 456,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15602,
      "end": 15603,
      "loc": {
        "start": {
          "line": 457,
          "column": 4
        },
        "end": {
          "line": 457,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15603,
      "end": 15604,
      "loc": {
        "start": {
          "line": 457,
          "column": 5
        },
        "end": {
          "line": 457,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 15610,
      "end": 15612,
      "loc": {
        "start": {
          "line": 459,
          "column": 4
        },
        "end": {
          "line": 459,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15613,
      "end": 15614,
      "loc": {
        "start": {
          "line": 459,
          "column": 7
        },
        "end": {
          "line": 459,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replacements",
      "start": 15614,
      "end": 15626,
      "loc": {
        "start": {
          "line": 459,
          "column": 8
        },
        "end": {
          "line": 459,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15626,
      "end": 15627,
      "loc": {
        "start": {
          "line": 459,
          "column": 20
        },
        "end": {
          "line": 459,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 15627,
      "end": 15632,
      "loc": {
        "start": {
          "line": 459,
          "column": 21
        },
        "end": {
          "line": 459,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15632,
      "end": 15633,
      "loc": {
        "start": {
          "line": 459,
          "column": 26
        },
        "end": {
          "line": 459,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15634,
      "end": 15635,
      "loc": {
        "start": {
          "line": 459,
          "column": 28
        },
        "end": {
          "line": 459,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replacements",
      "start": 15642,
      "end": 15654,
      "loc": {
        "start": {
          "line": 460,
          "column": 6
        },
        "end": {
          "line": 460,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15654,
      "end": 15655,
      "loc": {
        "start": {
          "line": 460,
          "column": 18
        },
        "end": {
          "line": 460,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 15655,
      "end": 15660,
      "loc": {
        "start": {
          "line": 460,
          "column": 19
        },
        "end": {
          "line": 460,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 15661,
      "end": 15662,
      "loc": {
        "start": {
          "line": 460,
          "column": 25
        },
        "end": {
          "line": 460,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " WHERE ",
      "start": 15663,
      "end": 15672,
      "loc": {
        "start": {
          "line": 460,
          "column": 27
        },
        "end": {
          "line": 460,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 15673,
      "end": 15674,
      "loc": {
        "start": {
          "line": 460,
          "column": 37
        },
        "end": {
          "line": 460,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replacements",
      "start": 15675,
      "end": 15687,
      "loc": {
        "start": {
          "line": 460,
          "column": 39
        },
        "end": {
          "line": 460,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15687,
      "end": 15688,
      "loc": {
        "start": {
          "line": 460,
          "column": 51
        },
        "end": {
          "line": 460,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 15688,
      "end": 15693,
      "loc": {
        "start": {
          "line": 460,
          "column": 52
        },
        "end": {
          "line": 460,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15693,
      "end": 15694,
      "loc": {
        "start": {
          "line": 460,
          "column": 57
        },
        "end": {
          "line": 460,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15699,
      "end": 15700,
      "loc": {
        "start": {
          "line": 461,
          "column": 4
        },
        "end": {
          "line": 461,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 15706,
      "end": 15712,
      "loc": {
        "start": {
          "line": 463,
          "column": 4
        },
        "end": {
          "line": 463,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 15713,
      "end": 15718,
      "loc": {
        "start": {
          "line": 463,
          "column": 11
        },
        "end": {
          "line": 463,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15718,
      "end": 15719,
      "loc": {
        "start": {
          "line": 463,
          "column": 16
        },
        "end": {
          "line": 463,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 15719,
      "end": 15720,
      "loc": {
        "start": {
          "line": 463,
          "column": 17
        },
        "end": {
          "line": 463,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15720,
      "end": 15721,
      "loc": {
        "start": {
          "line": 463,
          "column": 18
        },
        "end": {
          "line": 463,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 15721,
      "end": 15729,
      "loc": {
        "start": {
          "line": 463,
          "column": 19
        },
        "end": {
          "line": 463,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15729,
      "end": 15730,
      "loc": {
        "start": {
          "line": 463,
          "column": 27
        },
        "end": {
          "line": 463,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 15730,
      "end": 15735,
      "loc": {
        "start": {
          "line": 463,
          "column": 28
        },
        "end": {
          "line": 463,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15735,
      "end": 15736,
      "loc": {
        "start": {
          "line": 463,
          "column": 33
        },
        "end": {
          "line": 463,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15736,
      "end": 15737,
      "loc": {
        "start": {
          "line": 463,
          "column": 34
        },
        "end": {
          "line": 463,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replacements",
      "start": 15737,
      "end": 15749,
      "loc": {
        "start": {
          "line": 463,
          "column": 35
        },
        "end": {
          "line": 463,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15749,
      "end": 15750,
      "loc": {
        "start": {
          "line": 463,
          "column": 47
        },
        "end": {
          "line": 463,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15750,
      "end": 15751,
      "loc": {
        "start": {
          "line": 463,
          "column": 48
        },
        "end": {
          "line": 463,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15754,
      "end": 15755,
      "loc": {
        "start": {
          "line": 464,
          "column": 2
        },
        "end": {
          "line": 464,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15755,
      "end": 15756,
      "loc": {
        "start": {
          "line": 464,
          "column": 3
        },
        "end": {
          "line": 464,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "showIndexesQuery",
      "start": 15760,
      "end": 15776,
      "loc": {
        "start": {
          "line": 466,
          "column": 2
        },
        "end": {
          "line": 466,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15776,
      "end": 15777,
      "loc": {
        "start": {
          "line": 466,
          "column": 18
        },
        "end": {
          "line": 466,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 15777,
      "end": 15786,
      "loc": {
        "start": {
          "line": 466,
          "column": 19
        },
        "end": {
          "line": 466,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15786,
      "end": 15787,
      "loc": {
        "start": {
          "line": 466,
          "column": 28
        },
        "end": {
          "line": 466,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15788,
      "end": 15789,
      "loc": {
        "start": {
          "line": 466,
          "column": 30
        },
        "end": {
          "line": 466,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 15794,
      "end": 15797,
      "loc": {
        "start": {
          "line": 467,
          "column": 4
        },
        "end": {
          "line": 467,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 15798,
      "end": 15801,
      "loc": {
        "start": {
          "line": 467,
          "column": 8
        },
        "end": {
          "line": 467,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 15802,
      "end": 15803,
      "loc": {
        "start": {
          "line": 467,
          "column": 12
        },
        "end": {
          "line": 467,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "EXEC sys.sp_helpindex @objname = N'<%= tableName %>';",
      "start": 15804,
      "end": 15859,
      "loc": {
        "start": {
          "line": 467,
          "column": 14
        },
        "end": {
          "line": 467,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15859,
      "end": 15860,
      "loc": {
        "start": {
          "line": 467,
          "column": 69
        },
        "end": {
          "line": 467,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 15865,
      "end": 15871,
      "loc": {
        "start": {
          "line": 468,
          "column": 4
        },
        "end": {
          "line": 468,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 15872,
      "end": 15877,
      "loc": {
        "start": {
          "line": 468,
          "column": 11
        },
        "end": {
          "line": 468,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15877,
      "end": 15878,
      "loc": {
        "start": {
          "line": 468,
          "column": 16
        },
        "end": {
          "line": 468,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 15878,
      "end": 15879,
      "loc": {
        "start": {
          "line": 468,
          "column": 17
        },
        "end": {
          "line": 468,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15879,
      "end": 15880,
      "loc": {
        "start": {
          "line": 468,
          "column": 18
        },
        "end": {
          "line": 468,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 15880,
      "end": 15888,
      "loc": {
        "start": {
          "line": 468,
          "column": 19
        },
        "end": {
          "line": 468,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15888,
      "end": 15889,
      "loc": {
        "start": {
          "line": 468,
          "column": 27
        },
        "end": {
          "line": 468,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 15889,
      "end": 15892,
      "loc": {
        "start": {
          "line": 468,
          "column": 28
        },
        "end": {
          "line": 468,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15892,
      "end": 15893,
      "loc": {
        "start": {
          "line": 468,
          "column": 31
        },
        "end": {
          "line": 468,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15893,
      "end": 15894,
      "loc": {
        "start": {
          "line": 468,
          "column": 32
        },
        "end": {
          "line": 468,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15894,
      "end": 15895,
      "loc": {
        "start": {
          "line": 468,
          "column": 33
        },
        "end": {
          "line": 468,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 15902,
      "end": 15911,
      "loc": {
        "start": {
          "line": 469,
          "column": 6
        },
        "end": {
          "line": 469,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15911,
      "end": 15912,
      "loc": {
        "start": {
          "line": 469,
          "column": 15
        },
        "end": {
          "line": 469,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 15913,
      "end": 15917,
      "loc": {
        "start": {
          "line": 469,
          "column": 17
        },
        "end": {
          "line": 469,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15917,
      "end": 15918,
      "loc": {
        "start": {
          "line": 469,
          "column": 21
        },
        "end": {
          "line": 469,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 15918,
      "end": 15928,
      "loc": {
        "start": {
          "line": 469,
          "column": 22
        },
        "end": {
          "line": 469,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15928,
      "end": 15929,
      "loc": {
        "start": {
          "line": 469,
          "column": 32
        },
        "end": {
          "line": 469,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 15929,
      "end": 15938,
      "loc": {
        "start": {
          "line": 469,
          "column": 33
        },
        "end": {
          "line": 469,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15938,
      "end": 15939,
      "loc": {
        "start": {
          "line": 469,
          "column": 42
        },
        "end": {
          "line": 469,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15944,
      "end": 15945,
      "loc": {
        "start": {
          "line": 470,
          "column": 4
        },
        "end": {
          "line": 470,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15945,
      "end": 15946,
      "loc": {
        "start": {
          "line": 470,
          "column": 5
        },
        "end": {
          "line": 470,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15946,
      "end": 15947,
      "loc": {
        "start": {
          "line": 470,
          "column": 6
        },
        "end": {
          "line": 470,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15950,
      "end": 15951,
      "loc": {
        "start": {
          "line": 471,
          "column": 2
        },
        "end": {
          "line": 471,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15951,
      "end": 15952,
      "loc": {
        "start": {
          "line": 471,
          "column": 3
        },
        "end": {
          "line": 471,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeIndexQuery",
      "start": 15956,
      "end": 15972,
      "loc": {
        "start": {
          "line": 473,
          "column": 2
        },
        "end": {
          "line": 473,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15972,
      "end": 15973,
      "loc": {
        "start": {
          "line": 473,
          "column": 18
        },
        "end": {
          "line": 473,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 15973,
      "end": 15982,
      "loc": {
        "start": {
          "line": 473,
          "column": 19
        },
        "end": {
          "line": 473,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15982,
      "end": 15983,
      "loc": {
        "start": {
          "line": 473,
          "column": 28
        },
        "end": {
          "line": 473,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexNameOrAttributes",
      "start": 15984,
      "end": 16005,
      "loc": {
        "start": {
          "line": 473,
          "column": 30
        },
        "end": {
          "line": 473,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16005,
      "end": 16006,
      "loc": {
        "start": {
          "line": 473,
          "column": 51
        },
        "end": {
          "line": 473,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16007,
      "end": 16008,
      "loc": {
        "start": {
          "line": 473,
          "column": 53
        },
        "end": {
          "line": 473,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 16013,
      "end": 16016,
      "loc": {
        "start": {
          "line": 474,
          "column": 4
        },
        "end": {
          "line": 474,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 16017,
      "end": 16020,
      "loc": {
        "start": {
          "line": 474,
          "column": 8
        },
        "end": {
          "line": 474,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 16021,
      "end": 16022,
      "loc": {
        "start": {
          "line": 474,
          "column": 12
        },
        "end": {
          "line": 474,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "DROP INDEX <%= indexName %> ON <%= tableName %>",
      "start": 16023,
      "end": 16072,
      "loc": {
        "start": {
          "line": 474,
          "column": 14
        },
        "end": {
          "line": 474,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16079,
      "end": 16080,
      "loc": {
        "start": {
          "line": 475,
          "column": 6
        },
        "end": {
          "line": 475,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexName",
      "start": 16081,
      "end": 16090,
      "loc": {
        "start": {
          "line": 475,
          "column": 8
        },
        "end": {
          "line": 475,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 16091,
      "end": 16092,
      "loc": {
        "start": {
          "line": 475,
          "column": 18
        },
        "end": {
          "line": 475,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexNameOrAttributes",
      "start": 16093,
      "end": 16114,
      "loc": {
        "start": {
          "line": 475,
          "column": 20
        },
        "end": {
          "line": 475,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16114,
      "end": 16115,
      "loc": {
        "start": {
          "line": 475,
          "column": 41
        },
        "end": {
          "line": 475,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 16121,
      "end": 16123,
      "loc": {
        "start": {
          "line": 477,
          "column": 4
        },
        "end": {
          "line": 477,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16124,
      "end": 16125,
      "loc": {
        "start": {
          "line": 477,
          "column": 7
        },
        "end": {
          "line": 477,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "typeof",
        "keyword": "typeof",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "typeof",
      "start": 16125,
      "end": 16131,
      "loc": {
        "start": {
          "line": 477,
          "column": 8
        },
        "end": {
          "line": 477,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexName",
      "start": 16132,
      "end": 16141,
      "loc": {
        "start": {
          "line": 477,
          "column": 15
        },
        "end": {
          "line": 477,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 16142,
      "end": 16145,
      "loc": {
        "start": {
          "line": 477,
          "column": 25
        },
        "end": {
          "line": 477,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "string",
      "start": 16146,
      "end": 16154,
      "loc": {
        "start": {
          "line": 477,
          "column": 29
        },
        "end": {
          "line": 477,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16154,
      "end": 16155,
      "loc": {
        "start": {
          "line": 477,
          "column": 37
        },
        "end": {
          "line": 477,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16156,
      "end": 16157,
      "loc": {
        "start": {
          "line": 477,
          "column": 39
        },
        "end": {
          "line": 477,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexName",
      "start": 16164,
      "end": 16173,
      "loc": {
        "start": {
          "line": 478,
          "column": 6
        },
        "end": {
          "line": 478,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 16174,
      "end": 16175,
      "loc": {
        "start": {
          "line": 478,
          "column": 16
        },
        "end": {
          "line": 478,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 16176,
      "end": 16181,
      "loc": {
        "start": {
          "line": 478,
          "column": 18
        },
        "end": {
          "line": 478,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16181,
      "end": 16182,
      "loc": {
        "start": {
          "line": 478,
          "column": 23
        },
        "end": {
          "line": 478,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "underscore",
      "start": 16182,
      "end": 16192,
      "loc": {
        "start": {
          "line": 478,
          "column": 24
        },
        "end": {
          "line": 478,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16192,
      "end": 16193,
      "loc": {
        "start": {
          "line": 478,
          "column": 34
        },
        "end": {
          "line": 478,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 16193,
      "end": 16202,
      "loc": {
        "start": {
          "line": 478,
          "column": 35
        },
        "end": {
          "line": 478,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 16203,
      "end": 16204,
      "loc": {
        "start": {
          "line": 478,
          "column": 45
        },
        "end": {
          "line": 478,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "_",
      "start": 16205,
      "end": 16208,
      "loc": {
        "start": {
          "line": 478,
          "column": 47
        },
        "end": {
          "line": 478,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 16209,
      "end": 16210,
      "loc": {
        "start": {
          "line": 478,
          "column": 51
        },
        "end": {
          "line": 478,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexNameOrAttributes",
      "start": 16211,
      "end": 16232,
      "loc": {
        "start": {
          "line": 478,
          "column": 53
        },
        "end": {
          "line": 478,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16232,
      "end": 16233,
      "loc": {
        "start": {
          "line": 478,
          "column": 74
        },
        "end": {
          "line": 478,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 16233,
      "end": 16237,
      "loc": {
        "start": {
          "line": 478,
          "column": 75
        },
        "end": {
          "line": 478,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16237,
      "end": 16238,
      "loc": {
        "start": {
          "line": 478,
          "column": 79
        },
        "end": {
          "line": 478,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "_",
      "start": 16238,
      "end": 16241,
      "loc": {
        "start": {
          "line": 478,
          "column": 80
        },
        "end": {
          "line": 478,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16241,
      "end": 16242,
      "loc": {
        "start": {
          "line": 478,
          "column": 83
        },
        "end": {
          "line": 478,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16242,
      "end": 16243,
      "loc": {
        "start": {
          "line": 478,
          "column": 84
        },
        "end": {
          "line": 478,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16243,
      "end": 16244,
      "loc": {
        "start": {
          "line": 478,
          "column": 85
        },
        "end": {
          "line": 478,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16249,
      "end": 16250,
      "loc": {
        "start": {
          "line": 479,
          "column": 4
        },
        "end": {
          "line": 479,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 16256,
      "end": 16259,
      "loc": {
        "start": {
          "line": 481,
          "column": 4
        },
        "end": {
          "line": 481,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 16260,
      "end": 16266,
      "loc": {
        "start": {
          "line": 481,
          "column": 8
        },
        "end": {
          "line": 481,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 16267,
      "end": 16268,
      "loc": {
        "start": {
          "line": 481,
          "column": 15
        },
        "end": {
          "line": 481,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16269,
      "end": 16270,
      "loc": {
        "start": {
          "line": 481,
          "column": 17
        },
        "end": {
          "line": 481,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 16277,
      "end": 16286,
      "loc": {
        "start": {
          "line": 482,
          "column": 6
        },
        "end": {
          "line": 482,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16286,
      "end": 16287,
      "loc": {
        "start": {
          "line": 482,
          "column": 15
        },
        "end": {
          "line": 482,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 16288,
      "end": 16292,
      "loc": {
        "start": {
          "line": 482,
          "column": 17
        },
        "end": {
          "line": 482,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16292,
      "end": 16293,
      "loc": {
        "start": {
          "line": 482,
          "column": 21
        },
        "end": {
          "line": 482,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifiers",
      "start": 16293,
      "end": 16309,
      "loc": {
        "start": {
          "line": 482,
          "column": 22
        },
        "end": {
          "line": 482,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16309,
      "end": 16310,
      "loc": {
        "start": {
          "line": 482,
          "column": 38
        },
        "end": {
          "line": 482,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 16310,
      "end": 16319,
      "loc": {
        "start": {
          "line": 482,
          "column": 39
        },
        "end": {
          "line": 482,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16319,
      "end": 16320,
      "loc": {
        "start": {
          "line": 482,
          "column": 48
        },
        "end": {
          "line": 482,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16320,
      "end": 16321,
      "loc": {
        "start": {
          "line": 482,
          "column": 49
        },
        "end": {
          "line": 482,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexName",
      "start": 16328,
      "end": 16337,
      "loc": {
        "start": {
          "line": 483,
          "column": 6
        },
        "end": {
          "line": 483,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16337,
      "end": 16338,
      "loc": {
        "start": {
          "line": 483,
          "column": 15
        },
        "end": {
          "line": 483,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 16339,
      "end": 16343,
      "loc": {
        "start": {
          "line": 483,
          "column": 17
        },
        "end": {
          "line": 483,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16343,
      "end": 16344,
      "loc": {
        "start": {
          "line": 483,
          "column": 21
        },
        "end": {
          "line": 483,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifiers",
      "start": 16344,
      "end": 16360,
      "loc": {
        "start": {
          "line": 483,
          "column": 22
        },
        "end": {
          "line": 483,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16360,
      "end": 16361,
      "loc": {
        "start": {
          "line": 483,
          "column": 38
        },
        "end": {
          "line": 483,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexName",
      "start": 16361,
      "end": 16370,
      "loc": {
        "start": {
          "line": 483,
          "column": 39
        },
        "end": {
          "line": 483,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16370,
      "end": 16371,
      "loc": {
        "start": {
          "line": 483,
          "column": 48
        },
        "end": {
          "line": 483,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16376,
      "end": 16377,
      "loc": {
        "start": {
          "line": 484,
          "column": 4
        },
        "end": {
          "line": 484,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16377,
      "end": 16378,
      "loc": {
        "start": {
          "line": 484,
          "column": 5
        },
        "end": {
          "line": 484,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 16384,
      "end": 16390,
      "loc": {
        "start": {
          "line": 486,
          "column": 4
        },
        "end": {
          "line": 486,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 16391,
      "end": 16396,
      "loc": {
        "start": {
          "line": 486,
          "column": 11
        },
        "end": {
          "line": 486,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16396,
      "end": 16397,
      "loc": {
        "start": {
          "line": 486,
          "column": 16
        },
        "end": {
          "line": 486,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 16397,
      "end": 16398,
      "loc": {
        "start": {
          "line": 486,
          "column": 17
        },
        "end": {
          "line": 486,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16398,
      "end": 16399,
      "loc": {
        "start": {
          "line": 486,
          "column": 18
        },
        "end": {
          "line": 486,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 16399,
      "end": 16407,
      "loc": {
        "start": {
          "line": 486,
          "column": 19
        },
        "end": {
          "line": 486,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16407,
      "end": 16408,
      "loc": {
        "start": {
          "line": 486,
          "column": 27
        },
        "end": {
          "line": 486,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 16408,
      "end": 16411,
      "loc": {
        "start": {
          "line": 486,
          "column": 28
        },
        "end": {
          "line": 486,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16411,
      "end": 16412,
      "loc": {
        "start": {
          "line": 486,
          "column": 31
        },
        "end": {
          "line": 486,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16412,
      "end": 16413,
      "loc": {
        "start": {
          "line": 486,
          "column": 32
        },
        "end": {
          "line": 486,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 16413,
      "end": 16419,
      "loc": {
        "start": {
          "line": 486,
          "column": 33
        },
        "end": {
          "line": 486,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16419,
      "end": 16420,
      "loc": {
        "start": {
          "line": 486,
          "column": 39
        },
        "end": {
          "line": 486,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16420,
      "end": 16421,
      "loc": {
        "start": {
          "line": 486,
          "column": 40
        },
        "end": {
          "line": 486,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16424,
      "end": 16425,
      "loc": {
        "start": {
          "line": 487,
          "column": 2
        },
        "end": {
          "line": 487,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16425,
      "end": 16426,
      "loc": {
        "start": {
          "line": 487,
          "column": 3
        },
        "end": {
          "line": 487,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeToSQL",
      "start": 16430,
      "end": 16444,
      "loc": {
        "start": {
          "line": 489,
          "column": 2
        },
        "end": {
          "line": 489,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16444,
      "end": 16445,
      "loc": {
        "start": {
          "line": 489,
          "column": 16
        },
        "end": {
          "line": 489,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 16445,
      "end": 16454,
      "loc": {
        "start": {
          "line": 489,
          "column": 17
        },
        "end": {
          "line": 489,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16454,
      "end": 16455,
      "loc": {
        "start": {
          "line": 489,
          "column": 26
        },
        "end": {
          "line": 489,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16456,
      "end": 16457,
      "loc": {
        "start": {
          "line": 489,
          "column": 28
        },
        "end": {
          "line": 489,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 16462,
      "end": 16464,
      "loc": {
        "start": {
          "line": 490,
          "column": 4
        },
        "end": {
          "line": 490,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16465,
      "end": 16466,
      "loc": {
        "start": {
          "line": 490,
          "column": 7
        },
        "end": {
          "line": 490,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 16466,
      "end": 16467,
      "loc": {
        "start": {
          "line": 490,
          "column": 8
        },
        "end": {
          "line": 490,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 16467,
      "end": 16472,
      "loc": {
        "start": {
          "line": 490,
          "column": 9
        },
        "end": {
          "line": 490,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16472,
      "end": 16473,
      "loc": {
        "start": {
          "line": 490,
          "column": 14
        },
        "end": {
          "line": 490,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 16473,
      "end": 16474,
      "loc": {
        "start": {
          "line": 490,
          "column": 15
        },
        "end": {
          "line": 490,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16474,
      "end": 16475,
      "loc": {
        "start": {
          "line": 490,
          "column": 16
        },
        "end": {
          "line": 490,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isPlainObject",
      "start": 16475,
      "end": 16488,
      "loc": {
        "start": {
          "line": 490,
          "column": 17
        },
        "end": {
          "line": 490,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16488,
      "end": 16489,
      "loc": {
        "start": {
          "line": 490,
          "column": 30
        },
        "end": {
          "line": 490,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 16489,
      "end": 16498,
      "loc": {
        "start": {
          "line": 490,
          "column": 31
        },
        "end": {
          "line": 490,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16498,
      "end": 16499,
      "loc": {
        "start": {
          "line": 490,
          "column": 40
        },
        "end": {
          "line": 490,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16499,
      "end": 16500,
      "loc": {
        "start": {
          "line": 490,
          "column": 41
        },
        "end": {
          "line": 490,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16501,
      "end": 16502,
      "loc": {
        "start": {
          "line": 490,
          "column": 43
        },
        "end": {
          "line": 490,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 16509,
      "end": 16518,
      "loc": {
        "start": {
          "line": 491,
          "column": 6
        },
        "end": {
          "line": 491,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 16519,
      "end": 16520,
      "loc": {
        "start": {
          "line": 491,
          "column": 16
        },
        "end": {
          "line": 491,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16521,
      "end": 16522,
      "loc": {
        "start": {
          "line": 491,
          "column": 18
        },
        "end": {
          "line": 491,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 16531,
      "end": 16535,
      "loc": {
        "start": {
          "line": 492,
          "column": 8
        },
        "end": {
          "line": 492,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16535,
      "end": 16536,
      "loc": {
        "start": {
          "line": 492,
          "column": 12
        },
        "end": {
          "line": 492,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 16537,
      "end": 16546,
      "loc": {
        "start": {
          "line": 492,
          "column": 14
        },
        "end": {
          "line": 492,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16553,
      "end": 16554,
      "loc": {
        "start": {
          "line": 493,
          "column": 6
        },
        "end": {
          "line": 493,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16554,
      "end": 16555,
      "loc": {
        "start": {
          "line": 493,
          "column": 7
        },
        "end": {
          "line": 493,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16560,
      "end": 16561,
      "loc": {
        "start": {
          "line": 494,
          "column": 4
        },
        "end": {
          "line": 494,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " handle self referential constraints",
      "start": 16567,
      "end": 16605,
      "loc": {
        "start": {
          "line": 496,
          "column": 4
        },
        "end": {
          "line": 496,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 16610,
      "end": 16612,
      "loc": {
        "start": {
          "line": 497,
          "column": 4
        },
        "end": {
          "line": 497,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16613,
      "end": 16614,
      "loc": {
        "start": {
          "line": 497,
          "column": 7
        },
        "end": {
          "line": 497,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 16614,
      "end": 16623,
      "loc": {
        "start": {
          "line": 497,
          "column": 8
        },
        "end": {
          "line": 497,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16623,
      "end": 16624,
      "loc": {
        "start": {
          "line": 497,
          "column": 17
        },
        "end": {
          "line": 497,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "references",
      "start": 16624,
      "end": 16634,
      "loc": {
        "start": {
          "line": 497,
          "column": 18
        },
        "end": {
          "line": 497,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16634,
      "end": 16635,
      "loc": {
        "start": {
          "line": 497,
          "column": 28
        },
        "end": {
          "line": 497,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16636,
      "end": 16637,
      "loc": {
        "start": {
          "line": 497,
          "column": 30
        },
        "end": {
          "line": 497,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 16645,
      "end": 16647,
      "loc": {
        "start": {
          "line": 499,
          "column": 6
        },
        "end": {
          "line": 499,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16648,
      "end": 16649,
      "loc": {
        "start": {
          "line": 499,
          "column": 9
        },
        "end": {
          "line": 499,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 16649,
      "end": 16658,
      "loc": {
        "start": {
          "line": 499,
          "column": 10
        },
        "end": {
          "line": 499,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16658,
      "end": 16659,
      "loc": {
        "start": {
          "line": 499,
          "column": 19
        },
        "end": {
          "line": 499,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Model",
      "start": 16659,
      "end": 16664,
      "loc": {
        "start": {
          "line": 499,
          "column": 20
        },
        "end": {
          "line": 499,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 16665,
      "end": 16667,
      "loc": {
        "start": {
          "line": 499,
          "column": 26
        },
        "end": {
          "line": 499,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 16668,
      "end": 16677,
      "loc": {
        "start": {
          "line": 499,
          "column": 29
        },
        "end": {
          "line": 499,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16677,
      "end": 16678,
      "loc": {
        "start": {
          "line": 499,
          "column": 38
        },
        "end": {
          "line": 499,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Model",
      "start": 16678,
      "end": 16683,
      "loc": {
        "start": {
          "line": 499,
          "column": 39
        },
        "end": {
          "line": 499,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16683,
      "end": 16684,
      "loc": {
        "start": {
          "line": 499,
          "column": 44
        },
        "end": {
          "line": 499,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 16684,
      "end": 16693,
      "loc": {
        "start": {
          "line": 499,
          "column": 45
        },
        "end": {
          "line": 499,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 16694,
      "end": 16697,
      "loc": {
        "start": {
          "line": 499,
          "column": 55
        },
        "end": {
          "line": 499,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 16698,
      "end": 16707,
      "loc": {
        "start": {
          "line": 499,
          "column": 59
        },
        "end": {
          "line": 499,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16707,
      "end": 16708,
      "loc": {
        "start": {
          "line": 499,
          "column": 68
        },
        "end": {
          "line": 499,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "references",
      "start": 16708,
      "end": 16718,
      "loc": {
        "start": {
          "line": 499,
          "column": 69
        },
        "end": {
          "line": 499,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16718,
      "end": 16719,
      "loc": {
        "start": {
          "line": 499,
          "column": 79
        },
        "end": {
          "line": 499,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 16719,
      "end": 16724,
      "loc": {
        "start": {
          "line": 499,
          "column": 80
        },
        "end": {
          "line": 499,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16724,
      "end": 16725,
      "loc": {
        "start": {
          "line": 499,
          "column": 85
        },
        "end": {
          "line": 499,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16726,
      "end": 16727,
      "loc": {
        "start": {
          "line": 499,
          "column": 87
        },
        "end": {
          "line": 499,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 16736,
      "end": 16740,
      "loc": {
        "start": {
          "line": 500,
          "column": 8
        },
        "end": {
          "line": 500,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16740,
      "end": 16741,
      "loc": {
        "start": {
          "line": 500,
          "column": 12
        },
        "end": {
          "line": 500,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 16741,
      "end": 16750,
      "loc": {
        "start": {
          "line": 500,
          "column": 13
        },
        "end": {
          "line": 500,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16750,
      "end": 16751,
      "loc": {
        "start": {
          "line": 500,
          "column": 22
        },
        "end": {
          "line": 500,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "log",
      "start": 16751,
      "end": 16754,
      "loc": {
        "start": {
          "line": 500,
          "column": 23
        },
        "end": {
          "line": 500,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16754,
      "end": 16755,
      "loc": {
        "start": {
          "line": 500,
          "column": 26
        },
        "end": {
          "line": 500,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "MSSQL does not support self referencial constraints, ",
      "start": 16755,
      "end": 16810,
      "loc": {
        "start": {
          "line": 500,
          "column": 27
        },
        "end": {
          "line": 500,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 16821,
      "end": 16822,
      "loc": {
        "start": {
          "line": 501,
          "column": 10
        },
        "end": {
          "line": 501,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "we will remove it but we recommend restructuring your query",
      "start": 16823,
      "end": 16884,
      "loc": {
        "start": {
          "line": 501,
          "column": 12
        },
        "end": {
          "line": 501,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16884,
      "end": 16885,
      "loc": {
        "start": {
          "line": 501,
          "column": 73
        },
        "end": {
          "line": 501,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16885,
      "end": 16886,
      "loc": {
        "start": {
          "line": 501,
          "column": 74
        },
        "end": {
          "line": 501,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 16895,
      "end": 16904,
      "loc": {
        "start": {
          "line": 502,
          "column": 8
        },
        "end": {
          "line": 502,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16904,
      "end": 16905,
      "loc": {
        "start": {
          "line": 502,
          "column": 17
        },
        "end": {
          "line": 502,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDelete",
      "start": 16905,
      "end": 16913,
      "loc": {
        "start": {
          "line": 502,
          "column": 18
        },
        "end": {
          "line": 502,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 16914,
      "end": 16915,
      "loc": {
        "start": {
          "line": 502,
          "column": 27
        },
        "end": {
          "line": 502,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 16916,
      "end": 16918,
      "loc": {
        "start": {
          "line": 502,
          "column": 29
        },
        "end": {
          "line": 502,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16918,
      "end": 16919,
      "loc": {
        "start": {
          "line": 502,
          "column": 31
        },
        "end": {
          "line": 502,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 16928,
      "end": 16937,
      "loc": {
        "start": {
          "line": 503,
          "column": 8
        },
        "end": {
          "line": 503,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16937,
      "end": 16938,
      "loc": {
        "start": {
          "line": 503,
          "column": 17
        },
        "end": {
          "line": 503,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onUpdate",
      "start": 16938,
      "end": 16946,
      "loc": {
        "start": {
          "line": 503,
          "column": 18
        },
        "end": {
          "line": 503,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 16947,
      "end": 16948,
      "loc": {
        "start": {
          "line": 503,
          "column": 27
        },
        "end": {
          "line": 503,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 16949,
      "end": 16951,
      "loc": {
        "start": {
          "line": 503,
          "column": 29
        },
        "end": {
          "line": 503,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16951,
      "end": 16952,
      "loc": {
        "start": {
          "line": 503,
          "column": 31
        },
        "end": {
          "line": 503,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16959,
      "end": 16960,
      "loc": {
        "start": {
          "line": 504,
          "column": 6
        },
        "end": {
          "line": 504,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16965,
      "end": 16966,
      "loc": {
        "start": {
          "line": 505,
          "column": 4
        },
        "end": {
          "line": 505,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 16972,
      "end": 16975,
      "loc": {
        "start": {
          "line": 507,
          "column": 4
        },
        "end": {
          "line": 507,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 16976,
      "end": 16984,
      "loc": {
        "start": {
          "line": 507,
          "column": 8
        },
        "end": {
          "line": 507,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16984,
      "end": 16985,
      "loc": {
        "start": {
          "line": 507,
          "column": 16
        },
        "end": {
          "line": 507,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 16991,
      "end": 16993,
      "loc": {
        "start": {
          "line": 509,
          "column": 4
        },
        "end": {
          "line": 509,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16994,
      "end": 16995,
      "loc": {
        "start": {
          "line": 509,
          "column": 7
        },
        "end": {
          "line": 509,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 16995,
      "end": 17004,
      "loc": {
        "start": {
          "line": 509,
          "column": 8
        },
        "end": {
          "line": 509,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17004,
      "end": 17005,
      "loc": {
        "start": {
          "line": 509,
          "column": 17
        },
        "end": {
          "line": 509,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 17005,
      "end": 17009,
      "loc": {
        "start": {
          "line": 509,
          "column": 18
        },
        "end": {
          "line": 509,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "instanceof",
        "keyword": "instanceof",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "instanceof",
      "start": 17010,
      "end": 17020,
      "loc": {
        "start": {
          "line": 509,
          "column": 23
        },
        "end": {
          "line": 509,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataTypes",
      "start": 17021,
      "end": 17030,
      "loc": {
        "start": {
          "line": 509,
          "column": 34
        },
        "end": {
          "line": 509,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17030,
      "end": 17031,
      "loc": {
        "start": {
          "line": 509,
          "column": 43
        },
        "end": {
          "line": 509,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ENUM",
      "start": 17031,
      "end": 17035,
      "loc": {
        "start": {
          "line": 509,
          "column": 44
        },
        "end": {
          "line": 509,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17035,
      "end": 17036,
      "loc": {
        "start": {
          "line": 509,
          "column": 48
        },
        "end": {
          "line": 509,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17037,
      "end": 17038,
      "loc": {
        "start": {
          "line": 509,
          "column": 50
        },
        "end": {
          "line": 509,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 17045,
      "end": 17047,
      "loc": {
        "start": {
          "line": 510,
          "column": 6
        },
        "end": {
          "line": 510,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17048,
      "end": 17049,
      "loc": {
        "start": {
          "line": 510,
          "column": 9
        },
        "end": {
          "line": 510,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 17049,
      "end": 17058,
      "loc": {
        "start": {
          "line": 510,
          "column": 10
        },
        "end": {
          "line": 510,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17058,
      "end": 17059,
      "loc": {
        "start": {
          "line": 510,
          "column": 19
        },
        "end": {
          "line": 510,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 17059,
      "end": 17063,
      "loc": {
        "start": {
          "line": 510,
          "column": 20
        },
        "end": {
          "line": 510,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17063,
      "end": 17064,
      "loc": {
        "start": {
          "line": 510,
          "column": 24
        },
        "end": {
          "line": 510,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 17064,
      "end": 17070,
      "loc": {
        "start": {
          "line": 510,
          "column": 25
        },
        "end": {
          "line": 510,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 17071,
      "end": 17073,
      "loc": {
        "start": {
          "line": 510,
          "column": 32
        },
        "end": {
          "line": 510,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 17074,
      "end": 17075,
      "loc": {
        "start": {
          "line": 510,
          "column": 35
        },
        "end": {
          "line": 510,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 17075,
      "end": 17084,
      "loc": {
        "start": {
          "line": 510,
          "column": 36
        },
        "end": {
          "line": 510,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17084,
      "end": 17085,
      "loc": {
        "start": {
          "line": 510,
          "column": 45
        },
        "end": {
          "line": 510,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 17085,
      "end": 17091,
      "loc": {
        "start": {
          "line": 510,
          "column": 46
        },
        "end": {
          "line": 510,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17091,
      "end": 17092,
      "loc": {
        "start": {
          "line": 510,
          "column": 52
        },
        "end": {
          "line": 510,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 17093,
      "end": 17102,
      "loc": {
        "start": {
          "line": 510,
          "column": 54
        },
        "end": {
          "line": 510,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17102,
      "end": 17103,
      "loc": {
        "start": {
          "line": 510,
          "column": 63
        },
        "end": {
          "line": 510,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 17103,
      "end": 17109,
      "loc": {
        "start": {
          "line": 510,
          "column": 64
        },
        "end": {
          "line": 510,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 17110,
      "end": 17111,
      "loc": {
        "start": {
          "line": 510,
          "column": 71
        },
        "end": {
          "line": 510,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 17112,
      "end": 17121,
      "loc": {
        "start": {
          "line": 510,
          "column": 73
        },
        "end": {
          "line": 510,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17121,
      "end": 17122,
      "loc": {
        "start": {
          "line": 510,
          "column": 82
        },
        "end": {
          "line": 510,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 17122,
      "end": 17126,
      "loc": {
        "start": {
          "line": 510,
          "column": 83
        },
        "end": {
          "line": 510,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17126,
      "end": 17127,
      "loc": {
        "start": {
          "line": 510,
          "column": 87
        },
        "end": {
          "line": 510,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 17127,
      "end": 17133,
      "loc": {
        "start": {
          "line": 510,
          "column": 88
        },
        "end": {
          "line": 510,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17133,
      "end": 17134,
      "loc": {
        "start": {
          "line": 510,
          "column": 94
        },
        "end": {
          "line": 510,
          "column": 95
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " enums are a special case",
      "start": 17142,
      "end": 17169,
      "loc": {
        "start": {
          "line": 512,
          "column": 6
        },
        "end": {
          "line": 512,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 17176,
      "end": 17184,
      "loc": {
        "start": {
          "line": 513,
          "column": 6
        },
        "end": {
          "line": 513,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 17185,
      "end": 17186,
      "loc": {
        "start": {
          "line": 513,
          "column": 15
        },
        "end": {
          "line": 513,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 17187,
      "end": 17196,
      "loc": {
        "start": {
          "line": 513,
          "column": 17
        },
        "end": {
          "line": 513,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17196,
      "end": 17197,
      "loc": {
        "start": {
          "line": 513,
          "column": 26
        },
        "end": {
          "line": 513,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 17197,
      "end": 17201,
      "loc": {
        "start": {
          "line": 513,
          "column": 27
        },
        "end": {
          "line": 513,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17201,
      "end": 17202,
      "loc": {
        "start": {
          "line": 513,
          "column": 31
        },
        "end": {
          "line": 513,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toSql",
      "start": 17202,
      "end": 17207,
      "loc": {
        "start": {
          "line": 513,
          "column": 32
        },
        "end": {
          "line": 513,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17207,
      "end": 17208,
      "loc": {
        "start": {
          "line": 513,
          "column": 37
        },
        "end": {
          "line": 513,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17208,
      "end": 17209,
      "loc": {
        "start": {
          "line": 513,
          "column": 38
        },
        "end": {
          "line": 513,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17209,
      "end": 17210,
      "loc": {
        "start": {
          "line": 513,
          "column": 39
        },
        "end": {
          "line": 513,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 17217,
      "end": 17225,
      "loc": {
        "start": {
          "line": 514,
          "column": 6
        },
        "end": {
          "line": 514,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 17226,
      "end": 17228,
      "loc": {
        "start": {
          "line": 514,
          "column": 15
        },
        "end": {
          "line": 514,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " CHECK (",
      "start": 17229,
      "end": 17239,
      "loc": {
        "start": {
          "line": 514,
          "column": 18
        },
        "end": {
          "line": 514,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 17240,
      "end": 17241,
      "loc": {
        "start": {
          "line": 514,
          "column": 29
        },
        "end": {
          "line": 514,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 17242,
      "end": 17246,
      "loc": {
        "start": {
          "line": 514,
          "column": 31
        },
        "end": {
          "line": 514,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17246,
      "end": 17247,
      "loc": {
        "start": {
          "line": 514,
          "column": 35
        },
        "end": {
          "line": 514,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 17247,
      "end": 17262,
      "loc": {
        "start": {
          "line": 514,
          "column": 36
        },
        "end": {
          "line": 514,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17262,
      "end": 17263,
      "loc": {
        "start": {
          "line": 514,
          "column": 51
        },
        "end": {
          "line": 514,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 17263,
      "end": 17272,
      "loc": {
        "start": {
          "line": 514,
          "column": 52
        },
        "end": {
          "line": 514,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17272,
      "end": 17273,
      "loc": {
        "start": {
          "line": 514,
          "column": 61
        },
        "end": {
          "line": 514,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 17273,
      "end": 17278,
      "loc": {
        "start": {
          "line": 514,
          "column": 62
        },
        "end": {
          "line": 514,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17278,
      "end": 17279,
      "loc": {
        "start": {
          "line": 514,
          "column": 67
        },
        "end": {
          "line": 514,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 17280,
      "end": 17281,
      "loc": {
        "start": {
          "line": 514,
          "column": 69
        },
        "end": {
          "line": 514,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " IN(",
      "start": 17282,
      "end": 17288,
      "loc": {
        "start": {
          "line": 514,
          "column": 71
        },
        "end": {
          "line": 514,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 17289,
      "end": 17290,
      "loc": {
        "start": {
          "line": 514,
          "column": 78
        },
        "end": {
          "line": 514,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 17291,
      "end": 17296,
      "loc": {
        "start": {
          "line": 514,
          "column": 80
        },
        "end": {
          "line": 514,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17296,
      "end": 17297,
      "loc": {
        "start": {
          "line": 514,
          "column": 85
        },
        "end": {
          "line": 514,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 17297,
      "end": 17298,
      "loc": {
        "start": {
          "line": 514,
          "column": 86
        },
        "end": {
          "line": 514,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17298,
      "end": 17299,
      "loc": {
        "start": {
          "line": 514,
          "column": 87
        },
        "end": {
          "line": 514,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 17299,
      "end": 17302,
      "loc": {
        "start": {
          "line": 514,
          "column": 88
        },
        "end": {
          "line": 514,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17302,
      "end": 17303,
      "loc": {
        "start": {
          "line": 514,
          "column": 91
        },
        "end": {
          "line": 514,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 17303,
      "end": 17312,
      "loc": {
        "start": {
          "line": 514,
          "column": 92
        },
        "end": {
          "line": 514,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17312,
      "end": 17313,
      "loc": {
        "start": {
          "line": 514,
          "column": 101
        },
        "end": {
          "line": 514,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 17313,
      "end": 17319,
      "loc": {
        "start": {
          "line": 514,
          "column": 102
        },
        "end": {
          "line": 514,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17319,
      "end": 17320,
      "loc": {
        "start": {
          "line": 514,
          "column": 108
        },
        "end": {
          "line": 514,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 17321,
      "end": 17329,
      "loc": {
        "start": {
          "line": 514,
          "column": 110
        },
        "end": {
          "line": 514,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17329,
      "end": 17330,
      "loc": {
        "start": {
          "line": 514,
          "column": 118
        },
        "end": {
          "line": 514,
          "column": 119
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 17330,
      "end": 17335,
      "loc": {
        "start": {
          "line": 514,
          "column": 119
        },
        "end": {
          "line": 514,
          "column": 124
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17335,
      "end": 17336,
      "loc": {
        "start": {
          "line": 514,
          "column": 124
        },
        "end": {
          "line": 514,
          "column": 125
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17337,
      "end": 17338,
      "loc": {
        "start": {
          "line": 514,
          "column": 126
        },
        "end": {
          "line": 514,
          "column": 127
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 17347,
      "end": 17353,
      "loc": {
        "start": {
          "line": 515,
          "column": 8
        },
        "end": {
          "line": 515,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 17354,
      "end": 17358,
      "loc": {
        "start": {
          "line": 515,
          "column": 15
        },
        "end": {
          "line": 515,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17358,
      "end": 17359,
      "loc": {
        "start": {
          "line": 515,
          "column": 19
        },
        "end": {
          "line": 515,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "escape",
      "start": 17359,
      "end": 17365,
      "loc": {
        "start": {
          "line": 515,
          "column": 20
        },
        "end": {
          "line": 515,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17365,
      "end": 17366,
      "loc": {
        "start": {
          "line": 515,
          "column": 26
        },
        "end": {
          "line": 515,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 17366,
      "end": 17371,
      "loc": {
        "start": {
          "line": 515,
          "column": 27
        },
        "end": {
          "line": 515,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17371,
      "end": 17372,
      "loc": {
        "start": {
          "line": 515,
          "column": 32
        },
        "end": {
          "line": 515,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17372,
      "end": 17373,
      "loc": {
        "start": {
          "line": 515,
          "column": 33
        },
        "end": {
          "line": 515,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17380,
      "end": 17381,
      "loc": {
        "start": {
          "line": 516,
          "column": 6
        },
        "end": {
          "line": 516,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17381,
      "end": 17382,
      "loc": {
        "start": {
          "line": 516,
          "column": 7
        },
        "end": {
          "line": 516,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bind",
      "start": 17382,
      "end": 17386,
      "loc": {
        "start": {
          "line": 516,
          "column": 8
        },
        "end": {
          "line": 516,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17386,
      "end": 17387,
      "loc": {
        "start": {
          "line": 516,
          "column": 12
        },
        "end": {
          "line": 516,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 17387,
      "end": 17391,
      "loc": {
        "start": {
          "line": 516,
          "column": 13
        },
        "end": {
          "line": 516,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17391,
      "end": 17392,
      "loc": {
        "start": {
          "line": 516,
          "column": 17
        },
        "end": {
          "line": 516,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17392,
      "end": 17393,
      "loc": {
        "start": {
          "line": 516,
          "column": 18
        },
        "end": {
          "line": 516,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17393,
      "end": 17394,
      "loc": {
        "start": {
          "line": 516,
          "column": 19
        },
        "end": {
          "line": 516,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 17394,
      "end": 17398,
      "loc": {
        "start": {
          "line": 516,
          "column": 20
        },
        "end": {
          "line": 516,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17398,
      "end": 17399,
      "loc": {
        "start": {
          "line": 516,
          "column": 24
        },
        "end": {
          "line": 516,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", ",
      "start": 17399,
      "end": 17403,
      "loc": {
        "start": {
          "line": 516,
          "column": 25
        },
        "end": {
          "line": 516,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17403,
      "end": 17404,
      "loc": {
        "start": {
          "line": 516,
          "column": 29
        },
        "end": {
          "line": 516,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 17405,
      "end": 17406,
      "loc": {
        "start": {
          "line": 516,
          "column": 31
        },
        "end": {
          "line": 516,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "))",
      "start": 17407,
      "end": 17411,
      "loc": {
        "start": {
          "line": 516,
          "column": 33
        },
        "end": {
          "line": 516,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17411,
      "end": 17412,
      "loc": {
        "start": {
          "line": 516,
          "column": 37
        },
        "end": {
          "line": 516,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 17419,
      "end": 17425,
      "loc": {
        "start": {
          "line": 517,
          "column": 6
        },
        "end": {
          "line": 517,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 17426,
      "end": 17434,
      "loc": {
        "start": {
          "line": 517,
          "column": 13
        },
        "end": {
          "line": 517,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17434,
      "end": 17435,
      "loc": {
        "start": {
          "line": 517,
          "column": 21
        },
        "end": {
          "line": 517,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17440,
      "end": 17441,
      "loc": {
        "start": {
          "line": 518,
          "column": 4
        },
        "end": {
          "line": 518,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 17442,
      "end": 17446,
      "loc": {
        "start": {
          "line": 518,
          "column": 6
        },
        "end": {
          "line": 518,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17447,
      "end": 17448,
      "loc": {
        "start": {
          "line": 518,
          "column": 11
        },
        "end": {
          "line": 518,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 17455,
      "end": 17463,
      "loc": {
        "start": {
          "line": 519,
          "column": 6
        },
        "end": {
          "line": 519,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 17464,
      "end": 17465,
      "loc": {
        "start": {
          "line": 519,
          "column": 15
        },
        "end": {
          "line": 519,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 17466,
      "end": 17475,
      "loc": {
        "start": {
          "line": 519,
          "column": 17
        },
        "end": {
          "line": 519,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17475,
      "end": 17476,
      "loc": {
        "start": {
          "line": 519,
          "column": 26
        },
        "end": {
          "line": 519,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 17476,
      "end": 17480,
      "loc": {
        "start": {
          "line": 519,
          "column": 27
        },
        "end": {
          "line": 519,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17480,
      "end": 17481,
      "loc": {
        "start": {
          "line": 519,
          "column": 31
        },
        "end": {
          "line": 519,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toString",
      "start": 17481,
      "end": 17489,
      "loc": {
        "start": {
          "line": 519,
          "column": 32
        },
        "end": {
          "line": 519,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17489,
      "end": 17490,
      "loc": {
        "start": {
          "line": 519,
          "column": 40
        },
        "end": {
          "line": 519,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17490,
      "end": 17491,
      "loc": {
        "start": {
          "line": 519,
          "column": 41
        },
        "end": {
          "line": 519,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17491,
      "end": 17492,
      "loc": {
        "start": {
          "line": 519,
          "column": 42
        },
        "end": {
          "line": 519,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17497,
      "end": 17498,
      "loc": {
        "start": {
          "line": 520,
          "column": 4
        },
        "end": {
          "line": 520,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 17504,
      "end": 17506,
      "loc": {
        "start": {
          "line": 522,
          "column": 4
        },
        "end": {
          "line": 522,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17507,
      "end": 17508,
      "loc": {
        "start": {
          "line": 522,
          "column": 7
        },
        "end": {
          "line": 522,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 17508,
      "end": 17517,
      "loc": {
        "start": {
          "line": 522,
          "column": 8
        },
        "end": {
          "line": 522,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17517,
      "end": 17518,
      "loc": {
        "start": {
          "line": 522,
          "column": 17
        },
        "end": {
          "line": 522,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allowNull",
      "start": 17518,
      "end": 17527,
      "loc": {
        "start": {
          "line": 522,
          "column": 18
        },
        "end": {
          "line": 522,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 17528,
      "end": 17531,
      "loc": {
        "start": {
          "line": 522,
          "column": 28
        },
        "end": {
          "line": 522,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 17532,
      "end": 17537,
      "loc": {
        "start": {
          "line": 522,
          "column": 32
        },
        "end": {
          "line": 522,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17537,
      "end": 17538,
      "loc": {
        "start": {
          "line": 522,
          "column": 37
        },
        "end": {
          "line": 522,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17539,
      "end": 17540,
      "loc": {
        "start": {
          "line": 522,
          "column": 39
        },
        "end": {
          "line": 522,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 17547,
      "end": 17555,
      "loc": {
        "start": {
          "line": 523,
          "column": 6
        },
        "end": {
          "line": 523,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 17556,
      "end": 17558,
      "loc": {
        "start": {
          "line": 523,
          "column": 15
        },
        "end": {
          "line": 523,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " NOT NULL",
      "start": 17559,
      "end": 17570,
      "loc": {
        "start": {
          "line": 523,
          "column": 18
        },
        "end": {
          "line": 523,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17570,
      "end": 17571,
      "loc": {
        "start": {
          "line": 523,
          "column": 29
        },
        "end": {
          "line": 523,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17576,
      "end": 17577,
      "loc": {
        "start": {
          "line": 524,
          "column": 4
        },
        "end": {
          "line": 524,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 17578,
      "end": 17582,
      "loc": {
        "start": {
          "line": 524,
          "column": 6
        },
        "end": {
          "line": 524,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 17583,
      "end": 17585,
      "loc": {
        "start": {
          "line": 524,
          "column": 11
        },
        "end": {
          "line": 524,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17586,
      "end": 17587,
      "loc": {
        "start": {
          "line": 524,
          "column": 14
        },
        "end": {
          "line": 524,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 17587,
      "end": 17588,
      "loc": {
        "start": {
          "line": 524,
          "column": 15
        },
        "end": {
          "line": 524,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 17588,
      "end": 17597,
      "loc": {
        "start": {
          "line": 524,
          "column": 16
        },
        "end": {
          "line": 524,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17597,
      "end": 17598,
      "loc": {
        "start": {
          "line": 524,
          "column": 25
        },
        "end": {
          "line": 524,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primaryKey",
      "start": 17598,
      "end": 17608,
      "loc": {
        "start": {
          "line": 524,
          "column": 26
        },
        "end": {
          "line": 524,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 17609,
      "end": 17611,
      "loc": {
        "start": {
          "line": 524,
          "column": 37
        },
        "end": {
          "line": 524,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 17612,
      "end": 17613,
      "loc": {
        "start": {
          "line": 524,
          "column": 40
        },
        "end": {
          "line": 524,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 17613,
      "end": 17618,
      "loc": {
        "start": {
          "line": 524,
          "column": 41
        },
        "end": {
          "line": 524,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17618,
      "end": 17619,
      "loc": {
        "start": {
          "line": 524,
          "column": 46
        },
        "end": {
          "line": 524,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultValueSchemable",
      "start": 17619,
      "end": 17640,
      "loc": {
        "start": {
          "line": 524,
          "column": 47
        },
        "end": {
          "line": 524,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17640,
      "end": 17641,
      "loc": {
        "start": {
          "line": 524,
          "column": 68
        },
        "end": {
          "line": 524,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 17641,
      "end": 17650,
      "loc": {
        "start": {
          "line": 524,
          "column": 69
        },
        "end": {
          "line": 524,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17650,
      "end": 17651,
      "loc": {
        "start": {
          "line": 524,
          "column": 78
        },
        "end": {
          "line": 524,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultValue",
      "start": 17651,
      "end": 17663,
      "loc": {
        "start": {
          "line": 524,
          "column": 79
        },
        "end": {
          "line": 524,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17663,
      "end": 17664,
      "loc": {
        "start": {
          "line": 524,
          "column": 91
        },
        "end": {
          "line": 524,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17664,
      "end": 17665,
      "loc": {
        "start": {
          "line": 524,
          "column": 92
        },
        "end": {
          "line": 524,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17666,
      "end": 17667,
      "loc": {
        "start": {
          "line": 524,
          "column": 94
        },
        "end": {
          "line": 524,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 17674,
      "end": 17682,
      "loc": {
        "start": {
          "line": 525,
          "column": 6
        },
        "end": {
          "line": 525,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 17683,
      "end": 17685,
      "loc": {
        "start": {
          "line": 525,
          "column": 15
        },
        "end": {
          "line": 525,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " NULL",
      "start": 17686,
      "end": 17693,
      "loc": {
        "start": {
          "line": 525,
          "column": 18
        },
        "end": {
          "line": 525,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17693,
      "end": 17694,
      "loc": {
        "start": {
          "line": 525,
          "column": 25
        },
        "end": {
          "line": 525,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17699,
      "end": 17700,
      "loc": {
        "start": {
          "line": 526,
          "column": 4
        },
        "end": {
          "line": 526,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 17706,
      "end": 17708,
      "loc": {
        "start": {
          "line": 528,
          "column": 4
        },
        "end": {
          "line": 528,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17709,
      "end": 17710,
      "loc": {
        "start": {
          "line": 528,
          "column": 7
        },
        "end": {
          "line": 528,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 17710,
      "end": 17719,
      "loc": {
        "start": {
          "line": 528,
          "column": 8
        },
        "end": {
          "line": 528,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17719,
      "end": 17720,
      "loc": {
        "start": {
          "line": 528,
          "column": 17
        },
        "end": {
          "line": 528,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "autoIncrement",
      "start": 17720,
      "end": 17733,
      "loc": {
        "start": {
          "line": 528,
          "column": 18
        },
        "end": {
          "line": 528,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17733,
      "end": 17734,
      "loc": {
        "start": {
          "line": 528,
          "column": 31
        },
        "end": {
          "line": 528,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17735,
      "end": 17736,
      "loc": {
        "start": {
          "line": 528,
          "column": 33
        },
        "end": {
          "line": 528,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 17743,
      "end": 17751,
      "loc": {
        "start": {
          "line": 529,
          "column": 6
        },
        "end": {
          "line": 529,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 17752,
      "end": 17754,
      "loc": {
        "start": {
          "line": 529,
          "column": 15
        },
        "end": {
          "line": 529,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " IDENTITY(1,1)",
      "start": 17755,
      "end": 17771,
      "loc": {
        "start": {
          "line": 529,
          "column": 18
        },
        "end": {
          "line": 529,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17771,
      "end": 17772,
      "loc": {
        "start": {
          "line": 529,
          "column": 34
        },
        "end": {
          "line": 529,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17777,
      "end": 17778,
      "loc": {
        "start": {
          "line": 530,
          "column": 4
        },
        "end": {
          "line": 530,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Blobs/texts cannot have a defaultValue",
      "start": 17784,
      "end": 17825,
      "loc": {
        "start": {
          "line": 532,
          "column": 4
        },
        "end": {
          "line": 532,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 17830,
      "end": 17832,
      "loc": {
        "start": {
          "line": 533,
          "column": 4
        },
        "end": {
          "line": 533,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17833,
      "end": 17834,
      "loc": {
        "start": {
          "line": 533,
          "column": 7
        },
        "end": {
          "line": 533,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 17834,
      "end": 17843,
      "loc": {
        "start": {
          "line": 533,
          "column": 8
        },
        "end": {
          "line": 533,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17843,
      "end": 17844,
      "loc": {
        "start": {
          "line": 533,
          "column": 17
        },
        "end": {
          "line": 533,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 17844,
      "end": 17848,
      "loc": {
        "start": {
          "line": 533,
          "column": 18
        },
        "end": {
          "line": 533,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 17849,
      "end": 17852,
      "loc": {
        "start": {
          "line": 533,
          "column": 23
        },
        "end": {
          "line": 533,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "TEXT",
      "start": 17853,
      "end": 17859,
      "loc": {
        "start": {
          "line": 533,
          "column": 27
        },
        "end": {
          "line": 533,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 17860,
      "end": 17862,
      "loc": {
        "start": {
          "line": 533,
          "column": 34
        },
        "end": {
          "line": 533,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 17863,
      "end": 17872,
      "loc": {
        "start": {
          "line": 533,
          "column": 37
        },
        "end": {
          "line": 533,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17872,
      "end": 17873,
      "loc": {
        "start": {
          "line": 533,
          "column": 46
        },
        "end": {
          "line": 533,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 17873,
      "end": 17877,
      "loc": {
        "start": {
          "line": 533,
          "column": 47
        },
        "end": {
          "line": 533,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17877,
      "end": 17878,
      "loc": {
        "start": {
          "line": 533,
          "column": 51
        },
        "end": {
          "line": 533,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_binary",
      "start": 17878,
      "end": 17885,
      "loc": {
        "start": {
          "line": 533,
          "column": 52
        },
        "end": {
          "line": 533,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 17886,
      "end": 17889,
      "loc": {
        "start": {
          "line": 533,
          "column": 60
        },
        "end": {
          "line": 533,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 17890,
      "end": 17894,
      "loc": {
        "start": {
          "line": 533,
          "column": 64
        },
        "end": {
          "line": 533,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 17895,
      "end": 17897,
      "loc": {
        "start": {
          "line": 533,
          "column": 69
        },
        "end": {
          "line": 533,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 17906,
      "end": 17911,
      "loc": {
        "start": {
          "line": 534,
          "column": 8
        },
        "end": {
          "line": 534,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17911,
      "end": 17912,
      "loc": {
        "start": {
          "line": 534,
          "column": 13
        },
        "end": {
          "line": 534,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultValueSchemable",
      "start": 17912,
      "end": 17933,
      "loc": {
        "start": {
          "line": 534,
          "column": 14
        },
        "end": {
          "line": 534,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17933,
      "end": 17934,
      "loc": {
        "start": {
          "line": 534,
          "column": 35
        },
        "end": {
          "line": 534,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 17934,
      "end": 17943,
      "loc": {
        "start": {
          "line": 534,
          "column": 36
        },
        "end": {
          "line": 534,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17943,
      "end": 17944,
      "loc": {
        "start": {
          "line": 534,
          "column": 45
        },
        "end": {
          "line": 534,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultValue",
      "start": 17944,
      "end": 17956,
      "loc": {
        "start": {
          "line": 534,
          "column": 46
        },
        "end": {
          "line": 534,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17956,
      "end": 17957,
      "loc": {
        "start": {
          "line": 534,
          "column": 58
        },
        "end": {
          "line": 534,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17957,
      "end": 17958,
      "loc": {
        "start": {
          "line": 534,
          "column": 59
        },
        "end": {
          "line": 534,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17959,
      "end": 17960,
      "loc": {
        "start": {
          "line": 534,
          "column": 61
        },
        "end": {
          "line": 534,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 17967,
      "end": 17975,
      "loc": {
        "start": {
          "line": 535,
          "column": 6
        },
        "end": {
          "line": 535,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 17976,
      "end": 17978,
      "loc": {
        "start": {
          "line": 535,
          "column": 15
        },
        "end": {
          "line": 535,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " DEFAULT ",
      "start": 17979,
      "end": 17990,
      "loc": {
        "start": {
          "line": 535,
          "column": 18
        },
        "end": {
          "line": 535,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 17991,
      "end": 17992,
      "loc": {
        "start": {
          "line": 535,
          "column": 30
        },
        "end": {
          "line": 535,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 17993,
      "end": 17997,
      "loc": {
        "start": {
          "line": 535,
          "column": 32
        },
        "end": {
          "line": 535,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17997,
      "end": 17998,
      "loc": {
        "start": {
          "line": 535,
          "column": 36
        },
        "end": {
          "line": 535,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "escape",
      "start": 17998,
      "end": 18004,
      "loc": {
        "start": {
          "line": 535,
          "column": 37
        },
        "end": {
          "line": 535,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18004,
      "end": 18005,
      "loc": {
        "start": {
          "line": 535,
          "column": 43
        },
        "end": {
          "line": 535,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 18005,
      "end": 18014,
      "loc": {
        "start": {
          "line": 535,
          "column": 44
        },
        "end": {
          "line": 535,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18014,
      "end": 18015,
      "loc": {
        "start": {
          "line": 535,
          "column": 53
        },
        "end": {
          "line": 535,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultValue",
      "start": 18015,
      "end": 18027,
      "loc": {
        "start": {
          "line": 535,
          "column": 54
        },
        "end": {
          "line": 535,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18027,
      "end": 18028,
      "loc": {
        "start": {
          "line": 535,
          "column": 66
        },
        "end": {
          "line": 535,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18028,
      "end": 18029,
      "loc": {
        "start": {
          "line": 535,
          "column": 67
        },
        "end": {
          "line": 535,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18034,
      "end": 18035,
      "loc": {
        "start": {
          "line": 536,
          "column": 4
        },
        "end": {
          "line": 536,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 18041,
      "end": 18043,
      "loc": {
        "start": {
          "line": 538,
          "column": 4
        },
        "end": {
          "line": 538,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18044,
      "end": 18045,
      "loc": {
        "start": {
          "line": 538,
          "column": 7
        },
        "end": {
          "line": 538,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 18045,
      "end": 18054,
      "loc": {
        "start": {
          "line": 538,
          "column": 8
        },
        "end": {
          "line": 538,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18054,
      "end": 18055,
      "loc": {
        "start": {
          "line": 538,
          "column": 17
        },
        "end": {
          "line": 538,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "unique",
      "start": 18055,
      "end": 18061,
      "loc": {
        "start": {
          "line": 538,
          "column": 18
        },
        "end": {
          "line": 538,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 18062,
      "end": 18065,
      "loc": {
        "start": {
          "line": 538,
          "column": 25
        },
        "end": {
          "line": 538,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 18066,
      "end": 18070,
      "loc": {
        "start": {
          "line": 538,
          "column": 29
        },
        "end": {
          "line": 538,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18070,
      "end": 18071,
      "loc": {
        "start": {
          "line": 538,
          "column": 33
        },
        "end": {
          "line": 538,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18072,
      "end": 18073,
      "loc": {
        "start": {
          "line": 538,
          "column": 35
        },
        "end": {
          "line": 538,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 18080,
      "end": 18088,
      "loc": {
        "start": {
          "line": 539,
          "column": 6
        },
        "end": {
          "line": 539,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 18089,
      "end": 18091,
      "loc": {
        "start": {
          "line": 539,
          "column": 15
        },
        "end": {
          "line": 539,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " UNIQUE",
      "start": 18092,
      "end": 18101,
      "loc": {
        "start": {
          "line": 539,
          "column": 18
        },
        "end": {
          "line": 539,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18101,
      "end": 18102,
      "loc": {
        "start": {
          "line": 539,
          "column": 27
        },
        "end": {
          "line": 539,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18107,
      "end": 18108,
      "loc": {
        "start": {
          "line": 540,
          "column": 4
        },
        "end": {
          "line": 540,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 18114,
      "end": 18116,
      "loc": {
        "start": {
          "line": 542,
          "column": 4
        },
        "end": {
          "line": 542,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18117,
      "end": 18118,
      "loc": {
        "start": {
          "line": 542,
          "column": 7
        },
        "end": {
          "line": 542,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 18118,
      "end": 18127,
      "loc": {
        "start": {
          "line": 542,
          "column": 8
        },
        "end": {
          "line": 542,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18127,
      "end": 18128,
      "loc": {
        "start": {
          "line": 542,
          "column": 17
        },
        "end": {
          "line": 542,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primaryKey",
      "start": 18128,
      "end": 18138,
      "loc": {
        "start": {
          "line": 542,
          "column": 18
        },
        "end": {
          "line": 542,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18138,
      "end": 18139,
      "loc": {
        "start": {
          "line": 542,
          "column": 28
        },
        "end": {
          "line": 542,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18140,
      "end": 18141,
      "loc": {
        "start": {
          "line": 542,
          "column": 30
        },
        "end": {
          "line": 542,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 18148,
      "end": 18156,
      "loc": {
        "start": {
          "line": 543,
          "column": 6
        },
        "end": {
          "line": 543,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 18157,
      "end": 18159,
      "loc": {
        "start": {
          "line": 543,
          "column": 15
        },
        "end": {
          "line": 543,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " PRIMARY KEY",
      "start": 18160,
      "end": 18174,
      "loc": {
        "start": {
          "line": 543,
          "column": 18
        },
        "end": {
          "line": 543,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18174,
      "end": 18175,
      "loc": {
        "start": {
          "line": 543,
          "column": 32
        },
        "end": {
          "line": 543,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18180,
      "end": 18181,
      "loc": {
        "start": {
          "line": 544,
          "column": 4
        },
        "end": {
          "line": 544,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 18187,
      "end": 18189,
      "loc": {
        "start": {
          "line": 546,
          "column": 4
        },
        "end": {
          "line": 546,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18190,
      "end": 18191,
      "loc": {
        "start": {
          "line": 546,
          "column": 7
        },
        "end": {
          "line": 546,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 18191,
      "end": 18200,
      "loc": {
        "start": {
          "line": 546,
          "column": 8
        },
        "end": {
          "line": 546,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18200,
      "end": 18201,
      "loc": {
        "start": {
          "line": 546,
          "column": 17
        },
        "end": {
          "line": 546,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "references",
      "start": 18201,
      "end": 18211,
      "loc": {
        "start": {
          "line": 546,
          "column": 18
        },
        "end": {
          "line": 546,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18211,
      "end": 18212,
      "loc": {
        "start": {
          "line": 546,
          "column": 28
        },
        "end": {
          "line": 546,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18213,
      "end": 18214,
      "loc": {
        "start": {
          "line": 546,
          "column": 30
        },
        "end": {
          "line": 546,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 18221,
      "end": 18229,
      "loc": {
        "start": {
          "line": 547,
          "column": 6
        },
        "end": {
          "line": 547,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 18230,
      "end": 18232,
      "loc": {
        "start": {
          "line": 547,
          "column": 15
        },
        "end": {
          "line": 547,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " REFERENCES ",
      "start": 18233,
      "end": 18247,
      "loc": {
        "start": {
          "line": 547,
          "column": 18
        },
        "end": {
          "line": 547,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 18248,
      "end": 18249,
      "loc": {
        "start": {
          "line": 547,
          "column": 33
        },
        "end": {
          "line": 547,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 18250,
      "end": 18254,
      "loc": {
        "start": {
          "line": 547,
          "column": 35
        },
        "end": {
          "line": 547,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18254,
      "end": 18255,
      "loc": {
        "start": {
          "line": 547,
          "column": 39
        },
        "end": {
          "line": 547,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 18255,
      "end": 18265,
      "loc": {
        "start": {
          "line": 547,
          "column": 40
        },
        "end": {
          "line": 547,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18265,
      "end": 18266,
      "loc": {
        "start": {
          "line": 547,
          "column": 50
        },
        "end": {
          "line": 547,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 18266,
      "end": 18275,
      "loc": {
        "start": {
          "line": 547,
          "column": 51
        },
        "end": {
          "line": 547,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18275,
      "end": 18276,
      "loc": {
        "start": {
          "line": 547,
          "column": 60
        },
        "end": {
          "line": 547,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "references",
      "start": 18276,
      "end": 18286,
      "loc": {
        "start": {
          "line": 547,
          "column": 61
        },
        "end": {
          "line": 547,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18286,
      "end": 18287,
      "loc": {
        "start": {
          "line": 547,
          "column": 71
        },
        "end": {
          "line": 547,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 18287,
      "end": 18292,
      "loc": {
        "start": {
          "line": 547,
          "column": 72
        },
        "end": {
          "line": 547,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18292,
      "end": 18293,
      "loc": {
        "start": {
          "line": 547,
          "column": 77
        },
        "end": {
          "line": 547,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18293,
      "end": 18294,
      "loc": {
        "start": {
          "line": 547,
          "column": 78
        },
        "end": {
          "line": 547,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 18302,
      "end": 18304,
      "loc": {
        "start": {
          "line": 549,
          "column": 6
        },
        "end": {
          "line": 549,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18305,
      "end": 18306,
      "loc": {
        "start": {
          "line": 549,
          "column": 9
        },
        "end": {
          "line": 549,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 18306,
      "end": 18315,
      "loc": {
        "start": {
          "line": 549,
          "column": 10
        },
        "end": {
          "line": 549,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18315,
      "end": 18316,
      "loc": {
        "start": {
          "line": 549,
          "column": 19
        },
        "end": {
          "line": 549,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "references",
      "start": 18316,
      "end": 18326,
      "loc": {
        "start": {
          "line": 549,
          "column": 20
        },
        "end": {
          "line": 549,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18326,
      "end": 18327,
      "loc": {
        "start": {
          "line": 549,
          "column": 30
        },
        "end": {
          "line": 549,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 18327,
      "end": 18330,
      "loc": {
        "start": {
          "line": 549,
          "column": 31
        },
        "end": {
          "line": 549,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18330,
      "end": 18331,
      "loc": {
        "start": {
          "line": 549,
          "column": 34
        },
        "end": {
          "line": 549,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18332,
      "end": 18333,
      "loc": {
        "start": {
          "line": 549,
          "column": 36
        },
        "end": {
          "line": 549,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 18342,
      "end": 18350,
      "loc": {
        "start": {
          "line": 550,
          "column": 8
        },
        "end": {
          "line": 550,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 18351,
      "end": 18353,
      "loc": {
        "start": {
          "line": 550,
          "column": 17
        },
        "end": {
          "line": 550,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " (",
      "start": 18354,
      "end": 18358,
      "loc": {
        "start": {
          "line": 550,
          "column": 20
        },
        "end": {
          "line": 550,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 18359,
      "end": 18360,
      "loc": {
        "start": {
          "line": 550,
          "column": 25
        },
        "end": {
          "line": 550,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 18361,
      "end": 18365,
      "loc": {
        "start": {
          "line": 550,
          "column": 27
        },
        "end": {
          "line": 550,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18365,
      "end": 18366,
      "loc": {
        "start": {
          "line": 550,
          "column": 31
        },
        "end": {
          "line": 550,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 18366,
      "end": 18381,
      "loc": {
        "start": {
          "line": 550,
          "column": 32
        },
        "end": {
          "line": 550,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18381,
      "end": 18382,
      "loc": {
        "start": {
          "line": 550,
          "column": 47
        },
        "end": {
          "line": 550,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 18382,
      "end": 18391,
      "loc": {
        "start": {
          "line": 550,
          "column": 48
        },
        "end": {
          "line": 550,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18391,
      "end": 18392,
      "loc": {
        "start": {
          "line": 550,
          "column": 57
        },
        "end": {
          "line": 550,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "references",
      "start": 18392,
      "end": 18402,
      "loc": {
        "start": {
          "line": 550,
          "column": 58
        },
        "end": {
          "line": 550,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18402,
      "end": 18403,
      "loc": {
        "start": {
          "line": 550,
          "column": 68
        },
        "end": {
          "line": 550,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 18403,
      "end": 18406,
      "loc": {
        "start": {
          "line": 550,
          "column": 69
        },
        "end": {
          "line": 550,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18406,
      "end": 18407,
      "loc": {
        "start": {
          "line": 550,
          "column": 72
        },
        "end": {
          "line": 550,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 18408,
      "end": 18409,
      "loc": {
        "start": {
          "line": 550,
          "column": 74
        },
        "end": {
          "line": 550,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ")",
      "start": 18410,
      "end": 18413,
      "loc": {
        "start": {
          "line": 550,
          "column": 76
        },
        "end": {
          "line": 550,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18413,
      "end": 18414,
      "loc": {
        "start": {
          "line": 550,
          "column": 79
        },
        "end": {
          "line": 550,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18421,
      "end": 18422,
      "loc": {
        "start": {
          "line": 551,
          "column": 6
        },
        "end": {
          "line": 551,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 18423,
      "end": 18427,
      "loc": {
        "start": {
          "line": 551,
          "column": 8
        },
        "end": {
          "line": 551,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18428,
      "end": 18429,
      "loc": {
        "start": {
          "line": 551,
          "column": 13
        },
        "end": {
          "line": 551,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 18438,
      "end": 18446,
      "loc": {
        "start": {
          "line": 552,
          "column": 8
        },
        "end": {
          "line": 552,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 18447,
      "end": 18449,
      "loc": {
        "start": {
          "line": 552,
          "column": 17
        },
        "end": {
          "line": 552,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " (",
      "start": 18450,
      "end": 18454,
      "loc": {
        "start": {
          "line": 552,
          "column": 20
        },
        "end": {
          "line": 552,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 18455,
      "end": 18456,
      "loc": {
        "start": {
          "line": 552,
          "column": 25
        },
        "end": {
          "line": 552,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 18457,
      "end": 18461,
      "loc": {
        "start": {
          "line": 552,
          "column": 27
        },
        "end": {
          "line": 552,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18461,
      "end": 18462,
      "loc": {
        "start": {
          "line": 552,
          "column": 31
        },
        "end": {
          "line": 552,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 18462,
      "end": 18477,
      "loc": {
        "start": {
          "line": 552,
          "column": 32
        },
        "end": {
          "line": 552,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18477,
      "end": 18478,
      "loc": {
        "start": {
          "line": 552,
          "column": 47
        },
        "end": {
          "line": 552,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "id",
      "start": 18478,
      "end": 18482,
      "loc": {
        "start": {
          "line": 552,
          "column": 48
        },
        "end": {
          "line": 552,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18482,
      "end": 18483,
      "loc": {
        "start": {
          "line": 552,
          "column": 52
        },
        "end": {
          "line": 552,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 18484,
      "end": 18485,
      "loc": {
        "start": {
          "line": 552,
          "column": 54
        },
        "end": {
          "line": 552,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ")",
      "start": 18486,
      "end": 18489,
      "loc": {
        "start": {
          "line": 552,
          "column": 56
        },
        "end": {
          "line": 552,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18489,
      "end": 18490,
      "loc": {
        "start": {
          "line": 552,
          "column": 59
        },
        "end": {
          "line": 552,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18497,
      "end": 18498,
      "loc": {
        "start": {
          "line": 553,
          "column": 6
        },
        "end": {
          "line": 553,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 18506,
      "end": 18508,
      "loc": {
        "start": {
          "line": 555,
          "column": 6
        },
        "end": {
          "line": 555,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18509,
      "end": 18510,
      "loc": {
        "start": {
          "line": 555,
          "column": 9
        },
        "end": {
          "line": 555,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 18510,
      "end": 18519,
      "loc": {
        "start": {
          "line": 555,
          "column": 10
        },
        "end": {
          "line": 555,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18519,
      "end": 18520,
      "loc": {
        "start": {
          "line": 555,
          "column": 19
        },
        "end": {
          "line": 555,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDelete",
      "start": 18520,
      "end": 18528,
      "loc": {
        "start": {
          "line": 555,
          "column": 20
        },
        "end": {
          "line": 555,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18528,
      "end": 18529,
      "loc": {
        "start": {
          "line": 555,
          "column": 28
        },
        "end": {
          "line": 555,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18530,
      "end": 18531,
      "loc": {
        "start": {
          "line": 555,
          "column": 30
        },
        "end": {
          "line": 555,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 18540,
      "end": 18548,
      "loc": {
        "start": {
          "line": 556,
          "column": 8
        },
        "end": {
          "line": 556,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 18549,
      "end": 18551,
      "loc": {
        "start": {
          "line": 556,
          "column": 17
        },
        "end": {
          "line": 556,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ON DELETE ",
      "start": 18552,
      "end": 18565,
      "loc": {
        "start": {
          "line": 556,
          "column": 20
        },
        "end": {
          "line": 556,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 18566,
      "end": 18567,
      "loc": {
        "start": {
          "line": 556,
          "column": 34
        },
        "end": {
          "line": 556,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 18568,
      "end": 18577,
      "loc": {
        "start": {
          "line": 556,
          "column": 36
        },
        "end": {
          "line": 556,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18577,
      "end": 18578,
      "loc": {
        "start": {
          "line": 556,
          "column": 45
        },
        "end": {
          "line": 556,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDelete",
      "start": 18578,
      "end": 18586,
      "loc": {
        "start": {
          "line": 556,
          "column": 46
        },
        "end": {
          "line": 556,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18586,
      "end": 18587,
      "loc": {
        "start": {
          "line": 556,
          "column": 54
        },
        "end": {
          "line": 556,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toUpperCase",
      "start": 18587,
      "end": 18598,
      "loc": {
        "start": {
          "line": 556,
          "column": 55
        },
        "end": {
          "line": 556,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18598,
      "end": 18599,
      "loc": {
        "start": {
          "line": 556,
          "column": 66
        },
        "end": {
          "line": 556,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18599,
      "end": 18600,
      "loc": {
        "start": {
          "line": 556,
          "column": 67
        },
        "end": {
          "line": 556,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18600,
      "end": 18601,
      "loc": {
        "start": {
          "line": 556,
          "column": 68
        },
        "end": {
          "line": 556,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18608,
      "end": 18609,
      "loc": {
        "start": {
          "line": 557,
          "column": 6
        },
        "end": {
          "line": 557,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 18617,
      "end": 18619,
      "loc": {
        "start": {
          "line": 559,
          "column": 6
        },
        "end": {
          "line": 559,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18620,
      "end": 18621,
      "loc": {
        "start": {
          "line": 559,
          "column": 9
        },
        "end": {
          "line": 559,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 18621,
      "end": 18630,
      "loc": {
        "start": {
          "line": 559,
          "column": 10
        },
        "end": {
          "line": 559,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18630,
      "end": 18631,
      "loc": {
        "start": {
          "line": 559,
          "column": 19
        },
        "end": {
          "line": 559,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onUpdate",
      "start": 18631,
      "end": 18639,
      "loc": {
        "start": {
          "line": 559,
          "column": 20
        },
        "end": {
          "line": 559,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18639,
      "end": 18640,
      "loc": {
        "start": {
          "line": 559,
          "column": 28
        },
        "end": {
          "line": 559,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18641,
      "end": 18642,
      "loc": {
        "start": {
          "line": 559,
          "column": 30
        },
        "end": {
          "line": 559,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 18651,
      "end": 18659,
      "loc": {
        "start": {
          "line": 560,
          "column": 8
        },
        "end": {
          "line": 560,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 18660,
      "end": 18662,
      "loc": {
        "start": {
          "line": 560,
          "column": 17
        },
        "end": {
          "line": 560,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ON UPDATE ",
      "start": 18663,
      "end": 18676,
      "loc": {
        "start": {
          "line": 560,
          "column": 20
        },
        "end": {
          "line": 560,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 18677,
      "end": 18678,
      "loc": {
        "start": {
          "line": 560,
          "column": 34
        },
        "end": {
          "line": 560,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 18679,
      "end": 18688,
      "loc": {
        "start": {
          "line": 560,
          "column": 36
        },
        "end": {
          "line": 560,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18688,
      "end": 18689,
      "loc": {
        "start": {
          "line": 560,
          "column": 45
        },
        "end": {
          "line": 560,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onUpdate",
      "start": 18689,
      "end": 18697,
      "loc": {
        "start": {
          "line": 560,
          "column": 46
        },
        "end": {
          "line": 560,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18697,
      "end": 18698,
      "loc": {
        "start": {
          "line": 560,
          "column": 54
        },
        "end": {
          "line": 560,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toUpperCase",
      "start": 18698,
      "end": 18709,
      "loc": {
        "start": {
          "line": 560,
          "column": 55
        },
        "end": {
          "line": 560,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18709,
      "end": 18710,
      "loc": {
        "start": {
          "line": 560,
          "column": 66
        },
        "end": {
          "line": 560,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18710,
      "end": 18711,
      "loc": {
        "start": {
          "line": 560,
          "column": 67
        },
        "end": {
          "line": 560,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18711,
      "end": 18712,
      "loc": {
        "start": {
          "line": 560,
          "column": 68
        },
        "end": {
          "line": 560,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18719,
      "end": 18720,
      "loc": {
        "start": {
          "line": 561,
          "column": 6
        },
        "end": {
          "line": 561,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18725,
      "end": 18726,
      "loc": {
        "start": {
          "line": 562,
          "column": 4
        },
        "end": {
          "line": 562,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 18732,
      "end": 18738,
      "loc": {
        "start": {
          "line": 564,
          "column": 4
        },
        "end": {
          "line": 564,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 18739,
      "end": 18747,
      "loc": {
        "start": {
          "line": 564,
          "column": 11
        },
        "end": {
          "line": 564,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18747,
      "end": 18748,
      "loc": {
        "start": {
          "line": 564,
          "column": 19
        },
        "end": {
          "line": 564,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18751,
      "end": 18752,
      "loc": {
        "start": {
          "line": 565,
          "column": 2
        },
        "end": {
          "line": 565,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18752,
      "end": 18753,
      "loc": {
        "start": {
          "line": 565,
          "column": 3
        },
        "end": {
          "line": 565,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributesToSQL",
      "start": 18757,
      "end": 18772,
      "loc": {
        "start": {
          "line": 567,
          "column": 2
        },
        "end": {
          "line": 567,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18772,
      "end": 18773,
      "loc": {
        "start": {
          "line": 567,
          "column": 17
        },
        "end": {
          "line": 567,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 18773,
      "end": 18783,
      "loc": {
        "start": {
          "line": 567,
          "column": 18
        },
        "end": {
          "line": 567,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18783,
      "end": 18784,
      "loc": {
        "start": {
          "line": 567,
          "column": 28
        },
        "end": {
          "line": 567,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 18785,
      "end": 18792,
      "loc": {
        "start": {
          "line": 567,
          "column": 30
        },
        "end": {
          "line": 567,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18792,
      "end": 18793,
      "loc": {
        "start": {
          "line": 567,
          "column": 37
        },
        "end": {
          "line": 567,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18794,
      "end": 18795,
      "loc": {
        "start": {
          "line": 567,
          "column": 39
        },
        "end": {
          "line": 567,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 18800,
      "end": 18803,
      "loc": {
        "start": {
          "line": 568,
          "column": 4
        },
        "end": {
          "line": 568,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 18804,
      "end": 18810,
      "loc": {
        "start": {
          "line": 568,
          "column": 8
        },
        "end": {
          "line": 568,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 18811,
      "end": 18812,
      "loc": {
        "start": {
          "line": 568,
          "column": 15
        },
        "end": {
          "line": 568,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18813,
      "end": 18814,
      "loc": {
        "start": {
          "line": 568,
          "column": 17
        },
        "end": {
          "line": 568,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18814,
      "end": 18815,
      "loc": {
        "start": {
          "line": 568,
          "column": 18
        },
        "end": {
          "line": 568,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18822,
      "end": 18823,
      "loc": {
        "start": {
          "line": 569,
          "column": 6
        },
        "end": {
          "line": 569,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 18824,
      "end": 18827,
      "loc": {
        "start": {
          "line": 569,
          "column": 8
        },
        "end": {
          "line": 569,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18834,
      "end": 18835,
      "loc": {
        "start": {
          "line": 570,
          "column": 6
        },
        "end": {
          "line": 570,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 18836,
      "end": 18845,
      "loc": {
        "start": {
          "line": 570,
          "column": 8
        },
        "end": {
          "line": 570,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18852,
      "end": 18853,
      "loc": {
        "start": {
          "line": 571,
          "column": 6
        },
        "end": {
          "line": 571,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "existingConstraints",
      "start": 18854,
      "end": 18873,
      "loc": {
        "start": {
          "line": 571,
          "column": 8
        },
        "end": {
          "line": 571,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 18874,
      "end": 18875,
      "loc": {
        "start": {
          "line": 571,
          "column": 28
        },
        "end": {
          "line": 571,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18876,
      "end": 18877,
      "loc": {
        "start": {
          "line": 571,
          "column": 30
        },
        "end": {
          "line": 571,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18877,
      "end": 18878,
      "loc": {
        "start": {
          "line": 571,
          "column": 31
        },
        "end": {
          "line": 571,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18878,
      "end": 18879,
      "loc": {
        "start": {
          "line": 571,
          "column": 32
        },
        "end": {
          "line": 571,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 18885,
      "end": 18888,
      "loc": {
        "start": {
          "line": 573,
          "column": 4
        },
        "end": {
          "line": 573,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18889,
      "end": 18890,
      "loc": {
        "start": {
          "line": 573,
          "column": 8
        },
        "end": {
          "line": 573,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 18890,
      "end": 18893,
      "loc": {
        "start": {
          "line": 573,
          "column": 9
        },
        "end": {
          "line": 573,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "in",
        "keyword": "in",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "in",
      "start": 18894,
      "end": 18896,
      "loc": {
        "start": {
          "line": 573,
          "column": 13
        },
        "end": {
          "line": 573,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 18897,
      "end": 18907,
      "loc": {
        "start": {
          "line": 573,
          "column": 16
        },
        "end": {
          "line": 573,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18907,
      "end": 18908,
      "loc": {
        "start": {
          "line": 573,
          "column": 26
        },
        "end": {
          "line": 573,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18909,
      "end": 18910,
      "loc": {
        "start": {
          "line": 573,
          "column": 28
        },
        "end": {
          "line": 573,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 18917,
      "end": 18926,
      "loc": {
        "start": {
          "line": 574,
          "column": 6
        },
        "end": {
          "line": 574,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 18927,
      "end": 18928,
      "loc": {
        "start": {
          "line": 574,
          "column": 16
        },
        "end": {
          "line": 574,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 18929,
      "end": 18939,
      "loc": {
        "start": {
          "line": 574,
          "column": 18
        },
        "end": {
          "line": 574,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18939,
      "end": 18940,
      "loc": {
        "start": {
          "line": 574,
          "column": 28
        },
        "end": {
          "line": 574,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 18940,
      "end": 18943,
      "loc": {
        "start": {
          "line": 574,
          "column": 29
        },
        "end": {
          "line": 574,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18943,
      "end": 18944,
      "loc": {
        "start": {
          "line": 574,
          "column": 32
        },
        "end": {
          "line": 574,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18944,
      "end": 18945,
      "loc": {
        "start": {
          "line": 574,
          "column": 33
        },
        "end": {
          "line": 574,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 18953,
      "end": 18955,
      "loc": {
        "start": {
          "line": 576,
          "column": 6
        },
        "end": {
          "line": 576,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18956,
      "end": 18957,
      "loc": {
        "start": {
          "line": 576,
          "column": 9
        },
        "end": {
          "line": 576,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 18957,
      "end": 18966,
      "loc": {
        "start": {
          "line": 576,
          "column": 10
        },
        "end": {
          "line": 576,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18966,
      "end": 18967,
      "loc": {
        "start": {
          "line": 576,
          "column": 19
        },
        "end": {
          "line": 576,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "references",
      "start": 18967,
      "end": 18977,
      "loc": {
        "start": {
          "line": 576,
          "column": 20
        },
        "end": {
          "line": 576,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18977,
      "end": 18978,
      "loc": {
        "start": {
          "line": 576,
          "column": 30
        },
        "end": {
          "line": 576,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18979,
      "end": 18980,
      "loc": {
        "start": {
          "line": 576,
          "column": 32
        },
        "end": {
          "line": 576,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 18990,
      "end": 18992,
      "loc": {
        "start": {
          "line": 578,
          "column": 8
        },
        "end": {
          "line": 578,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18993,
      "end": 18994,
      "loc": {
        "start": {
          "line": 578,
          "column": 11
        },
        "end": {
          "line": 578,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "existingConstraints",
      "start": 18994,
      "end": 19013,
      "loc": {
        "start": {
          "line": 578,
          "column": 12
        },
        "end": {
          "line": 578,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19013,
      "end": 19014,
      "loc": {
        "start": {
          "line": 578,
          "column": 31
        },
        "end": {
          "line": 578,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 19014,
      "end": 19021,
      "loc": {
        "start": {
          "line": 578,
          "column": 32
        },
        "end": {
          "line": 578,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19021,
      "end": 19022,
      "loc": {
        "start": {
          "line": 578,
          "column": 39
        },
        "end": {
          "line": 578,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 19022,
      "end": 19031,
      "loc": {
        "start": {
          "line": 578,
          "column": 40
        },
        "end": {
          "line": 578,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19031,
      "end": 19032,
      "loc": {
        "start": {
          "line": 578,
          "column": 49
        },
        "end": {
          "line": 578,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "references",
      "start": 19032,
      "end": 19042,
      "loc": {
        "start": {
          "line": 578,
          "column": 50
        },
        "end": {
          "line": 578,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19042,
      "end": 19043,
      "loc": {
        "start": {
          "line": 578,
          "column": 60
        },
        "end": {
          "line": 578,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 19043,
      "end": 19048,
      "loc": {
        "start": {
          "line": 578,
          "column": 61
        },
        "end": {
          "line": 578,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19048,
      "end": 19049,
      "loc": {
        "start": {
          "line": 578,
          "column": 66
        },
        "end": {
          "line": 578,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toString",
      "start": 19049,
      "end": 19057,
      "loc": {
        "start": {
          "line": 578,
          "column": 67
        },
        "end": {
          "line": 578,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19057,
      "end": 19058,
      "loc": {
        "start": {
          "line": 578,
          "column": 75
        },
        "end": {
          "line": 578,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19058,
      "end": 19059,
      "loc": {
        "start": {
          "line": 578,
          "column": 76
        },
        "end": {
          "line": 578,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19059,
      "end": 19060,
      "loc": {
        "start": {
          "line": 578,
          "column": 77
        },
        "end": {
          "line": 578,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 19061,
      "end": 19064,
      "loc": {
        "start": {
          "line": 578,
          "column": 79
        },
        "end": {
          "line": 578,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 19065,
      "end": 19066,
      "loc": {
        "start": {
          "line": 578,
          "column": 83
        },
        "end": {
          "line": 578,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 19066,
      "end": 19067,
      "loc": {
        "start": {
          "line": 578,
          "column": 84
        },
        "end": {
          "line": 578,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19067,
      "end": 19068,
      "loc": {
        "start": {
          "line": 578,
          "column": 85
        },
        "end": {
          "line": 578,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19069,
      "end": 19070,
      "loc": {
        "start": {
          "line": 578,
          "column": 87
        },
        "end": {
          "line": 578,
          "column": 88
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " no cascading constraints to a table more than once",
      "start": 19081,
      "end": 19134,
      "loc": {
        "start": {
          "line": 579,
          "column": 10
        },
        "end": {
          "line": 579,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 19145,
      "end": 19154,
      "loc": {
        "start": {
          "line": 580,
          "column": 10
        },
        "end": {
          "line": 580,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19154,
      "end": 19155,
      "loc": {
        "start": {
          "line": 580,
          "column": 19
        },
        "end": {
          "line": 580,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDelete",
      "start": 19155,
      "end": 19163,
      "loc": {
        "start": {
          "line": 580,
          "column": 20
        },
        "end": {
          "line": 580,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 19164,
      "end": 19165,
      "loc": {
        "start": {
          "line": 580,
          "column": 29
        },
        "end": {
          "line": 580,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 19166,
      "end": 19168,
      "loc": {
        "start": {
          "line": 580,
          "column": 31
        },
        "end": {
          "line": 580,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19168,
      "end": 19169,
      "loc": {
        "start": {
          "line": 580,
          "column": 33
        },
        "end": {
          "line": 580,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 19180,
      "end": 19189,
      "loc": {
        "start": {
          "line": 581,
          "column": 10
        },
        "end": {
          "line": 581,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19189,
      "end": 19190,
      "loc": {
        "start": {
          "line": 581,
          "column": 19
        },
        "end": {
          "line": 581,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onUpdate",
      "start": 19190,
      "end": 19198,
      "loc": {
        "start": {
          "line": 581,
          "column": 20
        },
        "end": {
          "line": 581,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 19199,
      "end": 19200,
      "loc": {
        "start": {
          "line": 581,
          "column": 29
        },
        "end": {
          "line": 581,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 19201,
      "end": 19203,
      "loc": {
        "start": {
          "line": 581,
          "column": 31
        },
        "end": {
          "line": 581,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19203,
      "end": 19204,
      "loc": {
        "start": {
          "line": 581,
          "column": 33
        },
        "end": {
          "line": 581,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19213,
      "end": 19214,
      "loc": {
        "start": {
          "line": 582,
          "column": 8
        },
        "end": {
          "line": 582,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 19215,
      "end": 19219,
      "loc": {
        "start": {
          "line": 582,
          "column": 10
        },
        "end": {
          "line": 582,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19220,
      "end": 19221,
      "loc": {
        "start": {
          "line": 582,
          "column": 15
        },
        "end": {
          "line": 582,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "existingConstraints",
      "start": 19232,
      "end": 19251,
      "loc": {
        "start": {
          "line": 583,
          "column": 10
        },
        "end": {
          "line": 583,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19251,
      "end": 19252,
      "loc": {
        "start": {
          "line": 583,
          "column": 29
        },
        "end": {
          "line": 583,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 19252,
      "end": 19256,
      "loc": {
        "start": {
          "line": 583,
          "column": 30
        },
        "end": {
          "line": 583,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19256,
      "end": 19257,
      "loc": {
        "start": {
          "line": 583,
          "column": 34
        },
        "end": {
          "line": 583,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 19257,
      "end": 19266,
      "loc": {
        "start": {
          "line": 583,
          "column": 35
        },
        "end": {
          "line": 583,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19266,
      "end": 19267,
      "loc": {
        "start": {
          "line": 583,
          "column": 44
        },
        "end": {
          "line": 583,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "references",
      "start": 19267,
      "end": 19277,
      "loc": {
        "start": {
          "line": 583,
          "column": 45
        },
        "end": {
          "line": 583,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19277,
      "end": 19278,
      "loc": {
        "start": {
          "line": 583,
          "column": 55
        },
        "end": {
          "line": 583,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 19278,
      "end": 19283,
      "loc": {
        "start": {
          "line": 583,
          "column": 56
        },
        "end": {
          "line": 583,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19283,
      "end": 19284,
      "loc": {
        "start": {
          "line": 583,
          "column": 61
        },
        "end": {
          "line": 583,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toString",
      "start": 19284,
      "end": 19292,
      "loc": {
        "start": {
          "line": 583,
          "column": 62
        },
        "end": {
          "line": 583,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19292,
      "end": 19293,
      "loc": {
        "start": {
          "line": 583,
          "column": 70
        },
        "end": {
          "line": 583,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19293,
      "end": 19294,
      "loc": {
        "start": {
          "line": 583,
          "column": 71
        },
        "end": {
          "line": 583,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19294,
      "end": 19295,
      "loc": {
        "start": {
          "line": 583,
          "column": 72
        },
        "end": {
          "line": 583,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19295,
      "end": 19296,
      "loc": {
        "start": {
          "line": 583,
          "column": 73
        },
        "end": {
          "line": 583,
          "column": 74
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " NOTE: this really just disables cascading updates for all",
      "start": 19308,
      "end": 19368,
      "loc": {
        "start": {
          "line": 585,
          "column": 10
        },
        "end": {
          "line": 585,
          "column": 70
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "       definitions. Can be made more robust to support the",
      "start": 19379,
      "end": 19439,
      "loc": {
        "start": {
          "line": 586,
          "column": 10
        },
        "end": {
          "line": 586,
          "column": 70
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "       few cases where MSSQL actually supports them",
      "start": 19450,
      "end": 19503,
      "loc": {
        "start": {
          "line": 587,
          "column": 10
        },
        "end": {
          "line": 587,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 19514,
      "end": 19523,
      "loc": {
        "start": {
          "line": 588,
          "column": 10
        },
        "end": {
          "line": 588,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19523,
      "end": 19524,
      "loc": {
        "start": {
          "line": 588,
          "column": 19
        },
        "end": {
          "line": 588,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onUpdate",
      "start": 19524,
      "end": 19532,
      "loc": {
        "start": {
          "line": 588,
          "column": 20
        },
        "end": {
          "line": 588,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 19533,
      "end": 19534,
      "loc": {
        "start": {
          "line": 588,
          "column": 29
        },
        "end": {
          "line": 588,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 19535,
      "end": 19537,
      "loc": {
        "start": {
          "line": 588,
          "column": 31
        },
        "end": {
          "line": 588,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19537,
      "end": 19538,
      "loc": {
        "start": {
          "line": 588,
          "column": 33
        },
        "end": {
          "line": 588,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19547,
      "end": 19548,
      "loc": {
        "start": {
          "line": 589,
          "column": 8
        },
        "end": {
          "line": 589,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19556,
      "end": 19557,
      "loc": {
        "start": {
          "line": 591,
          "column": 6
        },
        "end": {
          "line": 591,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 19565,
      "end": 19567,
      "loc": {
        "start": {
          "line": 593,
          "column": 6
        },
        "end": {
          "line": 593,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19568,
      "end": 19569,
      "loc": {
        "start": {
          "line": 593,
          "column": 9
        },
        "end": {
          "line": 593,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 19569,
      "end": 19572,
      "loc": {
        "start": {
          "line": 593,
          "column": 10
        },
        "end": {
          "line": 593,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 19573,
      "end": 19575,
      "loc": {
        "start": {
          "line": 593,
          "column": 14
        },
        "end": {
          "line": 593,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 19576,
      "end": 19577,
      "loc": {
        "start": {
          "line": 593,
          "column": 17
        },
        "end": {
          "line": 593,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 19577,
      "end": 19586,
      "loc": {
        "start": {
          "line": 593,
          "column": 18
        },
        "end": {
          "line": 593,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19586,
      "end": 19587,
      "loc": {
        "start": {
          "line": 593,
          "column": 27
        },
        "end": {
          "line": 593,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 19587,
      "end": 19592,
      "loc": {
        "start": {
          "line": 593,
          "column": 28
        },
        "end": {
          "line": 593,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19592,
      "end": 19593,
      "loc": {
        "start": {
          "line": 593,
          "column": 33
        },
        "end": {
          "line": 593,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 19594,
      "end": 19603,
      "loc": {
        "start": {
          "line": 593,
          "column": 35
        },
        "end": {
          "line": 593,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19603,
      "end": 19604,
      "loc": {
        "start": {
          "line": 593,
          "column": 44
        },
        "end": {
          "line": 593,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 19604,
      "end": 19609,
      "loc": {
        "start": {
          "line": 593,
          "column": 45
        },
        "end": {
          "line": 593,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 19610,
      "end": 19611,
      "loc": {
        "start": {
          "line": 593,
          "column": 51
        },
        "end": {
          "line": 593,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 19612,
      "end": 19615,
      "loc": {
        "start": {
          "line": 593,
          "column": 53
        },
        "end": {
          "line": 593,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19615,
      "end": 19616,
      "loc": {
        "start": {
          "line": 593,
          "column": 56
        },
        "end": {
          "line": 593,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 19623,
      "end": 19629,
      "loc": {
        "start": {
          "line": 594,
          "column": 6
        },
        "end": {
          "line": 594,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19629,
      "end": 19630,
      "loc": {
        "start": {
          "line": 594,
          "column": 12
        },
        "end": {
          "line": 594,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 19630,
      "end": 19639,
      "loc": {
        "start": {
          "line": 594,
          "column": 13
        },
        "end": {
          "line": 594,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19639,
      "end": 19640,
      "loc": {
        "start": {
          "line": 594,
          "column": 22
        },
        "end": {
          "line": 594,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 19640,
      "end": 19645,
      "loc": {
        "start": {
          "line": 594,
          "column": 23
        },
        "end": {
          "line": 594,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 19646,
      "end": 19648,
      "loc": {
        "start": {
          "line": 594,
          "column": 29
        },
        "end": {
          "line": 594,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 19649,
      "end": 19652,
      "loc": {
        "start": {
          "line": 594,
          "column": 32
        },
        "end": {
          "line": 594,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19652,
      "end": 19653,
      "loc": {
        "start": {
          "line": 594,
          "column": 35
        },
        "end": {
          "line": 594,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 19654,
      "end": 19655,
      "loc": {
        "start": {
          "line": 594,
          "column": 37
        },
        "end": {
          "line": 594,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 19656,
      "end": 19660,
      "loc": {
        "start": {
          "line": 594,
          "column": 39
        },
        "end": {
          "line": 594,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19660,
      "end": 19661,
      "loc": {
        "start": {
          "line": 594,
          "column": 43
        },
        "end": {
          "line": 594,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeToSQL",
      "start": 19661,
      "end": 19675,
      "loc": {
        "start": {
          "line": 594,
          "column": 44
        },
        "end": {
          "line": 594,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19675,
      "end": 19676,
      "loc": {
        "start": {
          "line": 594,
          "column": 58
        },
        "end": {
          "line": 594,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 19676,
      "end": 19685,
      "loc": {
        "start": {
          "line": 594,
          "column": 59
        },
        "end": {
          "line": 594,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19685,
      "end": 19686,
      "loc": {
        "start": {
          "line": 594,
          "column": 68
        },
        "end": {
          "line": 594,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 19687,
      "end": 19694,
      "loc": {
        "start": {
          "line": 594,
          "column": 70
        },
        "end": {
          "line": 594,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19694,
      "end": 19695,
      "loc": {
        "start": {
          "line": 594,
          "column": 77
        },
        "end": {
          "line": 594,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19695,
      "end": 19696,
      "loc": {
        "start": {
          "line": 594,
          "column": 78
        },
        "end": {
          "line": 594,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19701,
      "end": 19702,
      "loc": {
        "start": {
          "line": 595,
          "column": 4
        },
        "end": {
          "line": 595,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 19708,
      "end": 19714,
      "loc": {
        "start": {
          "line": 597,
          "column": 4
        },
        "end": {
          "line": 597,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 19715,
      "end": 19721,
      "loc": {
        "start": {
          "line": 597,
          "column": 11
        },
        "end": {
          "line": 597,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19721,
      "end": 19722,
      "loc": {
        "start": {
          "line": 597,
          "column": 17
        },
        "end": {
          "line": 597,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19725,
      "end": 19726,
      "loc": {
        "start": {
          "line": 598,
          "column": 2
        },
        "end": {
          "line": 598,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19726,
      "end": 19727,
      "loc": {
        "start": {
          "line": 598,
          "column": 3
        },
        "end": {
          "line": 598,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "findAutoIncrementField",
      "start": 19731,
      "end": 19753,
      "loc": {
        "start": {
          "line": 600,
          "column": 2
        },
        "end": {
          "line": 600,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19753,
      "end": 19754,
      "loc": {
        "start": {
          "line": 600,
          "column": 24
        },
        "end": {
          "line": 600,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "factory",
      "start": 19754,
      "end": 19761,
      "loc": {
        "start": {
          "line": 600,
          "column": 25
        },
        "end": {
          "line": 600,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19761,
      "end": 19762,
      "loc": {
        "start": {
          "line": 600,
          "column": 32
        },
        "end": {
          "line": 600,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19763,
      "end": 19764,
      "loc": {
        "start": {
          "line": 600,
          "column": 34
        },
        "end": {
          "line": 600,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 19769,
      "end": 19772,
      "loc": {
        "start": {
          "line": 601,
          "column": 4
        },
        "end": {
          "line": 601,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 19773,
      "end": 19779,
      "loc": {
        "start": {
          "line": 601,
          "column": 8
        },
        "end": {
          "line": 601,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 19780,
      "end": 19781,
      "loc": {
        "start": {
          "line": 601,
          "column": 15
        },
        "end": {
          "line": 601,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19782,
      "end": 19783,
      "loc": {
        "start": {
          "line": 601,
          "column": 17
        },
        "end": {
          "line": 601,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19783,
      "end": 19784,
      "loc": {
        "start": {
          "line": 601,
          "column": 18
        },
        "end": {
          "line": 601,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19784,
      "end": 19785,
      "loc": {
        "start": {
          "line": 601,
          "column": 19
        },
        "end": {
          "line": 601,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 19790,
      "end": 19793,
      "loc": {
        "start": {
          "line": 602,
          "column": 4
        },
        "end": {
          "line": 602,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19794,
      "end": 19795,
      "loc": {
        "start": {
          "line": 602,
          "column": 8
        },
        "end": {
          "line": 602,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 19795,
      "end": 19798,
      "loc": {
        "start": {
          "line": 602,
          "column": 9
        },
        "end": {
          "line": 602,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 19799,
      "end": 19803,
      "loc": {
        "start": {
          "line": 602,
          "column": 13
        },
        "end": {
          "line": 602,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "in",
        "keyword": "in",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "in",
      "start": 19804,
      "end": 19806,
      "loc": {
        "start": {
          "line": 602,
          "column": 18
        },
        "end": {
          "line": 602,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "factory",
      "start": 19807,
      "end": 19814,
      "loc": {
        "start": {
          "line": 602,
          "column": 21
        },
        "end": {
          "line": 602,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19814,
      "end": 19815,
      "loc": {
        "start": {
          "line": 602,
          "column": 28
        },
        "end": {
          "line": 602,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 19815,
      "end": 19825,
      "loc": {
        "start": {
          "line": 602,
          "column": 29
        },
        "end": {
          "line": 602,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19825,
      "end": 19826,
      "loc": {
        "start": {
          "line": 602,
          "column": 39
        },
        "end": {
          "line": 602,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19827,
      "end": 19828,
      "loc": {
        "start": {
          "line": 602,
          "column": 41
        },
        "end": {
          "line": 602,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 19835,
      "end": 19837,
      "loc": {
        "start": {
          "line": 603,
          "column": 6
        },
        "end": {
          "line": 603,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19838,
      "end": 19839,
      "loc": {
        "start": {
          "line": 603,
          "column": 9
        },
        "end": {
          "line": 603,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "factory",
      "start": 19839,
      "end": 19846,
      "loc": {
        "start": {
          "line": 603,
          "column": 10
        },
        "end": {
          "line": 603,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19846,
      "end": 19847,
      "loc": {
        "start": {
          "line": 603,
          "column": 17
        },
        "end": {
          "line": 603,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 19847,
      "end": 19857,
      "loc": {
        "start": {
          "line": 603,
          "column": 18
        },
        "end": {
          "line": 603,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19857,
      "end": 19858,
      "loc": {
        "start": {
          "line": 603,
          "column": 28
        },
        "end": {
          "line": 603,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasOwnProperty",
      "start": 19858,
      "end": 19872,
      "loc": {
        "start": {
          "line": 603,
          "column": 29
        },
        "end": {
          "line": 603,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19872,
      "end": 19873,
      "loc": {
        "start": {
          "line": 603,
          "column": 43
        },
        "end": {
          "line": 603,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 19873,
      "end": 19877,
      "loc": {
        "start": {
          "line": 603,
          "column": 44
        },
        "end": {
          "line": 603,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19877,
      "end": 19878,
      "loc": {
        "start": {
          "line": 603,
          "column": 48
        },
        "end": {
          "line": 603,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19878,
      "end": 19879,
      "loc": {
        "start": {
          "line": 603,
          "column": 49
        },
        "end": {
          "line": 603,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19880,
      "end": 19881,
      "loc": {
        "start": {
          "line": 603,
          "column": 51
        },
        "end": {
          "line": 603,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 19890,
      "end": 19893,
      "loc": {
        "start": {
          "line": 604,
          "column": 8
        },
        "end": {
          "line": 604,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "definition",
      "start": 19894,
      "end": 19904,
      "loc": {
        "start": {
          "line": 604,
          "column": 12
        },
        "end": {
          "line": 604,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 19905,
      "end": 19906,
      "loc": {
        "start": {
          "line": 604,
          "column": 23
        },
        "end": {
          "line": 604,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "factory",
      "start": 19907,
      "end": 19914,
      "loc": {
        "start": {
          "line": 604,
          "column": 25
        },
        "end": {
          "line": 604,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19914,
      "end": 19915,
      "loc": {
        "start": {
          "line": 604,
          "column": 32
        },
        "end": {
          "line": 604,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 19915,
      "end": 19925,
      "loc": {
        "start": {
          "line": 604,
          "column": 33
        },
        "end": {
          "line": 604,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19925,
      "end": 19926,
      "loc": {
        "start": {
          "line": 604,
          "column": 43
        },
        "end": {
          "line": 604,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 19926,
      "end": 19930,
      "loc": {
        "start": {
          "line": 604,
          "column": 44
        },
        "end": {
          "line": 604,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19930,
      "end": 19931,
      "loc": {
        "start": {
          "line": 604,
          "column": 48
        },
        "end": {
          "line": 604,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19931,
      "end": 19932,
      "loc": {
        "start": {
          "line": 604,
          "column": 49
        },
        "end": {
          "line": 604,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 19942,
      "end": 19944,
      "loc": {
        "start": {
          "line": 606,
          "column": 8
        },
        "end": {
          "line": 606,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19945,
      "end": 19946,
      "loc": {
        "start": {
          "line": 606,
          "column": 11
        },
        "end": {
          "line": 606,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "definition",
      "start": 19946,
      "end": 19956,
      "loc": {
        "start": {
          "line": 606,
          "column": 12
        },
        "end": {
          "line": 606,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 19957,
      "end": 19959,
      "loc": {
        "start": {
          "line": 606,
          "column": 23
        },
        "end": {
          "line": 606,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "definition",
      "start": 19960,
      "end": 19970,
      "loc": {
        "start": {
          "line": 606,
          "column": 26
        },
        "end": {
          "line": 606,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19970,
      "end": 19971,
      "loc": {
        "start": {
          "line": 606,
          "column": 36
        },
        "end": {
          "line": 606,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "autoIncrement",
      "start": 19971,
      "end": 19984,
      "loc": {
        "start": {
          "line": 606,
          "column": 37
        },
        "end": {
          "line": 606,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19984,
      "end": 19985,
      "loc": {
        "start": {
          "line": 606,
          "column": 50
        },
        "end": {
          "line": 606,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19986,
      "end": 19987,
      "loc": {
        "start": {
          "line": 606,
          "column": 52
        },
        "end": {
          "line": 606,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 19998,
      "end": 20004,
      "loc": {
        "start": {
          "line": 607,
          "column": 10
        },
        "end": {
          "line": 607,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20004,
      "end": 20005,
      "loc": {
        "start": {
          "line": 607,
          "column": 16
        },
        "end": {
          "line": 607,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 20005,
      "end": 20009,
      "loc": {
        "start": {
          "line": 607,
          "column": 17
        },
        "end": {
          "line": 607,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20009,
      "end": 20010,
      "loc": {
        "start": {
          "line": 607,
          "column": 21
        },
        "end": {
          "line": 607,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 20010,
      "end": 20014,
      "loc": {
        "start": {
          "line": 607,
          "column": 22
        },
        "end": {
          "line": 607,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20014,
      "end": 20015,
      "loc": {
        "start": {
          "line": 607,
          "column": 26
        },
        "end": {
          "line": 607,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20015,
      "end": 20016,
      "loc": {
        "start": {
          "line": 607,
          "column": 27
        },
        "end": {
          "line": 607,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20025,
      "end": 20026,
      "loc": {
        "start": {
          "line": 608,
          "column": 8
        },
        "end": {
          "line": 608,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20033,
      "end": 20034,
      "loc": {
        "start": {
          "line": 609,
          "column": 6
        },
        "end": {
          "line": 609,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20039,
      "end": 20040,
      "loc": {
        "start": {
          "line": 610,
          "column": 4
        },
        "end": {
          "line": 610,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 20046,
      "end": 20052,
      "loc": {
        "start": {
          "line": 612,
          "column": 4
        },
        "end": {
          "line": 612,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 20053,
      "end": 20059,
      "loc": {
        "start": {
          "line": 612,
          "column": 11
        },
        "end": {
          "line": 612,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20059,
      "end": 20060,
      "loc": {
        "start": {
          "line": 612,
          "column": 17
        },
        "end": {
          "line": 612,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20063,
      "end": 20064,
      "loc": {
        "start": {
          "line": 613,
          "column": 2
        },
        "end": {
          "line": 613,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20064,
      "end": 20065,
      "loc": {
        "start": {
          "line": 613,
          "column": 3
        },
        "end": {
          "line": 613,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createTrigger",
      "start": 20069,
      "end": 20082,
      "loc": {
        "start": {
          "line": 615,
          "column": 2
        },
        "end": {
          "line": 615,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20082,
      "end": 20083,
      "loc": {
        "start": {
          "line": 615,
          "column": 15
        },
        "end": {
          "line": 615,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20083,
      "end": 20084,
      "loc": {
        "start": {
          "line": 615,
          "column": 16
        },
        "end": {
          "line": 615,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20085,
      "end": 20086,
      "loc": {
        "start": {
          "line": 615,
          "column": 18
        },
        "end": {
          "line": 615,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "throwMethodUndefined",
      "start": 20091,
      "end": 20111,
      "loc": {
        "start": {
          "line": 616,
          "column": 4
        },
        "end": {
          "line": 616,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20111,
      "end": 20112,
      "loc": {
        "start": {
          "line": 616,
          "column": 24
        },
        "end": {
          "line": 616,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "createTrigger",
      "start": 20112,
      "end": 20127,
      "loc": {
        "start": {
          "line": 616,
          "column": 25
        },
        "end": {
          "line": 616,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20127,
      "end": 20128,
      "loc": {
        "start": {
          "line": 616,
          "column": 40
        },
        "end": {
          "line": 616,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20128,
      "end": 20129,
      "loc": {
        "start": {
          "line": 616,
          "column": 41
        },
        "end": {
          "line": 616,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20132,
      "end": 20133,
      "loc": {
        "start": {
          "line": 617,
          "column": 2
        },
        "end": {
          "line": 617,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20133,
      "end": 20134,
      "loc": {
        "start": {
          "line": 617,
          "column": 3
        },
        "end": {
          "line": 617,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dropTrigger",
      "start": 20138,
      "end": 20149,
      "loc": {
        "start": {
          "line": 619,
          "column": 2
        },
        "end": {
          "line": 619,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20149,
      "end": 20150,
      "loc": {
        "start": {
          "line": 619,
          "column": 13
        },
        "end": {
          "line": 619,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20150,
      "end": 20151,
      "loc": {
        "start": {
          "line": 619,
          "column": 14
        },
        "end": {
          "line": 619,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20152,
      "end": 20153,
      "loc": {
        "start": {
          "line": 619,
          "column": 16
        },
        "end": {
          "line": 619,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "throwMethodUndefined",
      "start": 20158,
      "end": 20178,
      "loc": {
        "start": {
          "line": 620,
          "column": 4
        },
        "end": {
          "line": 620,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20178,
      "end": 20179,
      "loc": {
        "start": {
          "line": 620,
          "column": 24
        },
        "end": {
          "line": 620,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "dropTrigger",
      "start": 20179,
      "end": 20192,
      "loc": {
        "start": {
          "line": 620,
          "column": 25
        },
        "end": {
          "line": 620,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20192,
      "end": 20193,
      "loc": {
        "start": {
          "line": 620,
          "column": 38
        },
        "end": {
          "line": 620,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20193,
      "end": 20194,
      "loc": {
        "start": {
          "line": 620,
          "column": 39
        },
        "end": {
          "line": 620,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20197,
      "end": 20198,
      "loc": {
        "start": {
          "line": 621,
          "column": 2
        },
        "end": {
          "line": 621,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20198,
      "end": 20199,
      "loc": {
        "start": {
          "line": 621,
          "column": 3
        },
        "end": {
          "line": 621,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "renameTrigger",
      "start": 20203,
      "end": 20216,
      "loc": {
        "start": {
          "line": 623,
          "column": 2
        },
        "end": {
          "line": 623,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20216,
      "end": 20217,
      "loc": {
        "start": {
          "line": 623,
          "column": 15
        },
        "end": {
          "line": 623,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20217,
      "end": 20218,
      "loc": {
        "start": {
          "line": 623,
          "column": 16
        },
        "end": {
          "line": 623,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20219,
      "end": 20220,
      "loc": {
        "start": {
          "line": 623,
          "column": 18
        },
        "end": {
          "line": 623,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "throwMethodUndefined",
      "start": 20225,
      "end": 20245,
      "loc": {
        "start": {
          "line": 624,
          "column": 4
        },
        "end": {
          "line": 624,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20245,
      "end": 20246,
      "loc": {
        "start": {
          "line": 624,
          "column": 24
        },
        "end": {
          "line": 624,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "renameTrigger",
      "start": 20246,
      "end": 20261,
      "loc": {
        "start": {
          "line": 624,
          "column": 25
        },
        "end": {
          "line": 624,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20261,
      "end": 20262,
      "loc": {
        "start": {
          "line": 624,
          "column": 40
        },
        "end": {
          "line": 624,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20262,
      "end": 20263,
      "loc": {
        "start": {
          "line": 624,
          "column": 41
        },
        "end": {
          "line": 624,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20266,
      "end": 20267,
      "loc": {
        "start": {
          "line": 625,
          "column": 2
        },
        "end": {
          "line": 625,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20267,
      "end": 20268,
      "loc": {
        "start": {
          "line": 625,
          "column": 3
        },
        "end": {
          "line": 625,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createFunction",
      "start": 20272,
      "end": 20286,
      "loc": {
        "start": {
          "line": 627,
          "column": 2
        },
        "end": {
          "line": 627,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20286,
      "end": 20287,
      "loc": {
        "start": {
          "line": 627,
          "column": 16
        },
        "end": {
          "line": 627,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20287,
      "end": 20288,
      "loc": {
        "start": {
          "line": 627,
          "column": 17
        },
        "end": {
          "line": 627,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20289,
      "end": 20290,
      "loc": {
        "start": {
          "line": 627,
          "column": 19
        },
        "end": {
          "line": 627,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "throwMethodUndefined",
      "start": 20295,
      "end": 20315,
      "loc": {
        "start": {
          "line": 628,
          "column": 4
        },
        "end": {
          "line": 628,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20315,
      "end": 20316,
      "loc": {
        "start": {
          "line": 628,
          "column": 24
        },
        "end": {
          "line": 628,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "createFunction",
      "start": 20316,
      "end": 20332,
      "loc": {
        "start": {
          "line": 628,
          "column": 25
        },
        "end": {
          "line": 628,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20332,
      "end": 20333,
      "loc": {
        "start": {
          "line": 628,
          "column": 41
        },
        "end": {
          "line": 628,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20333,
      "end": 20334,
      "loc": {
        "start": {
          "line": 628,
          "column": 42
        },
        "end": {
          "line": 628,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20337,
      "end": 20338,
      "loc": {
        "start": {
          "line": 629,
          "column": 2
        },
        "end": {
          "line": 629,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20338,
      "end": 20339,
      "loc": {
        "start": {
          "line": 629,
          "column": 3
        },
        "end": {
          "line": 629,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dropFunction",
      "start": 20343,
      "end": 20355,
      "loc": {
        "start": {
          "line": 631,
          "column": 2
        },
        "end": {
          "line": 631,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20355,
      "end": 20356,
      "loc": {
        "start": {
          "line": 631,
          "column": 14
        },
        "end": {
          "line": 631,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20356,
      "end": 20357,
      "loc": {
        "start": {
          "line": 631,
          "column": 15
        },
        "end": {
          "line": 631,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20358,
      "end": 20359,
      "loc": {
        "start": {
          "line": 631,
          "column": 17
        },
        "end": {
          "line": 631,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "throwMethodUndefined",
      "start": 20364,
      "end": 20384,
      "loc": {
        "start": {
          "line": 632,
          "column": 4
        },
        "end": {
          "line": 632,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20384,
      "end": 20385,
      "loc": {
        "start": {
          "line": 632,
          "column": 24
        },
        "end": {
          "line": 632,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "dropFunction",
      "start": 20385,
      "end": 20399,
      "loc": {
        "start": {
          "line": 632,
          "column": 25
        },
        "end": {
          "line": 632,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20399,
      "end": 20400,
      "loc": {
        "start": {
          "line": 632,
          "column": 39
        },
        "end": {
          "line": 632,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20400,
      "end": 20401,
      "loc": {
        "start": {
          "line": 632,
          "column": 40
        },
        "end": {
          "line": 632,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20404,
      "end": 20405,
      "loc": {
        "start": {
          "line": 633,
          "column": 2
        },
        "end": {
          "line": 633,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20405,
      "end": 20406,
      "loc": {
        "start": {
          "line": 633,
          "column": 3
        },
        "end": {
          "line": 633,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "renameFunction",
      "start": 20410,
      "end": 20424,
      "loc": {
        "start": {
          "line": 635,
          "column": 2
        },
        "end": {
          "line": 635,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20424,
      "end": 20425,
      "loc": {
        "start": {
          "line": 635,
          "column": 16
        },
        "end": {
          "line": 635,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20425,
      "end": 20426,
      "loc": {
        "start": {
          "line": 635,
          "column": 17
        },
        "end": {
          "line": 635,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20427,
      "end": 20428,
      "loc": {
        "start": {
          "line": 635,
          "column": 19
        },
        "end": {
          "line": 635,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "throwMethodUndefined",
      "start": 20433,
      "end": 20453,
      "loc": {
        "start": {
          "line": 636,
          "column": 4
        },
        "end": {
          "line": 636,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20453,
      "end": 20454,
      "loc": {
        "start": {
          "line": 636,
          "column": 24
        },
        "end": {
          "line": 636,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "renameFunction",
      "start": 20454,
      "end": 20470,
      "loc": {
        "start": {
          "line": 636,
          "column": 25
        },
        "end": {
          "line": 636,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20470,
      "end": 20471,
      "loc": {
        "start": {
          "line": 636,
          "column": 41
        },
        "end": {
          "line": 636,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20471,
      "end": 20472,
      "loc": {
        "start": {
          "line": 636,
          "column": 42
        },
        "end": {
          "line": 636,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20475,
      "end": 20476,
      "loc": {
        "start": {
          "line": 637,
          "column": 2
        },
        "end": {
          "line": 637,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20476,
      "end": 20477,
      "loc": {
        "start": {
          "line": 637,
          "column": 3
        },
        "end": {
          "line": 637,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 20481,
      "end": 20496,
      "loc": {
        "start": {
          "line": 639,
          "column": 2
        },
        "end": {
          "line": 639,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20496,
      "end": 20497,
      "loc": {
        "start": {
          "line": 639,
          "column": 17
        },
        "end": {
          "line": 639,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 20497,
      "end": 20507,
      "loc": {
        "start": {
          "line": 639,
          "column": 18
        },
        "end": {
          "line": 639,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20507,
      "end": 20508,
      "loc": {
        "start": {
          "line": 639,
          "column": 28
        },
        "end": {
          "line": 639,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "force",
      "start": 20509,
      "end": 20514,
      "loc": {
        "start": {
          "line": 639,
          "column": 30
        },
        "end": {
          "line": 639,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20514,
      "end": 20515,
      "loc": {
        "start": {
          "line": 639,
          "column": 35
        },
        "end": {
          "line": 639,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20516,
      "end": 20517,
      "loc": {
        "start": {
          "line": 639,
          "column": 37
        },
        "end": {
          "line": 639,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 20522,
      "end": 20524,
      "loc": {
        "start": {
          "line": 640,
          "column": 4
        },
        "end": {
          "line": 640,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20525,
      "end": 20526,
      "loc": {
        "start": {
          "line": 640,
          "column": 7
        },
        "end": {
          "line": 640,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 20526,
      "end": 20536,
      "loc": {
        "start": {
          "line": 640,
          "column": 8
        },
        "end": {
          "line": 640,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 20537,
      "end": 20540,
      "loc": {
        "start": {
          "line": 640,
          "column": 19
        },
        "end": {
          "line": 640,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "*",
      "start": 20541,
      "end": 20544,
      "loc": {
        "start": {
          "line": 640,
          "column": 23
        },
        "end": {
          "line": 640,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20544,
      "end": 20545,
      "loc": {
        "start": {
          "line": 640,
          "column": 26
        },
        "end": {
          "line": 640,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 20546,
      "end": 20552,
      "loc": {
        "start": {
          "line": 640,
          "column": 28
        },
        "end": {
          "line": 640,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 20553,
      "end": 20563,
      "loc": {
        "start": {
          "line": 640,
          "column": 35
        },
        "end": {
          "line": 640,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20563,
      "end": 20564,
      "loc": {
        "start": {
          "line": 640,
          "column": 45
        },
        "end": {
          "line": 640,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 20569,
      "end": 20575,
      "loc": {
        "start": {
          "line": 641,
          "column": 4
        },
        "end": {
          "line": 641,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "[",
      "start": 20576,
      "end": 20579,
      "loc": {
        "start": {
          "line": 641,
          "column": 11
        },
        "end": {
          "line": 641,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 20580,
      "end": 20581,
      "loc": {
        "start": {
          "line": 641,
          "column": 15
        },
        "end": {
          "line": 641,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 20582,
      "end": 20592,
      "loc": {
        "start": {
          "line": 641,
          "column": 17
        },
        "end": {
          "line": 641,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20592,
      "end": 20593,
      "loc": {
        "start": {
          "line": 641,
          "column": 27
        },
        "end": {
          "line": 641,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replace",
      "start": 20593,
      "end": 20600,
      "loc": {
        "start": {
          "line": 641,
          "column": 28
        },
        "end": {
          "line": 641,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20600,
      "end": 20601,
      "loc": {
        "start": {
          "line": 641,
          "column": 35
        },
        "end": {
          "line": 641,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "[\\[\\]']+",
        "flags": "g"
      },
      "start": 20601,
      "end": 20612,
      "loc": {
        "start": {
          "line": 641,
          "column": 36
        },
        "end": {
          "line": 641,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20612,
      "end": 20613,
      "loc": {
        "start": {
          "line": 641,
          "column": 47
        },
        "end": {
          "line": 641,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 20614,
      "end": 20616,
      "loc": {
        "start": {
          "line": 641,
          "column": 49
        },
        "end": {
          "line": 641,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20616,
      "end": 20617,
      "loc": {
        "start": {
          "line": 641,
          "column": 51
        },
        "end": {
          "line": 641,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 20618,
      "end": 20619,
      "loc": {
        "start": {
          "line": 641,
          "column": 53
        },
        "end": {
          "line": 641,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "]",
      "start": 20620,
      "end": 20623,
      "loc": {
        "start": {
          "line": 641,
          "column": 55
        },
        "end": {
          "line": 641,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20623,
      "end": 20624,
      "loc": {
        "start": {
          "line": 641,
          "column": 58
        },
        "end": {
          "line": 641,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20627,
      "end": 20628,
      "loc": {
        "start": {
          "line": 642,
          "column": 2
        },
        "end": {
          "line": 642,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20628,
      "end": 20629,
      "loc": {
        "start": {
          "line": 642,
          "column": 3
        },
        "end": {
          "line": 642,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getForeignKeysQuery",
      "start": 20633,
      "end": 20652,
      "loc": {
        "start": {
          "line": 644,
          "column": 2
        },
        "end": {
          "line": 644,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20652,
      "end": 20653,
      "loc": {
        "start": {
          "line": 644,
          "column": 21
        },
        "end": {
          "line": 644,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 20653,
      "end": 20658,
      "loc": {
        "start": {
          "line": 644,
          "column": 22
        },
        "end": {
          "line": 644,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20658,
      "end": 20659,
      "loc": {
        "start": {
          "line": 644,
          "column": 27
        },
        "end": {
          "line": 644,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20660,
      "end": 20661,
      "loc": {
        "start": {
          "line": 644,
          "column": 29
        },
        "end": {
          "line": 644,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 20666,
      "end": 20669,
      "loc": {
        "start": {
          "line": 645,
          "column": 4
        },
        "end": {
          "line": 645,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 20670,
      "end": 20679,
      "loc": {
        "start": {
          "line": 645,
          "column": 8
        },
        "end": {
          "line": 645,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 20680,
      "end": 20681,
      "loc": {
        "start": {
          "line": 645,
          "column": 18
        },
        "end": {
          "line": 645,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 20682,
      "end": 20687,
      "loc": {
        "start": {
          "line": 645,
          "column": 20
        },
        "end": {
          "line": 645,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20687,
      "end": 20688,
      "loc": {
        "start": {
          "line": 645,
          "column": 25
        },
        "end": {
          "line": 645,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 20688,
      "end": 20697,
      "loc": {
        "start": {
          "line": 645,
          "column": 26
        },
        "end": {
          "line": 645,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 20698,
      "end": 20700,
      "loc": {
        "start": {
          "line": 645,
          "column": 36
        },
        "end": {
          "line": 645,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 20701,
      "end": 20706,
      "loc": {
        "start": {
          "line": 645,
          "column": 39
        },
        "end": {
          "line": 645,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20706,
      "end": 20707,
      "loc": {
        "start": {
          "line": 645,
          "column": 44
        },
        "end": {
          "line": 645,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 20712,
      "end": 20715,
      "loc": {
        "start": {
          "line": 646,
          "column": 4
        },
        "end": {
          "line": 646,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 20716,
      "end": 20719,
      "loc": {
        "start": {
          "line": 646,
          "column": 8
        },
        "end": {
          "line": 646,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 20720,
      "end": 20721,
      "loc": {
        "start": {
          "line": 646,
          "column": 12
        },
        "end": {
          "line": 646,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20722,
      "end": 20723,
      "loc": {
        "start": {
          "line": 646,
          "column": 14
        },
        "end": {
          "line": 646,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SELECT",
      "start": 20730,
      "end": 20738,
      "loc": {
        "start": {
          "line": 647,
          "column": 6
        },
        "end": {
          "line": 647,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20738,
      "end": 20739,
      "loc": {
        "start": {
          "line": 647,
          "column": 14
        },
        "end": {
          "line": 647,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "constraint_name = C.CONSTRAINT_NAME",
      "start": 20746,
      "end": 20783,
      "loc": {
        "start": {
          "line": 648,
          "column": 6
        },
        "end": {
          "line": 648,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20783,
      "end": 20784,
      "loc": {
        "start": {
          "line": 648,
          "column": 43
        },
        "end": {
          "line": 648,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "FROM",
      "start": 20791,
      "end": 20797,
      "loc": {
        "start": {
          "line": 649,
          "column": 6
        },
        "end": {
          "line": 649,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20797,
      "end": 20798,
      "loc": {
        "start": {
          "line": 649,
          "column": 12
        },
        "end": {
          "line": 649,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "INFORMATION_SCHEMA.TABLE_CONSTRAINTS C",
      "start": 20805,
      "end": 20845,
      "loc": {
        "start": {
          "line": 650,
          "column": 6
        },
        "end": {
          "line": 650,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20845,
      "end": 20846,
      "loc": {
        "start": {
          "line": 650,
          "column": 46
        },
        "end": {
          "line": 650,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "WHERE C.CONSTRAINT_TYPE = 'FOREIGN KEY'",
      "start": 20853,
      "end": 20894,
      "loc": {
        "start": {
          "line": 651,
          "column": 6
        },
        "end": {
          "line": 651,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20894,
      "end": 20895,
      "loc": {
        "start": {
          "line": 651,
          "column": 47
        },
        "end": {
          "line": 651,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "AND C.TABLE_NAME =",
      "start": 20902,
      "end": 20922,
      "loc": {
        "start": {
          "line": 652,
          "column": 6
        },
        "end": {
          "line": 652,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20922,
      "end": 20923,
      "loc": {
        "start": {
          "line": 652,
          "column": 26
        },
        "end": {
          "line": 652,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "wrapSingleQuote",
      "start": 20924,
      "end": 20939,
      "loc": {
        "start": {
          "line": 652,
          "column": 28
        },
        "end": {
          "line": 652,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20939,
      "end": 20940,
      "loc": {
        "start": {
          "line": 652,
          "column": 43
        },
        "end": {
          "line": 652,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 20940,
      "end": 20949,
      "loc": {
        "start": {
          "line": 652,
          "column": 44
        },
        "end": {
          "line": 652,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20949,
      "end": 20950,
      "loc": {
        "start": {
          "line": 652,
          "column": 53
        },
        "end": {
          "line": 652,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20955,
      "end": 20956,
      "loc": {
        "start": {
          "line": 653,
          "column": 4
        },
        "end": {
          "line": 653,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20956,
      "end": 20957,
      "loc": {
        "start": {
          "line": 653,
          "column": 5
        },
        "end": {
          "line": 653,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 20957,
      "end": 20961,
      "loc": {
        "start": {
          "line": 653,
          "column": 6
        },
        "end": {
          "line": 653,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20961,
      "end": 20962,
      "loc": {
        "start": {
          "line": 653,
          "column": 10
        },
        "end": {
          "line": 653,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ",
      "start": 20962,
      "end": 20965,
      "loc": {
        "start": {
          "line": 653,
          "column": 11
        },
        "end": {
          "line": 653,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20965,
      "end": 20966,
      "loc": {
        "start": {
          "line": 653,
          "column": 14
        },
        "end": {
          "line": 653,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20966,
      "end": 20967,
      "loc": {
        "start": {
          "line": 653,
          "column": 15
        },
        "end": {
          "line": 653,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 20973,
      "end": 20975,
      "loc": {
        "start": {
          "line": 655,
          "column": 4
        },
        "end": {
          "line": 655,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20976,
      "end": 20977,
      "loc": {
        "start": {
          "line": 655,
          "column": 7
        },
        "end": {
          "line": 655,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 20977,
      "end": 20982,
      "loc": {
        "start": {
          "line": 655,
          "column": 8
        },
        "end": {
          "line": 655,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20982,
      "end": 20983,
      "loc": {
        "start": {
          "line": 655,
          "column": 13
        },
        "end": {
          "line": 655,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 20983,
      "end": 20989,
      "loc": {
        "start": {
          "line": 655,
          "column": 14
        },
        "end": {
          "line": 655,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20989,
      "end": 20990,
      "loc": {
        "start": {
          "line": 655,
          "column": 20
        },
        "end": {
          "line": 655,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20991,
      "end": 20992,
      "loc": {
        "start": {
          "line": 655,
          "column": 22
        },
        "end": {
          "line": 655,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 20999,
      "end": 21002,
      "loc": {
        "start": {
          "line": 656,
          "column": 6
        },
        "end": {
          "line": 656,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 21003,
      "end": 21005,
      "loc": {
        "start": {
          "line": 656,
          "column": 10
        },
        "end": {
          "line": 656,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " AND C.TABLE_SCHEMA =",
      "start": 21006,
      "end": 21029,
      "loc": {
        "start": {
          "line": 656,
          "column": 13
        },
        "end": {
          "line": 656,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 21030,
      "end": 21031,
      "loc": {
        "start": {
          "line": 656,
          "column": 37
        },
        "end": {
          "line": 656,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "wrapSingleQuote",
      "start": 21032,
      "end": 21047,
      "loc": {
        "start": {
          "line": 656,
          "column": 39
        },
        "end": {
          "line": 656,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21047,
      "end": 21048,
      "loc": {
        "start": {
          "line": 656,
          "column": 54
        },
        "end": {
          "line": 656,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 21048,
      "end": 21053,
      "loc": {
        "start": {
          "line": 656,
          "column": 55
        },
        "end": {
          "line": 656,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21053,
      "end": 21054,
      "loc": {
        "start": {
          "line": 656,
          "column": 60
        },
        "end": {
          "line": 656,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 21054,
      "end": 21060,
      "loc": {
        "start": {
          "line": 656,
          "column": 61
        },
        "end": {
          "line": 656,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21060,
      "end": 21061,
      "loc": {
        "start": {
          "line": 656,
          "column": 67
        },
        "end": {
          "line": 656,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21061,
      "end": 21062,
      "loc": {
        "start": {
          "line": 656,
          "column": 68
        },
        "end": {
          "line": 656,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21067,
      "end": 21068,
      "loc": {
        "start": {
          "line": 657,
          "column": 4
        },
        "end": {
          "line": 657,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 21074,
      "end": 21080,
      "loc": {
        "start": {
          "line": 659,
          "column": 4
        },
        "end": {
          "line": 659,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 21081,
      "end": 21084,
      "loc": {
        "start": {
          "line": 659,
          "column": 11
        },
        "end": {
          "line": 659,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21084,
      "end": 21085,
      "loc": {
        "start": {
          "line": 659,
          "column": 14
        },
        "end": {
          "line": 659,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21088,
      "end": 21089,
      "loc": {
        "start": {
          "line": 660,
          "column": 2
        },
        "end": {
          "line": 660,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21089,
      "end": 21090,
      "loc": {
        "start": {
          "line": 660,
          "column": 3
        },
        "end": {
          "line": 660,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getForeignKeyQuery",
      "start": 21094,
      "end": 21112,
      "loc": {
        "start": {
          "line": 662,
          "column": 2
        },
        "end": {
          "line": 662,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21112,
      "end": 21113,
      "loc": {
        "start": {
          "line": 662,
          "column": 20
        },
        "end": {
          "line": 662,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 21113,
      "end": 21118,
      "loc": {
        "start": {
          "line": 662,
          "column": 21
        },
        "end": {
          "line": 662,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21118,
      "end": 21119,
      "loc": {
        "start": {
          "line": 662,
          "column": 26
        },
        "end": {
          "line": 662,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeName",
      "start": 21120,
      "end": 21133,
      "loc": {
        "start": {
          "line": 662,
          "column": 28
        },
        "end": {
          "line": 662,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21133,
      "end": 21134,
      "loc": {
        "start": {
          "line": 662,
          "column": 41
        },
        "end": {
          "line": 662,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21135,
      "end": 21136,
      "loc": {
        "start": {
          "line": 662,
          "column": 43
        },
        "end": {
          "line": 662,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 21141,
      "end": 21144,
      "loc": {
        "start": {
          "line": 663,
          "column": 4
        },
        "end": {
          "line": 663,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 21145,
      "end": 21154,
      "loc": {
        "start": {
          "line": 663,
          "column": 8
        },
        "end": {
          "line": 663,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 21155,
      "end": 21156,
      "loc": {
        "start": {
          "line": 663,
          "column": 18
        },
        "end": {
          "line": 663,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 21157,
      "end": 21162,
      "loc": {
        "start": {
          "line": 663,
          "column": 20
        },
        "end": {
          "line": 663,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21162,
      "end": 21163,
      "loc": {
        "start": {
          "line": 663,
          "column": 25
        },
        "end": {
          "line": 663,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 21163,
      "end": 21172,
      "loc": {
        "start": {
          "line": 663,
          "column": 26
        },
        "end": {
          "line": 663,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 21173,
      "end": 21175,
      "loc": {
        "start": {
          "line": 663,
          "column": 36
        },
        "end": {
          "line": 663,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 21176,
      "end": 21181,
      "loc": {
        "start": {
          "line": 663,
          "column": 39
        },
        "end": {
          "line": 663,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21181,
      "end": 21182,
      "loc": {
        "start": {
          "line": 663,
          "column": 44
        },
        "end": {
          "line": 663,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 21187,
      "end": 21190,
      "loc": {
        "start": {
          "line": 664,
          "column": 4
        },
        "end": {
          "line": 664,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 21191,
      "end": 21194,
      "loc": {
        "start": {
          "line": 664,
          "column": 8
        },
        "end": {
          "line": 664,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 21195,
      "end": 21196,
      "loc": {
        "start": {
          "line": 664,
          "column": 12
        },
        "end": {
          "line": 664,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21197,
      "end": 21198,
      "loc": {
        "start": {
          "line": 664,
          "column": 14
        },
        "end": {
          "line": 664,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SELECT",
      "start": 21205,
      "end": 21213,
      "loc": {
        "start": {
          "line": 665,
          "column": 6
        },
        "end": {
          "line": 665,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21213,
      "end": 21214,
      "loc": {
        "start": {
          "line": 665,
          "column": 14
        },
        "end": {
          "line": 665,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "constraint_name = TC.CONSTRAINT_NAME",
      "start": 21221,
      "end": 21259,
      "loc": {
        "start": {
          "line": 666,
          "column": 6
        },
        "end": {
          "line": 666,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21259,
      "end": 21260,
      "loc": {
        "start": {
          "line": 666,
          "column": 44
        },
        "end": {
          "line": 666,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "FROM",
      "start": 21267,
      "end": 21273,
      "loc": {
        "start": {
          "line": 667,
          "column": 6
        },
        "end": {
          "line": 667,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21273,
      "end": 21274,
      "loc": {
        "start": {
          "line": 667,
          "column": 12
        },
        "end": {
          "line": 667,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "INFORMATION_SCHEMA.TABLE_CONSTRAINTS TC",
      "start": 21281,
      "end": 21322,
      "loc": {
        "start": {
          "line": 668,
          "column": 6
        },
        "end": {
          "line": 668,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21322,
      "end": 21323,
      "loc": {
        "start": {
          "line": 668,
          "column": 47
        },
        "end": {
          "line": 668,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "JOIN INFORMATION_SCHEMA.CONSTRAINT_COLUMN_USAGE CCU",
      "start": 21330,
      "end": 21383,
      "loc": {
        "start": {
          "line": 669,
          "column": 6
        },
        "end": {
          "line": 669,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21383,
      "end": 21384,
      "loc": {
        "start": {
          "line": 669,
          "column": 59
        },
        "end": {
          "line": 669,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "ON TC.CONSTRAINT_NAME = CCU.CONSTRAINT_NAME",
      "start": 21391,
      "end": 21436,
      "loc": {
        "start": {
          "line": 670,
          "column": 6
        },
        "end": {
          "line": 670,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21436,
      "end": 21437,
      "loc": {
        "start": {
          "line": 670,
          "column": 51
        },
        "end": {
          "line": 670,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "WHERE TC.CONSTRAINT_TYPE = 'FOREIGN KEY'",
      "start": 21444,
      "end": 21486,
      "loc": {
        "start": {
          "line": 671,
          "column": 6
        },
        "end": {
          "line": 671,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21486,
      "end": 21487,
      "loc": {
        "start": {
          "line": 671,
          "column": 48
        },
        "end": {
          "line": 671,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "AND TC.TABLE_NAME =",
      "start": 21494,
      "end": 21515,
      "loc": {
        "start": {
          "line": 672,
          "column": 6
        },
        "end": {
          "line": 672,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21515,
      "end": 21516,
      "loc": {
        "start": {
          "line": 672,
          "column": 27
        },
        "end": {
          "line": 672,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "wrapSingleQuote",
      "start": 21517,
      "end": 21532,
      "loc": {
        "start": {
          "line": 672,
          "column": 29
        },
        "end": {
          "line": 672,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21532,
      "end": 21533,
      "loc": {
        "start": {
          "line": 672,
          "column": 44
        },
        "end": {
          "line": 672,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 21533,
      "end": 21542,
      "loc": {
        "start": {
          "line": 672,
          "column": 45
        },
        "end": {
          "line": 672,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21542,
      "end": 21543,
      "loc": {
        "start": {
          "line": 672,
          "column": 54
        },
        "end": {
          "line": 672,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21543,
      "end": 21544,
      "loc": {
        "start": {
          "line": 672,
          "column": 55
        },
        "end": {
          "line": 672,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "AND CCU.COLUMN_NAME =",
      "start": 21551,
      "end": 21574,
      "loc": {
        "start": {
          "line": 673,
          "column": 6
        },
        "end": {
          "line": 673,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21574,
      "end": 21575,
      "loc": {
        "start": {
          "line": 673,
          "column": 29
        },
        "end": {
          "line": 673,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "wrapSingleQuote",
      "start": 21576,
      "end": 21591,
      "loc": {
        "start": {
          "line": 673,
          "column": 31
        },
        "end": {
          "line": 673,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21591,
      "end": 21592,
      "loc": {
        "start": {
          "line": 673,
          "column": 46
        },
        "end": {
          "line": 673,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeName",
      "start": 21592,
      "end": 21605,
      "loc": {
        "start": {
          "line": 673,
          "column": 47
        },
        "end": {
          "line": 673,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21605,
      "end": 21606,
      "loc": {
        "start": {
          "line": 673,
          "column": 60
        },
        "end": {
          "line": 673,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21611,
      "end": 21612,
      "loc": {
        "start": {
          "line": 674,
          "column": 4
        },
        "end": {
          "line": 674,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21612,
      "end": 21613,
      "loc": {
        "start": {
          "line": 674,
          "column": 5
        },
        "end": {
          "line": 674,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 21613,
      "end": 21617,
      "loc": {
        "start": {
          "line": 674,
          "column": 6
        },
        "end": {
          "line": 674,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21617,
      "end": 21618,
      "loc": {
        "start": {
          "line": 674,
          "column": 10
        },
        "end": {
          "line": 674,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ",
      "start": 21618,
      "end": 21621,
      "loc": {
        "start": {
          "line": 674,
          "column": 11
        },
        "end": {
          "line": 674,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21621,
      "end": 21622,
      "loc": {
        "start": {
          "line": 674,
          "column": 14
        },
        "end": {
          "line": 674,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21622,
      "end": 21623,
      "loc": {
        "start": {
          "line": 674,
          "column": 15
        },
        "end": {
          "line": 674,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 21629,
      "end": 21631,
      "loc": {
        "start": {
          "line": 676,
          "column": 4
        },
        "end": {
          "line": 676,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21632,
      "end": 21633,
      "loc": {
        "start": {
          "line": 676,
          "column": 7
        },
        "end": {
          "line": 676,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 21633,
      "end": 21638,
      "loc": {
        "start": {
          "line": 676,
          "column": 8
        },
        "end": {
          "line": 676,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21638,
      "end": 21639,
      "loc": {
        "start": {
          "line": 676,
          "column": 13
        },
        "end": {
          "line": 676,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 21639,
      "end": 21645,
      "loc": {
        "start": {
          "line": 676,
          "column": 14
        },
        "end": {
          "line": 676,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21645,
      "end": 21646,
      "loc": {
        "start": {
          "line": 676,
          "column": 20
        },
        "end": {
          "line": 676,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21647,
      "end": 21648,
      "loc": {
        "start": {
          "line": 676,
          "column": 22
        },
        "end": {
          "line": 676,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 21655,
      "end": 21658,
      "loc": {
        "start": {
          "line": 677,
          "column": 6
        },
        "end": {
          "line": 677,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 21659,
      "end": 21661,
      "loc": {
        "start": {
          "line": 677,
          "column": 10
        },
        "end": {
          "line": 677,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " AND TC.TABLE_SCHEMA =",
      "start": 21662,
      "end": 21686,
      "loc": {
        "start": {
          "line": 677,
          "column": 13
        },
        "end": {
          "line": 677,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 21687,
      "end": 21688,
      "loc": {
        "start": {
          "line": 677,
          "column": 38
        },
        "end": {
          "line": 677,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "wrapSingleQuote",
      "start": 21689,
      "end": 21704,
      "loc": {
        "start": {
          "line": 677,
          "column": 40
        },
        "end": {
          "line": 677,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21704,
      "end": 21705,
      "loc": {
        "start": {
          "line": 677,
          "column": 55
        },
        "end": {
          "line": 677,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 21705,
      "end": 21710,
      "loc": {
        "start": {
          "line": 677,
          "column": 56
        },
        "end": {
          "line": 677,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21710,
      "end": 21711,
      "loc": {
        "start": {
          "line": 677,
          "column": 61
        },
        "end": {
          "line": 677,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 21711,
      "end": 21717,
      "loc": {
        "start": {
          "line": 677,
          "column": 62
        },
        "end": {
          "line": 677,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21717,
      "end": 21718,
      "loc": {
        "start": {
          "line": 677,
          "column": 68
        },
        "end": {
          "line": 677,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21718,
      "end": 21719,
      "loc": {
        "start": {
          "line": 677,
          "column": 69
        },
        "end": {
          "line": 677,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21724,
      "end": 21725,
      "loc": {
        "start": {
          "line": 678,
          "column": 4
        },
        "end": {
          "line": 678,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 21731,
      "end": 21737,
      "loc": {
        "start": {
          "line": 680,
          "column": 4
        },
        "end": {
          "line": 680,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 21738,
      "end": 21741,
      "loc": {
        "start": {
          "line": 680,
          "column": 11
        },
        "end": {
          "line": 680,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21741,
      "end": 21742,
      "loc": {
        "start": {
          "line": 680,
          "column": 14
        },
        "end": {
          "line": 680,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21745,
      "end": 21746,
      "loc": {
        "start": {
          "line": 681,
          "column": 2
        },
        "end": {
          "line": 681,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21746,
      "end": 21747,
      "loc": {
        "start": {
          "line": 681,
          "column": 3
        },
        "end": {
          "line": 681,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getPrimaryKeyConstraintQuery",
      "start": 21751,
      "end": 21779,
      "loc": {
        "start": {
          "line": 683,
          "column": 2
        },
        "end": {
          "line": 683,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21779,
      "end": 21780,
      "loc": {
        "start": {
          "line": 683,
          "column": 30
        },
        "end": {
          "line": 683,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 21780,
      "end": 21785,
      "loc": {
        "start": {
          "line": 683,
          "column": 31
        },
        "end": {
          "line": 683,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21785,
      "end": 21786,
      "loc": {
        "start": {
          "line": 683,
          "column": 36
        },
        "end": {
          "line": 683,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeName",
      "start": 21787,
      "end": 21800,
      "loc": {
        "start": {
          "line": 683,
          "column": 38
        },
        "end": {
          "line": 683,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21800,
      "end": 21801,
      "loc": {
        "start": {
          "line": 683,
          "column": 51
        },
        "end": {
          "line": 683,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21802,
      "end": 21803,
      "loc": {
        "start": {
          "line": 683,
          "column": 53
        },
        "end": {
          "line": 683,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 21808,
      "end": 21813,
      "loc": {
        "start": {
          "line": 684,
          "column": 4
        },
        "end": {
          "line": 684,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 21814,
      "end": 21823,
      "loc": {
        "start": {
          "line": 684,
          "column": 10
        },
        "end": {
          "line": 684,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 21824,
      "end": 21825,
      "loc": {
        "start": {
          "line": 684,
          "column": 20
        },
        "end": {
          "line": 684,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "wrapSingleQuote",
      "start": 21826,
      "end": 21841,
      "loc": {
        "start": {
          "line": 684,
          "column": 22
        },
        "end": {
          "line": 684,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21841,
      "end": 21842,
      "loc": {
        "start": {
          "line": 684,
          "column": 37
        },
        "end": {
          "line": 684,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 21842,
      "end": 21847,
      "loc": {
        "start": {
          "line": 684,
          "column": 38
        },
        "end": {
          "line": 684,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21847,
      "end": 21848,
      "loc": {
        "start": {
          "line": 684,
          "column": 43
        },
        "end": {
          "line": 684,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 21848,
      "end": 21857,
      "loc": {
        "start": {
          "line": 684,
          "column": 44
        },
        "end": {
          "line": 684,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 21858,
      "end": 21860,
      "loc": {
        "start": {
          "line": 684,
          "column": 54
        },
        "end": {
          "line": 684,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 21861,
      "end": 21866,
      "loc": {
        "start": {
          "line": 684,
          "column": 57
        },
        "end": {
          "line": 684,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21866,
      "end": 21867,
      "loc": {
        "start": {
          "line": 684,
          "column": 62
        },
        "end": {
          "line": 684,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21867,
      "end": 21868,
      "loc": {
        "start": {
          "line": 684,
          "column": 63
        },
        "end": {
          "line": 684,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 21873,
      "end": 21879,
      "loc": {
        "start": {
          "line": 685,
          "column": 4
        },
        "end": {
          "line": 685,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21880,
      "end": 21881,
      "loc": {
        "start": {
          "line": 685,
          "column": 11
        },
        "end": {
          "line": 685,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SELECT K.TABLE_NAME AS tableName,",
      "start": 21888,
      "end": 21923,
      "loc": {
        "start": {
          "line": 686,
          "column": 6
        },
        "end": {
          "line": 686,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21923,
      "end": 21924,
      "loc": {
        "start": {
          "line": 686,
          "column": 41
        },
        "end": {
          "line": 686,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "K.COLUMN_NAME AS columnName,",
      "start": 21931,
      "end": 21961,
      "loc": {
        "start": {
          "line": 687,
          "column": 6
        },
        "end": {
          "line": 687,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21961,
      "end": 21962,
      "loc": {
        "start": {
          "line": 687,
          "column": 36
        },
        "end": {
          "line": 687,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "K.CONSTRAINT_NAME AS constraintName",
      "start": 21969,
      "end": 22006,
      "loc": {
        "start": {
          "line": 688,
          "column": 6
        },
        "end": {
          "line": 688,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22006,
      "end": 22007,
      "loc": {
        "start": {
          "line": 688,
          "column": 43
        },
        "end": {
          "line": 688,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "FROM INFORMATION_SCHEMA.TABLE_CONSTRAINTS AS C",
      "start": 22014,
      "end": 22062,
      "loc": {
        "start": {
          "line": 689,
          "column": 6
        },
        "end": {
          "line": 689,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22062,
      "end": 22063,
      "loc": {
        "start": {
          "line": 689,
          "column": 54
        },
        "end": {
          "line": 689,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "JOIN INFORMATION_SCHEMA.KEY_COLUMN_USAGE AS K",
      "start": 22070,
      "end": 22117,
      "loc": {
        "start": {
          "line": 690,
          "column": 6
        },
        "end": {
          "line": 690,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22117,
      "end": 22118,
      "loc": {
        "start": {
          "line": 690,
          "column": 53
        },
        "end": {
          "line": 690,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "ON C.TABLE_NAME = K.TABLE_NAME",
      "start": 22125,
      "end": 22157,
      "loc": {
        "start": {
          "line": 691,
          "column": 6
        },
        "end": {
          "line": 691,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22157,
      "end": 22158,
      "loc": {
        "start": {
          "line": 691,
          "column": 38
        },
        "end": {
          "line": 691,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "AND C.CONSTRAINT_CATALOG = K.CONSTRAINT_CATALOG",
      "start": 22165,
      "end": 22214,
      "loc": {
        "start": {
          "line": 692,
          "column": 6
        },
        "end": {
          "line": 692,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22214,
      "end": 22215,
      "loc": {
        "start": {
          "line": 692,
          "column": 55
        },
        "end": {
          "line": 692,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "AND C.CONSTRAINT_SCHEMA = K.CONSTRAINT_SCHEMA",
      "start": 22222,
      "end": 22269,
      "loc": {
        "start": {
          "line": 693,
          "column": 6
        },
        "end": {
          "line": 693,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22269,
      "end": 22270,
      "loc": {
        "start": {
          "line": 693,
          "column": 53
        },
        "end": {
          "line": 693,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "AND C.CONSTRAINT_NAME = K.CONSTRAINT_NAME",
      "start": 22277,
      "end": 22320,
      "loc": {
        "start": {
          "line": 694,
          "column": 6
        },
        "end": {
          "line": 694,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22320,
      "end": 22321,
      "loc": {
        "start": {
          "line": 694,
          "column": 49
        },
        "end": {
          "line": 694,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "WHERE C.CONSTRAINT_TYPE = 'PRIMARY KEY'",
      "start": 22328,
      "end": 22371,
      "loc": {
        "start": {
          "line": 695,
          "column": 6
        },
        "end": {
          "line": 695,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22371,
      "end": 22372,
      "loc": {
        "start": {
          "line": 695,
          "column": 49
        },
        "end": {
          "line": 695,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22379,
      "end": 22380,
      "loc": {
        "start": {
          "line": 696,
          "column": 6
        },
        "end": {
          "line": 696,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "AND K.COLUMN_NAME = ",
      "start": 22380,
      "end": 22400,
      "loc": {
        "start": {
          "line": 696,
          "column": 7
        },
        "end": {
          "line": 696,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22400,
      "end": 22402,
      "loc": {
        "start": {
          "line": 696,
          "column": 27
        },
        "end": {
          "line": 696,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "wrapSingleQuote",
      "start": 22402,
      "end": 22417,
      "loc": {
        "start": {
          "line": 696,
          "column": 29
        },
        "end": {
          "line": 696,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22417,
      "end": 22418,
      "loc": {
        "start": {
          "line": 696,
          "column": 44
        },
        "end": {
          "line": 696,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeName",
      "start": 22418,
      "end": 22431,
      "loc": {
        "start": {
          "line": 696,
          "column": 45
        },
        "end": {
          "line": 696,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22431,
      "end": 22432,
      "loc": {
        "start": {
          "line": 696,
          "column": 58
        },
        "end": {
          "line": 696,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22432,
      "end": 22433,
      "loc": {
        "start": {
          "line": 696,
          "column": 59
        },
        "end": {
          "line": 696,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 22433,
      "end": 22433,
      "loc": {
        "start": {
          "line": 696,
          "column": 60
        },
        "end": {
          "line": 696,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22433,
      "end": 22434,
      "loc": {
        "start": {
          "line": 696,
          "column": 60
        },
        "end": {
          "line": 696,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22434,
      "end": 22435,
      "loc": {
        "start": {
          "line": 696,
          "column": 61
        },
        "end": {
          "line": 696,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22442,
      "end": 22443,
      "loc": {
        "start": {
          "line": 697,
          "column": 6
        },
        "end": {
          "line": 697,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "AND K.TABLE_NAME = ",
      "start": 22443,
      "end": 22462,
      "loc": {
        "start": {
          "line": 697,
          "column": 7
        },
        "end": {
          "line": 697,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22462,
      "end": 22464,
      "loc": {
        "start": {
          "line": 697,
          "column": 26
        },
        "end": {
          "line": 697,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 22464,
      "end": 22473,
      "loc": {
        "start": {
          "line": 697,
          "column": 28
        },
        "end": {
          "line": 697,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22473,
      "end": 22474,
      "loc": {
        "start": {
          "line": 697,
          "column": 37
        },
        "end": {
          "line": 697,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ";",
      "start": 22474,
      "end": 22475,
      "loc": {
        "start": {
          "line": 697,
          "column": 38
        },
        "end": {
          "line": 697,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22475,
      "end": 22476,
      "loc": {
        "start": {
          "line": 697,
          "column": 39
        },
        "end": {
          "line": 697,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22481,
      "end": 22482,
      "loc": {
        "start": {
          "line": 698,
          "column": 4
        },
        "end": {
          "line": 698,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22482,
      "end": 22483,
      "loc": {
        "start": {
          "line": 698,
          "column": 5
        },
        "end": {
          "line": 698,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 22483,
      "end": 22487,
      "loc": {
        "start": {
          "line": 698,
          "column": 6
        },
        "end": {
          "line": 698,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22487,
      "end": 22488,
      "loc": {
        "start": {
          "line": 698,
          "column": 10
        },
        "end": {
          "line": 698,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ",
      "start": 22488,
      "end": 22491,
      "loc": {
        "start": {
          "line": 698,
          "column": 11
        },
        "end": {
          "line": 698,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22491,
      "end": 22492,
      "loc": {
        "start": {
          "line": 698,
          "column": 14
        },
        "end": {
          "line": 698,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22492,
      "end": 22493,
      "loc": {
        "start": {
          "line": 698,
          "column": 15
        },
        "end": {
          "line": 698,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22496,
      "end": 22497,
      "loc": {
        "start": {
          "line": 699,
          "column": 2
        },
        "end": {
          "line": 699,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22497,
      "end": 22498,
      "loc": {
        "start": {
          "line": 699,
          "column": 3
        },
        "end": {
          "line": 699,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dropForeignKeyQuery",
      "start": 22502,
      "end": 22521,
      "loc": {
        "start": {
          "line": 701,
          "column": 2
        },
        "end": {
          "line": 701,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22521,
      "end": 22522,
      "loc": {
        "start": {
          "line": 701,
          "column": 21
        },
        "end": {
          "line": 701,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 22522,
      "end": 22531,
      "loc": {
        "start": {
          "line": 701,
          "column": 22
        },
        "end": {
          "line": 701,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22531,
      "end": 22532,
      "loc": {
        "start": {
          "line": 701,
          "column": 31
        },
        "end": {
          "line": 701,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "foreignKey",
      "start": 22533,
      "end": 22543,
      "loc": {
        "start": {
          "line": 701,
          "column": 33
        },
        "end": {
          "line": 701,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22543,
      "end": 22544,
      "loc": {
        "start": {
          "line": 701,
          "column": 43
        },
        "end": {
          "line": 701,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22545,
      "end": 22546,
      "loc": {
        "start": {
          "line": 701,
          "column": 45
        },
        "end": {
          "line": 701,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 22551,
      "end": 22557,
      "loc": {
        "start": {
          "line": 702,
          "column": 4
        },
        "end": {
          "line": 702,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 22558,
      "end": 22563,
      "loc": {
        "start": {
          "line": 702,
          "column": 11
        },
        "end": {
          "line": 702,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22563,
      "end": 22564,
      "loc": {
        "start": {
          "line": 702,
          "column": 16
        },
        "end": {
          "line": 702,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 22564,
      "end": 22565,
      "loc": {
        "start": {
          "line": 702,
          "column": 17
        },
        "end": {
          "line": 702,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22565,
      "end": 22566,
      "loc": {
        "start": {
          "line": 702,
          "column": 18
        },
        "end": {
          "line": 702,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 22566,
      "end": 22574,
      "loc": {
        "start": {
          "line": 702,
          "column": 19
        },
        "end": {
          "line": 702,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22574,
      "end": 22575,
      "loc": {
        "start": {
          "line": 702,
          "column": 27
        },
        "end": {
          "line": 702,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "ALTER TABLE <%= table %> DROP <%= key %>",
      "start": 22575,
      "end": 22617,
      "loc": {
        "start": {
          "line": 702,
          "column": 28
        },
        "end": {
          "line": 702,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22617,
      "end": 22618,
      "loc": {
        "start": {
          "line": 702,
          "column": 70
        },
        "end": {
          "line": 702,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22618,
      "end": 22619,
      "loc": {
        "start": {
          "line": 702,
          "column": 71
        },
        "end": {
          "line": 702,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22619,
      "end": 22620,
      "loc": {
        "start": {
          "line": 702,
          "column": 72
        },
        "end": {
          "line": 702,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 22627,
      "end": 22632,
      "loc": {
        "start": {
          "line": 703,
          "column": 6
        },
        "end": {
          "line": 703,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22632,
      "end": 22633,
      "loc": {
        "start": {
          "line": 703,
          "column": 11
        },
        "end": {
          "line": 703,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 22634,
      "end": 22638,
      "loc": {
        "start": {
          "line": 703,
          "column": 13
        },
        "end": {
          "line": 703,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22638,
      "end": 22639,
      "loc": {
        "start": {
          "line": 703,
          "column": 17
        },
        "end": {
          "line": 703,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 22639,
      "end": 22649,
      "loc": {
        "start": {
          "line": 703,
          "column": 18
        },
        "end": {
          "line": 703,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22649,
      "end": 22650,
      "loc": {
        "start": {
          "line": 703,
          "column": 28
        },
        "end": {
          "line": 703,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 22650,
      "end": 22659,
      "loc": {
        "start": {
          "line": 703,
          "column": 29
        },
        "end": {
          "line": 703,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22659,
      "end": 22660,
      "loc": {
        "start": {
          "line": 703,
          "column": 38
        },
        "end": {
          "line": 703,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22660,
      "end": 22661,
      "loc": {
        "start": {
          "line": 703,
          "column": 39
        },
        "end": {
          "line": 703,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 22668,
      "end": 22671,
      "loc": {
        "start": {
          "line": 704,
          "column": 6
        },
        "end": {
          "line": 704,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22671,
      "end": 22672,
      "loc": {
        "start": {
          "line": 704,
          "column": 9
        },
        "end": {
          "line": 704,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 22673,
      "end": 22677,
      "loc": {
        "start": {
          "line": 704,
          "column": 11
        },
        "end": {
          "line": 704,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22677,
      "end": 22678,
      "loc": {
        "start": {
          "line": 704,
          "column": 15
        },
        "end": {
          "line": 704,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 22678,
      "end": 22693,
      "loc": {
        "start": {
          "line": 704,
          "column": 16
        },
        "end": {
          "line": 704,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22693,
      "end": 22694,
      "loc": {
        "start": {
          "line": 704,
          "column": 31
        },
        "end": {
          "line": 704,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "foreignKey",
      "start": 22694,
      "end": 22704,
      "loc": {
        "start": {
          "line": 704,
          "column": 32
        },
        "end": {
          "line": 704,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22704,
      "end": 22705,
      "loc": {
        "start": {
          "line": 704,
          "column": 42
        },
        "end": {
          "line": 704,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22710,
      "end": 22711,
      "loc": {
        "start": {
          "line": 705,
          "column": 4
        },
        "end": {
          "line": 705,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22711,
      "end": 22712,
      "loc": {
        "start": {
          "line": 705,
          "column": 5
        },
        "end": {
          "line": 705,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22712,
      "end": 22713,
      "loc": {
        "start": {
          "line": 705,
          "column": 6
        },
        "end": {
          "line": 705,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22716,
      "end": 22717,
      "loc": {
        "start": {
          "line": 706,
          "column": 2
        },
        "end": {
          "line": 706,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22717,
      "end": 22718,
      "loc": {
        "start": {
          "line": 706,
          "column": 3
        },
        "end": {
          "line": 706,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getDefaultConstraintQuery",
      "start": 22722,
      "end": 22747,
      "loc": {
        "start": {
          "line": 708,
          "column": 2
        },
        "end": {
          "line": 708,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22747,
      "end": 22748,
      "loc": {
        "start": {
          "line": 708,
          "column": 27
        },
        "end": {
          "line": 708,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 22748,
      "end": 22757,
      "loc": {
        "start": {
          "line": 708,
          "column": 28
        },
        "end": {
          "line": 708,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22757,
      "end": 22758,
      "loc": {
        "start": {
          "line": 708,
          "column": 37
        },
        "end": {
          "line": 708,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeName",
      "start": 22759,
      "end": 22772,
      "loc": {
        "start": {
          "line": 708,
          "column": 39
        },
        "end": {
          "line": 708,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22772,
      "end": 22773,
      "loc": {
        "start": {
          "line": 708,
          "column": 52
        },
        "end": {
          "line": 708,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22774,
      "end": 22775,
      "loc": {
        "start": {
          "line": 708,
          "column": 54
        },
        "end": {
          "line": 708,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 22780,
      "end": 22783,
      "loc": {
        "start": {
          "line": 709,
          "column": 4
        },
        "end": {
          "line": 709,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 22784,
      "end": 22787,
      "loc": {
        "start": {
          "line": 709,
          "column": 8
        },
        "end": {
          "line": 709,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 22788,
      "end": 22789,
      "loc": {
        "start": {
          "line": 709,
          "column": 12
        },
        "end": {
          "line": 709,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SELECT name FROM SYS.DEFAULT_CONSTRAINTS ",
      "start": 22790,
      "end": 22833,
      "loc": {
        "start": {
          "line": 709,
          "column": 14
        },
        "end": {
          "line": 709,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 22834,
      "end": 22835,
      "loc": {
        "start": {
          "line": 709,
          "column": 58
        },
        "end": {
          "line": 709,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "WHERE PARENT_OBJECT_ID = OBJECT_ID('<%= table %>', 'U') ",
      "start": 22842,
      "end": 22900,
      "loc": {
        "start": {
          "line": 710,
          "column": 6
        },
        "end": {
          "line": 710,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 22901,
      "end": 22902,
      "loc": {
        "start": {
          "line": 710,
          "column": 65
        },
        "end": {
          "line": 710,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "AND PARENT_COLUMN_ID = (SELECT column_id FROM sys.columns WHERE NAME = ('<%= column %>') ",
      "start": 22909,
      "end": 23000,
      "loc": {
        "start": {
          "line": 711,
          "column": 6
        },
        "end": {
          "line": 711,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 23001,
      "end": 23002,
      "loc": {
        "start": {
          "line": 711,
          "column": 98
        },
        "end": {
          "line": 711,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "AND object_id = OBJECT_ID('<%= table %>', 'U'));",
      "start": 23009,
      "end": 23059,
      "loc": {
        "start": {
          "line": 712,
          "column": 6
        },
        "end": {
          "line": 712,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23059,
      "end": 23060,
      "loc": {
        "start": {
          "line": 712,
          "column": 56
        },
        "end": {
          "line": 712,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 23065,
      "end": 23071,
      "loc": {
        "start": {
          "line": 713,
          "column": 4
        },
        "end": {
          "line": 713,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 23072,
      "end": 23077,
      "loc": {
        "start": {
          "line": 713,
          "column": 11
        },
        "end": {
          "line": 713,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23077,
      "end": 23078,
      "loc": {
        "start": {
          "line": 713,
          "column": 16
        },
        "end": {
          "line": 713,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 23078,
      "end": 23079,
      "loc": {
        "start": {
          "line": 713,
          "column": 17
        },
        "end": {
          "line": 713,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23079,
      "end": 23080,
      "loc": {
        "start": {
          "line": 713,
          "column": 18
        },
        "end": {
          "line": 713,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 23080,
      "end": 23088,
      "loc": {
        "start": {
          "line": 713,
          "column": 19
        },
        "end": {
          "line": 713,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23088,
      "end": 23089,
      "loc": {
        "start": {
          "line": 713,
          "column": 27
        },
        "end": {
          "line": 713,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 23089,
      "end": 23092,
      "loc": {
        "start": {
          "line": 713,
          "column": 28
        },
        "end": {
          "line": 713,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23092,
      "end": 23093,
      "loc": {
        "start": {
          "line": 713,
          "column": 31
        },
        "end": {
          "line": 713,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23093,
      "end": 23094,
      "loc": {
        "start": {
          "line": 713,
          "column": 32
        },
        "end": {
          "line": 713,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23094,
      "end": 23095,
      "loc": {
        "start": {
          "line": 713,
          "column": 33
        },
        "end": {
          "line": 713,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 23102,
      "end": 23107,
      "loc": {
        "start": {
          "line": 714,
          "column": 6
        },
        "end": {
          "line": 714,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23107,
      "end": 23108,
      "loc": {
        "start": {
          "line": 714,
          "column": 11
        },
        "end": {
          "line": 714,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 23109,
      "end": 23113,
      "loc": {
        "start": {
          "line": 714,
          "column": 13
        },
        "end": {
          "line": 714,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23113,
      "end": 23114,
      "loc": {
        "start": {
          "line": 714,
          "column": 17
        },
        "end": {
          "line": 714,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 23114,
      "end": 23124,
      "loc": {
        "start": {
          "line": 714,
          "column": 18
        },
        "end": {
          "line": 714,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23124,
      "end": 23125,
      "loc": {
        "start": {
          "line": 714,
          "column": 28
        },
        "end": {
          "line": 714,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 23125,
      "end": 23134,
      "loc": {
        "start": {
          "line": 714,
          "column": 29
        },
        "end": {
          "line": 714,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23134,
      "end": 23135,
      "loc": {
        "start": {
          "line": 714,
          "column": 38
        },
        "end": {
          "line": 714,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23135,
      "end": 23136,
      "loc": {
        "start": {
          "line": 714,
          "column": 39
        },
        "end": {
          "line": 714,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "column",
      "start": 23143,
      "end": 23149,
      "loc": {
        "start": {
          "line": 715,
          "column": 6
        },
        "end": {
          "line": 715,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23149,
      "end": 23150,
      "loc": {
        "start": {
          "line": 715,
          "column": 12
        },
        "end": {
          "line": 715,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeName",
      "start": 23151,
      "end": 23164,
      "loc": {
        "start": {
          "line": 715,
          "column": 14
        },
        "end": {
          "line": 715,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23169,
      "end": 23170,
      "loc": {
        "start": {
          "line": 716,
          "column": 4
        },
        "end": {
          "line": 716,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23170,
      "end": 23171,
      "loc": {
        "start": {
          "line": 716,
          "column": 5
        },
        "end": {
          "line": 716,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23171,
      "end": 23172,
      "loc": {
        "start": {
          "line": 716,
          "column": 6
        },
        "end": {
          "line": 716,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23175,
      "end": 23176,
      "loc": {
        "start": {
          "line": 717,
          "column": 2
        },
        "end": {
          "line": 717,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23176,
      "end": 23177,
      "loc": {
        "start": {
          "line": 717,
          "column": 3
        },
        "end": {
          "line": 717,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dropConstraintQuery",
      "start": 23181,
      "end": 23200,
      "loc": {
        "start": {
          "line": 719,
          "column": 2
        },
        "end": {
          "line": 719,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23200,
      "end": 23201,
      "loc": {
        "start": {
          "line": 719,
          "column": 21
        },
        "end": {
          "line": 719,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 23201,
      "end": 23210,
      "loc": {
        "start": {
          "line": 719,
          "column": 22
        },
        "end": {
          "line": 719,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23210,
      "end": 23211,
      "loc": {
        "start": {
          "line": 719,
          "column": 31
        },
        "end": {
          "line": 719,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constraintName",
      "start": 23212,
      "end": 23226,
      "loc": {
        "start": {
          "line": 719,
          "column": 33
        },
        "end": {
          "line": 719,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23226,
      "end": 23227,
      "loc": {
        "start": {
          "line": 719,
          "column": 47
        },
        "end": {
          "line": 719,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23228,
      "end": 23229,
      "loc": {
        "start": {
          "line": 719,
          "column": 49
        },
        "end": {
          "line": 719,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 23234,
      "end": 23237,
      "loc": {
        "start": {
          "line": 720,
          "column": 4
        },
        "end": {
          "line": 720,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 23238,
      "end": 23241,
      "loc": {
        "start": {
          "line": 720,
          "column": 8
        },
        "end": {
          "line": 720,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 23242,
      "end": 23243,
      "loc": {
        "start": {
          "line": 720,
          "column": 12
        },
        "end": {
          "line": 720,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "ALTER TABLE <%= table %> DROP CONSTRAINT <%= constraint %>;",
      "start": 23244,
      "end": 23305,
      "loc": {
        "start": {
          "line": 720,
          "column": 14
        },
        "end": {
          "line": 720,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23305,
      "end": 23306,
      "loc": {
        "start": {
          "line": 720,
          "column": 75
        },
        "end": {
          "line": 720,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 23311,
      "end": 23317,
      "loc": {
        "start": {
          "line": 721,
          "column": 4
        },
        "end": {
          "line": 721,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 23318,
      "end": 23323,
      "loc": {
        "start": {
          "line": 721,
          "column": 11
        },
        "end": {
          "line": 721,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23323,
      "end": 23324,
      "loc": {
        "start": {
          "line": 721,
          "column": 16
        },
        "end": {
          "line": 721,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 23324,
      "end": 23325,
      "loc": {
        "start": {
          "line": 721,
          "column": 17
        },
        "end": {
          "line": 721,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23325,
      "end": 23326,
      "loc": {
        "start": {
          "line": 721,
          "column": 18
        },
        "end": {
          "line": 721,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 23326,
      "end": 23334,
      "loc": {
        "start": {
          "line": 721,
          "column": 19
        },
        "end": {
          "line": 721,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23334,
      "end": 23335,
      "loc": {
        "start": {
          "line": 721,
          "column": 27
        },
        "end": {
          "line": 721,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 23335,
      "end": 23338,
      "loc": {
        "start": {
          "line": 721,
          "column": 28
        },
        "end": {
          "line": 721,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23338,
      "end": 23339,
      "loc": {
        "start": {
          "line": 721,
          "column": 31
        },
        "end": {
          "line": 721,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23339,
      "end": 23340,
      "loc": {
        "start": {
          "line": 721,
          "column": 32
        },
        "end": {
          "line": 721,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23340,
      "end": 23341,
      "loc": {
        "start": {
          "line": 721,
          "column": 33
        },
        "end": {
          "line": 721,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 23348,
      "end": 23353,
      "loc": {
        "start": {
          "line": 722,
          "column": 6
        },
        "end": {
          "line": 722,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23353,
      "end": 23354,
      "loc": {
        "start": {
          "line": 722,
          "column": 11
        },
        "end": {
          "line": 722,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 23355,
      "end": 23359,
      "loc": {
        "start": {
          "line": 722,
          "column": 13
        },
        "end": {
          "line": 722,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23359,
      "end": 23360,
      "loc": {
        "start": {
          "line": 722,
          "column": 17
        },
        "end": {
          "line": 722,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 23360,
      "end": 23370,
      "loc": {
        "start": {
          "line": 722,
          "column": 18
        },
        "end": {
          "line": 722,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23370,
      "end": 23371,
      "loc": {
        "start": {
          "line": 722,
          "column": 28
        },
        "end": {
          "line": 722,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 23371,
      "end": 23380,
      "loc": {
        "start": {
          "line": 722,
          "column": 29
        },
        "end": {
          "line": 722,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23380,
      "end": 23381,
      "loc": {
        "start": {
          "line": 722,
          "column": 38
        },
        "end": {
          "line": 722,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23381,
      "end": 23382,
      "loc": {
        "start": {
          "line": 722,
          "column": 39
        },
        "end": {
          "line": 722,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constraint",
      "start": 23389,
      "end": 23399,
      "loc": {
        "start": {
          "line": 723,
          "column": 6
        },
        "end": {
          "line": 723,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23399,
      "end": 23400,
      "loc": {
        "start": {
          "line": 723,
          "column": 16
        },
        "end": {
          "line": 723,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 23401,
      "end": 23405,
      "loc": {
        "start": {
          "line": 723,
          "column": 18
        },
        "end": {
          "line": 723,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23405,
      "end": 23406,
      "loc": {
        "start": {
          "line": 723,
          "column": 22
        },
        "end": {
          "line": 723,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 23406,
      "end": 23421,
      "loc": {
        "start": {
          "line": 723,
          "column": 23
        },
        "end": {
          "line": 723,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23421,
      "end": 23422,
      "loc": {
        "start": {
          "line": 723,
          "column": 38
        },
        "end": {
          "line": 723,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constraintName",
      "start": 23422,
      "end": 23436,
      "loc": {
        "start": {
          "line": 723,
          "column": 39
        },
        "end": {
          "line": 723,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23436,
      "end": 23437,
      "loc": {
        "start": {
          "line": 723,
          "column": 53
        },
        "end": {
          "line": 723,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23442,
      "end": 23443,
      "loc": {
        "start": {
          "line": 724,
          "column": 4
        },
        "end": {
          "line": 724,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23443,
      "end": 23444,
      "loc": {
        "start": {
          "line": 724,
          "column": 5
        },
        "end": {
          "line": 724,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23444,
      "end": 23445,
      "loc": {
        "start": {
          "line": 724,
          "column": 6
        },
        "end": {
          "line": 724,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23448,
      "end": 23449,
      "loc": {
        "start": {
          "line": 725,
          "column": 2
        },
        "end": {
          "line": 725,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23449,
      "end": 23450,
      "loc": {
        "start": {
          "line": 725,
          "column": 3
        },
        "end": {
          "line": 725,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setAutocommitQuery",
      "start": 23454,
      "end": 23472,
      "loc": {
        "start": {
          "line": 727,
          "column": 2
        },
        "end": {
          "line": 727,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23472,
      "end": 23473,
      "loc": {
        "start": {
          "line": 727,
          "column": 20
        },
        "end": {
          "line": 727,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 23473,
      "end": 23478,
      "loc": {
        "start": {
          "line": 727,
          "column": 21
        },
        "end": {
          "line": 727,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23478,
      "end": 23479,
      "loc": {
        "start": {
          "line": 727,
          "column": 26
        },
        "end": {
          "line": 727,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23480,
      "end": 23481,
      "loc": {
        "start": {
          "line": 727,
          "column": 28
        },
        "end": {
          "line": 727,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 23486,
      "end": 23492,
      "loc": {
        "start": {
          "line": 728,
          "column": 4
        },
        "end": {
          "line": 728,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 23493,
      "end": 23495,
      "loc": {
        "start": {
          "line": 728,
          "column": 11
        },
        "end": {
          "line": 728,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23495,
      "end": 23496,
      "loc": {
        "start": {
          "line": 728,
          "column": 13
        },
        "end": {
          "line": 728,
          "column": 14
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " return 'SET IMPLICIT_TRANSACTIONS ' + (!!value ? 'OFF' : 'ON') + ';';",
      "start": 23501,
      "end": 23573,
      "loc": {
        "start": {
          "line": 729,
          "column": 4
        },
        "end": {
          "line": 729,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23576,
      "end": 23577,
      "loc": {
        "start": {
          "line": 730,
          "column": 2
        },
        "end": {
          "line": 730,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23577,
      "end": 23578,
      "loc": {
        "start": {
          "line": 730,
          "column": 3
        },
        "end": {
          "line": 730,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setIsolationLevelQuery",
      "start": 23582,
      "end": 23604,
      "loc": {
        "start": {
          "line": 732,
          "column": 2
        },
        "end": {
          "line": 732,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23604,
      "end": 23605,
      "loc": {
        "start": {
          "line": 732,
          "column": 24
        },
        "end": {
          "line": 732,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 23605,
      "end": 23610,
      "loc": {
        "start": {
          "line": 732,
          "column": 25
        },
        "end": {
          "line": 732,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23610,
      "end": 23611,
      "loc": {
        "start": {
          "line": 732,
          "column": 30
        },
        "end": {
          "line": 732,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 23612,
      "end": 23619,
      "loc": {
        "start": {
          "line": 732,
          "column": 32
        },
        "end": {
          "line": 732,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23619,
      "end": 23620,
      "loc": {
        "start": {
          "line": 732,
          "column": 39
        },
        "end": {
          "line": 732,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23621,
      "end": 23622,
      "loc": {
        "start": {
          "line": 732,
          "column": 41
        },
        "end": {
          "line": 732,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23626,
      "end": 23627,
      "loc": {
        "start": {
          "line": 734,
          "column": 2
        },
        "end": {
          "line": 734,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23627,
      "end": 23628,
      "loc": {
        "start": {
          "line": 734,
          "column": 3
        },
        "end": {
          "line": 734,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "generateTransactionId",
      "start": 23632,
      "end": 23653,
      "loc": {
        "start": {
          "line": 736,
          "column": 2
        },
        "end": {
          "line": 736,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23653,
      "end": 23654,
      "loc": {
        "start": {
          "line": 736,
          "column": 23
        },
        "end": {
          "line": 736,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23654,
      "end": 23655,
      "loc": {
        "start": {
          "line": 736,
          "column": 24
        },
        "end": {
          "line": 736,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23656,
      "end": 23657,
      "loc": {
        "start": {
          "line": 736,
          "column": 26
        },
        "end": {
          "line": 736,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 23662,
      "end": 23668,
      "loc": {
        "start": {
          "line": 737,
          "column": 4
        },
        "end": {
          "line": 737,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "randomBytes",
      "start": 23669,
      "end": 23680,
      "loc": {
        "start": {
          "line": 737,
          "column": 11
        },
        "end": {
          "line": 737,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23680,
      "end": 23681,
      "loc": {
        "start": {
          "line": 737,
          "column": 22
        },
        "end": {
          "line": 737,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 10,
      "start": 23681,
      "end": 23683,
      "loc": {
        "start": {
          "line": 737,
          "column": 23
        },
        "end": {
          "line": 737,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23683,
      "end": 23684,
      "loc": {
        "start": {
          "line": 737,
          "column": 25
        },
        "end": {
          "line": 737,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23684,
      "end": 23685,
      "loc": {
        "start": {
          "line": 737,
          "column": 26
        },
        "end": {
          "line": 737,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toString",
      "start": 23685,
      "end": 23693,
      "loc": {
        "start": {
          "line": 737,
          "column": 27
        },
        "end": {
          "line": 737,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23693,
      "end": 23694,
      "loc": {
        "start": {
          "line": 737,
          "column": 35
        },
        "end": {
          "line": 737,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "hex",
      "start": 23694,
      "end": 23699,
      "loc": {
        "start": {
          "line": 737,
          "column": 36
        },
        "end": {
          "line": 737,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23699,
      "end": 23700,
      "loc": {
        "start": {
          "line": 737,
          "column": 41
        },
        "end": {
          "line": 737,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23700,
      "end": 23701,
      "loc": {
        "start": {
          "line": 737,
          "column": 42
        },
        "end": {
          "line": 737,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23704,
      "end": 23705,
      "loc": {
        "start": {
          "line": 738,
          "column": 2
        },
        "end": {
          "line": 738,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23705,
      "end": 23706,
      "loc": {
        "start": {
          "line": 738,
          "column": 3
        },
        "end": {
          "line": 738,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startTransactionQuery",
      "start": 23710,
      "end": 23731,
      "loc": {
        "start": {
          "line": 740,
          "column": 2
        },
        "end": {
          "line": 740,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23731,
      "end": 23732,
      "loc": {
        "start": {
          "line": 740,
          "column": 23
        },
        "end": {
          "line": 740,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 23732,
      "end": 23743,
      "loc": {
        "start": {
          "line": 740,
          "column": 24
        },
        "end": {
          "line": 740,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23743,
      "end": 23744,
      "loc": {
        "start": {
          "line": 740,
          "column": 35
        },
        "end": {
          "line": 740,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 23745,
      "end": 23752,
      "loc": {
        "start": {
          "line": 740,
          "column": 37
        },
        "end": {
          "line": 740,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23752,
      "end": 23753,
      "loc": {
        "start": {
          "line": 740,
          "column": 44
        },
        "end": {
          "line": 740,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23754,
      "end": 23755,
      "loc": {
        "start": {
          "line": 740,
          "column": 46
        },
        "end": {
          "line": 740,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 23760,
      "end": 23762,
      "loc": {
        "start": {
          "line": 741,
          "column": 4
        },
        "end": {
          "line": 741,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23763,
      "end": 23764,
      "loc": {
        "start": {
          "line": 741,
          "column": 7
        },
        "end": {
          "line": 741,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 23764,
      "end": 23775,
      "loc": {
        "start": {
          "line": 741,
          "column": 8
        },
        "end": {
          "line": 741,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23775,
      "end": 23776,
      "loc": {
        "start": {
          "line": 741,
          "column": 19
        },
        "end": {
          "line": 741,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 23776,
      "end": 23782,
      "loc": {
        "start": {
          "line": 741,
          "column": 20
        },
        "end": {
          "line": 741,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23782,
      "end": 23783,
      "loc": {
        "start": {
          "line": 741,
          "column": 26
        },
        "end": {
          "line": 741,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23784,
      "end": 23785,
      "loc": {
        "start": {
          "line": 741,
          "column": 28
        },
        "end": {
          "line": 741,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 23792,
      "end": 23798,
      "loc": {
        "start": {
          "line": 742,
          "column": 6
        },
        "end": {
          "line": 742,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SAVE TRANSACTION ",
      "start": 23799,
      "end": 23818,
      "loc": {
        "start": {
          "line": 742,
          "column": 13
        },
        "end": {
          "line": 742,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 23819,
      "end": 23820,
      "loc": {
        "start": {
          "line": 742,
          "column": 33
        },
        "end": {
          "line": 742,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 23821,
      "end": 23825,
      "loc": {
        "start": {
          "line": 742,
          "column": 35
        },
        "end": {
          "line": 742,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23825,
      "end": 23826,
      "loc": {
        "start": {
          "line": 742,
          "column": 39
        },
        "end": {
          "line": 742,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 23826,
      "end": 23841,
      "loc": {
        "start": {
          "line": 742,
          "column": 40
        },
        "end": {
          "line": 742,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23841,
      "end": 23842,
      "loc": {
        "start": {
          "line": 742,
          "column": 55
        },
        "end": {
          "line": 742,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 23842,
      "end": 23853,
      "loc": {
        "start": {
          "line": 742,
          "column": 56
        },
        "end": {
          "line": 742,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23853,
      "end": 23854,
      "loc": {
        "start": {
          "line": 742,
          "column": 67
        },
        "end": {
          "line": 742,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 23854,
      "end": 23858,
      "loc": {
        "start": {
          "line": 742,
          "column": 68
        },
        "end": {
          "line": 742,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23858,
      "end": 23859,
      "loc": {
        "start": {
          "line": 742,
          "column": 72
        },
        "end": {
          "line": 742,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 23860,
      "end": 23861,
      "loc": {
        "start": {
          "line": 742,
          "column": 74
        },
        "end": {
          "line": 742,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ";",
      "start": 23862,
      "end": 23865,
      "loc": {
        "start": {
          "line": 742,
          "column": 76
        },
        "end": {
          "line": 742,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23865,
      "end": 23866,
      "loc": {
        "start": {
          "line": 742,
          "column": 79
        },
        "end": {
          "line": 742,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23871,
      "end": 23872,
      "loc": {
        "start": {
          "line": 743,
          "column": 4
        },
        "end": {
          "line": 743,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 23878,
      "end": 23884,
      "loc": {
        "start": {
          "line": 745,
          "column": 4
        },
        "end": {
          "line": 745,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "BEGIN TRANSACTION;",
      "start": 23885,
      "end": 23905,
      "loc": {
        "start": {
          "line": 745,
          "column": 11
        },
        "end": {
          "line": 745,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23905,
      "end": 23906,
      "loc": {
        "start": {
          "line": 745,
          "column": 31
        },
        "end": {
          "line": 745,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23909,
      "end": 23910,
      "loc": {
        "start": {
          "line": 746,
          "column": 2
        },
        "end": {
          "line": 746,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23910,
      "end": 23911,
      "loc": {
        "start": {
          "line": 746,
          "column": 3
        },
        "end": {
          "line": 746,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "commitTransactionQuery",
      "start": 23915,
      "end": 23937,
      "loc": {
        "start": {
          "line": 748,
          "column": 2
        },
        "end": {
          "line": 748,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23937,
      "end": 23938,
      "loc": {
        "start": {
          "line": 748,
          "column": 24
        },
        "end": {
          "line": 748,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 23938,
      "end": 23949,
      "loc": {
        "start": {
          "line": 748,
          "column": 25
        },
        "end": {
          "line": 748,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23949,
      "end": 23950,
      "loc": {
        "start": {
          "line": 748,
          "column": 36
        },
        "end": {
          "line": 748,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23951,
      "end": 23952,
      "loc": {
        "start": {
          "line": 748,
          "column": 38
        },
        "end": {
          "line": 748,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 23957,
      "end": 23959,
      "loc": {
        "start": {
          "line": 749,
          "column": 4
        },
        "end": {
          "line": 749,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23960,
      "end": 23961,
      "loc": {
        "start": {
          "line": 749,
          "column": 7
        },
        "end": {
          "line": 749,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 23961,
      "end": 23972,
      "loc": {
        "start": {
          "line": 749,
          "column": 8
        },
        "end": {
          "line": 749,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23972,
      "end": 23973,
      "loc": {
        "start": {
          "line": 749,
          "column": 19
        },
        "end": {
          "line": 749,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 23973,
      "end": 23979,
      "loc": {
        "start": {
          "line": 749,
          "column": 20
        },
        "end": {
          "line": 749,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23979,
      "end": 23980,
      "loc": {
        "start": {
          "line": 749,
          "column": 26
        },
        "end": {
          "line": 749,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23981,
      "end": 23982,
      "loc": {
        "start": {
          "line": 749,
          "column": 28
        },
        "end": {
          "line": 749,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 23989,
      "end": 23995,
      "loc": {
        "start": {
          "line": 750,
          "column": 6
        },
        "end": {
          "line": 750,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23995,
      "end": 23996,
      "loc": {
        "start": {
          "line": 750,
          "column": 12
        },
        "end": {
          "line": 750,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24001,
      "end": 24002,
      "loc": {
        "start": {
          "line": 751,
          "column": 4
        },
        "end": {
          "line": 751,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 24008,
      "end": 24014,
      "loc": {
        "start": {
          "line": 753,
          "column": 4
        },
        "end": {
          "line": 753,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "COMMIT TRANSACTION;",
      "start": 24015,
      "end": 24036,
      "loc": {
        "start": {
          "line": 753,
          "column": 11
        },
        "end": {
          "line": 753,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24036,
      "end": 24037,
      "loc": {
        "start": {
          "line": 753,
          "column": 32
        },
        "end": {
          "line": 753,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24040,
      "end": 24041,
      "loc": {
        "start": {
          "line": 754,
          "column": 2
        },
        "end": {
          "line": 754,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24041,
      "end": 24042,
      "loc": {
        "start": {
          "line": 754,
          "column": 3
        },
        "end": {
          "line": 754,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rollbackTransactionQuery",
      "start": 24046,
      "end": 24070,
      "loc": {
        "start": {
          "line": 756,
          "column": 2
        },
        "end": {
          "line": 756,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24070,
      "end": 24071,
      "loc": {
        "start": {
          "line": 756,
          "column": 26
        },
        "end": {
          "line": 756,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 24071,
      "end": 24082,
      "loc": {
        "start": {
          "line": 756,
          "column": 27
        },
        "end": {
          "line": 756,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24082,
      "end": 24083,
      "loc": {
        "start": {
          "line": 756,
          "column": 38
        },
        "end": {
          "line": 756,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 24084,
      "end": 24091,
      "loc": {
        "start": {
          "line": 756,
          "column": 40
        },
        "end": {
          "line": 756,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24091,
      "end": 24092,
      "loc": {
        "start": {
          "line": 756,
          "column": 47
        },
        "end": {
          "line": 756,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24093,
      "end": 24094,
      "loc": {
        "start": {
          "line": 756,
          "column": 49
        },
        "end": {
          "line": 756,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 24099,
      "end": 24101,
      "loc": {
        "start": {
          "line": 757,
          "column": 4
        },
        "end": {
          "line": 757,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24102,
      "end": 24103,
      "loc": {
        "start": {
          "line": 757,
          "column": 7
        },
        "end": {
          "line": 757,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 24103,
      "end": 24114,
      "loc": {
        "start": {
          "line": 757,
          "column": 8
        },
        "end": {
          "line": 757,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24114,
      "end": 24115,
      "loc": {
        "start": {
          "line": 757,
          "column": 19
        },
        "end": {
          "line": 757,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 24115,
      "end": 24121,
      "loc": {
        "start": {
          "line": 757,
          "column": 20
        },
        "end": {
          "line": 757,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24121,
      "end": 24122,
      "loc": {
        "start": {
          "line": 757,
          "column": 26
        },
        "end": {
          "line": 757,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24123,
      "end": 24124,
      "loc": {
        "start": {
          "line": 757,
          "column": 28
        },
        "end": {
          "line": 757,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 24131,
      "end": 24137,
      "loc": {
        "start": {
          "line": 758,
          "column": 6
        },
        "end": {
          "line": 758,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "ROLLBACK TRANSACTION ",
      "start": 24138,
      "end": 24161,
      "loc": {
        "start": {
          "line": 758,
          "column": 13
        },
        "end": {
          "line": 758,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 24162,
      "end": 24163,
      "loc": {
        "start": {
          "line": 758,
          "column": 37
        },
        "end": {
          "line": 758,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 24164,
      "end": 24168,
      "loc": {
        "start": {
          "line": 758,
          "column": 39
        },
        "end": {
          "line": 758,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24168,
      "end": 24169,
      "loc": {
        "start": {
          "line": 758,
          "column": 43
        },
        "end": {
          "line": 758,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 24169,
      "end": 24184,
      "loc": {
        "start": {
          "line": 758,
          "column": 44
        },
        "end": {
          "line": 758,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24184,
      "end": 24185,
      "loc": {
        "start": {
          "line": 758,
          "column": 59
        },
        "end": {
          "line": 758,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 24185,
      "end": 24196,
      "loc": {
        "start": {
          "line": 758,
          "column": 60
        },
        "end": {
          "line": 758,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24196,
      "end": 24197,
      "loc": {
        "start": {
          "line": 758,
          "column": 71
        },
        "end": {
          "line": 758,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 24197,
      "end": 24201,
      "loc": {
        "start": {
          "line": 758,
          "column": 72
        },
        "end": {
          "line": 758,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24201,
      "end": 24202,
      "loc": {
        "start": {
          "line": 758,
          "column": 76
        },
        "end": {
          "line": 758,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 24203,
      "end": 24204,
      "loc": {
        "start": {
          "line": 758,
          "column": 78
        },
        "end": {
          "line": 758,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ";",
      "start": 24205,
      "end": 24208,
      "loc": {
        "start": {
          "line": 758,
          "column": 80
        },
        "end": {
          "line": 758,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24208,
      "end": 24209,
      "loc": {
        "start": {
          "line": 758,
          "column": 83
        },
        "end": {
          "line": 758,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24214,
      "end": 24215,
      "loc": {
        "start": {
          "line": 759,
          "column": 4
        },
        "end": {
          "line": 759,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 24221,
      "end": 24227,
      "loc": {
        "start": {
          "line": 761,
          "column": 4
        },
        "end": {
          "line": 761,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "ROLLBACK TRANSACTION;",
      "start": 24228,
      "end": 24251,
      "loc": {
        "start": {
          "line": 761,
          "column": 11
        },
        "end": {
          "line": 761,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24251,
      "end": 24252,
      "loc": {
        "start": {
          "line": 761,
          "column": 34
        },
        "end": {
          "line": 761,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24255,
      "end": 24256,
      "loc": {
        "start": {
          "line": 762,
          "column": 2
        },
        "end": {
          "line": 762,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24256,
      "end": 24257,
      "loc": {
        "start": {
          "line": 762,
          "column": 3
        },
        "end": {
          "line": 762,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "selectFromTableFragment",
      "start": 24261,
      "end": 24284,
      "loc": {
        "start": {
          "line": 764,
          "column": 2
        },
        "end": {
          "line": 764,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24284,
      "end": 24285,
      "loc": {
        "start": {
          "line": 764,
          "column": 25
        },
        "end": {
          "line": 764,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 24285,
      "end": 24292,
      "loc": {
        "start": {
          "line": 764,
          "column": 26
        },
        "end": {
          "line": 764,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24292,
      "end": 24293,
      "loc": {
        "start": {
          "line": 764,
          "column": 33
        },
        "end": {
          "line": 764,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 24294,
      "end": 24299,
      "loc": {
        "start": {
          "line": 764,
          "column": 35
        },
        "end": {
          "line": 764,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24299,
      "end": 24300,
      "loc": {
        "start": {
          "line": 764,
          "column": 40
        },
        "end": {
          "line": 764,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 24301,
      "end": 24311,
      "loc": {
        "start": {
          "line": 764,
          "column": 42
        },
        "end": {
          "line": 764,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24311,
      "end": 24312,
      "loc": {
        "start": {
          "line": 764,
          "column": 52
        },
        "end": {
          "line": 764,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tables",
      "start": 24313,
      "end": 24319,
      "loc": {
        "start": {
          "line": 764,
          "column": 54
        },
        "end": {
          "line": 764,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24319,
      "end": 24320,
      "loc": {
        "start": {
          "line": 764,
          "column": 60
        },
        "end": {
          "line": 764,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mainTableAs",
      "start": 24321,
      "end": 24332,
      "loc": {
        "start": {
          "line": 764,
          "column": 62
        },
        "end": {
          "line": 764,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24332,
      "end": 24333,
      "loc": {
        "start": {
          "line": 764,
          "column": 73
        },
        "end": {
          "line": 764,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 24334,
      "end": 24339,
      "loc": {
        "start": {
          "line": 764,
          "column": 75
        },
        "end": {
          "line": 764,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24339,
      "end": 24340,
      "loc": {
        "start": {
          "line": 764,
          "column": 80
        },
        "end": {
          "line": 764,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24341,
      "end": 24342,
      "loc": {
        "start": {
          "line": 764,
          "column": 82
        },
        "end": {
          "line": 764,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 24347,
      "end": 24350,
      "loc": {
        "start": {
          "line": 765,
          "column": 4
        },
        "end": {
          "line": 765,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "topFragment",
      "start": 24351,
      "end": 24362,
      "loc": {
        "start": {
          "line": 765,
          "column": 8
        },
        "end": {
          "line": 765,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 24363,
      "end": 24364,
      "loc": {
        "start": {
          "line": 765,
          "column": 20
        },
        "end": {
          "line": 765,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 24365,
      "end": 24367,
      "loc": {
        "start": {
          "line": 765,
          "column": 22
        },
        "end": {
          "line": 765,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24367,
      "end": 24368,
      "loc": {
        "start": {
          "line": 765,
          "column": 24
        },
        "end": {
          "line": 765,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 24373,
      "end": 24376,
      "loc": {
        "start": {
          "line": 766,
          "column": 4
        },
        "end": {
          "line": 766,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mainFragment",
      "start": 24377,
      "end": 24389,
      "loc": {
        "start": {
          "line": 766,
          "column": 8
        },
        "end": {
          "line": 766,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 24390,
      "end": 24391,
      "loc": {
        "start": {
          "line": 766,
          "column": 21
        },
        "end": {
          "line": 766,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SELECT ",
      "start": 24392,
      "end": 24401,
      "loc": {
        "start": {
          "line": 766,
          "column": 23
        },
        "end": {
          "line": 766,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 24402,
      "end": 24403,
      "loc": {
        "start": {
          "line": 766,
          "column": 33
        },
        "end": {
          "line": 766,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 24404,
      "end": 24414,
      "loc": {
        "start": {
          "line": 766,
          "column": 35
        },
        "end": {
          "line": 766,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24414,
      "end": 24415,
      "loc": {
        "start": {
          "line": 766,
          "column": 45
        },
        "end": {
          "line": 766,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 24415,
      "end": 24419,
      "loc": {
        "start": {
          "line": 766,
          "column": 46
        },
        "end": {
          "line": 766,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24419,
      "end": 24420,
      "loc": {
        "start": {
          "line": 766,
          "column": 50
        },
        "end": {
          "line": 766,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", ",
      "start": 24420,
      "end": 24424,
      "loc": {
        "start": {
          "line": 766,
          "column": 51
        },
        "end": {
          "line": 766,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24424,
      "end": 24425,
      "loc": {
        "start": {
          "line": 766,
          "column": 55
        },
        "end": {
          "line": 766,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 24426,
      "end": 24427,
      "loc": {
        "start": {
          "line": 766,
          "column": 57
        },
        "end": {
          "line": 766,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " FROM ",
      "start": 24428,
      "end": 24436,
      "loc": {
        "start": {
          "line": 766,
          "column": 59
        },
        "end": {
          "line": 766,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 24437,
      "end": 24438,
      "loc": {
        "start": {
          "line": 766,
          "column": 68
        },
        "end": {
          "line": 766,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tables",
      "start": 24439,
      "end": 24445,
      "loc": {
        "start": {
          "line": 766,
          "column": 70
        },
        "end": {
          "line": 766,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24445,
      "end": 24446,
      "loc": {
        "start": {
          "line": 766,
          "column": 76
        },
        "end": {
          "line": 766,
          "column": 77
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Handle SQL Server 2008 with TOP instead of LIMIT",
      "start": 24452,
      "end": 24503,
      "loc": {
        "start": {
          "line": 768,
          "column": 4
        },
        "end": {
          "line": 768,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 24508,
      "end": 24510,
      "loc": {
        "start": {
          "line": 769,
          "column": 4
        },
        "end": {
          "line": 769,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24511,
      "end": 24512,
      "loc": {
        "start": {
          "line": 769,
          "column": 7
        },
        "end": {
          "line": 769,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "semver",
      "start": 24512,
      "end": 24518,
      "loc": {
        "start": {
          "line": 769,
          "column": 8
        },
        "end": {
          "line": 769,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24518,
      "end": 24519,
      "loc": {
        "start": {
          "line": 769,
          "column": 14
        },
        "end": {
          "line": 769,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valid",
      "start": 24519,
      "end": 24524,
      "loc": {
        "start": {
          "line": 769,
          "column": 15
        },
        "end": {
          "line": 769,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24524,
      "end": 24525,
      "loc": {
        "start": {
          "line": 769,
          "column": 20
        },
        "end": {
          "line": 769,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 24525,
      "end": 24529,
      "loc": {
        "start": {
          "line": 769,
          "column": 21
        },
        "end": {
          "line": 769,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24529,
      "end": 24530,
      "loc": {
        "start": {
          "line": 769,
          "column": 25
        },
        "end": {
          "line": 769,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 24530,
      "end": 24539,
      "loc": {
        "start": {
          "line": 769,
          "column": 26
        },
        "end": {
          "line": 769,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24539,
      "end": 24540,
      "loc": {
        "start": {
          "line": 769,
          "column": 35
        },
        "end": {
          "line": 769,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 24540,
      "end": 24547,
      "loc": {
        "start": {
          "line": 769,
          "column": 36
        },
        "end": {
          "line": 769,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24547,
      "end": 24548,
      "loc": {
        "start": {
          "line": 769,
          "column": 43
        },
        "end": {
          "line": 769,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "databaseVersion",
      "start": 24548,
      "end": 24563,
      "loc": {
        "start": {
          "line": 769,
          "column": 44
        },
        "end": {
          "line": 769,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24563,
      "end": 24564,
      "loc": {
        "start": {
          "line": 769,
          "column": 59
        },
        "end": {
          "line": 769,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 24565,
      "end": 24567,
      "loc": {
        "start": {
          "line": 769,
          "column": 61
        },
        "end": {
          "line": 769,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "semver",
      "start": 24568,
      "end": 24574,
      "loc": {
        "start": {
          "line": 769,
          "column": 64
        },
        "end": {
          "line": 769,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24574,
      "end": 24575,
      "loc": {
        "start": {
          "line": 769,
          "column": 70
        },
        "end": {
          "line": 769,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lt",
      "start": 24575,
      "end": 24577,
      "loc": {
        "start": {
          "line": 769,
          "column": 71
        },
        "end": {
          "line": 769,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24577,
      "end": 24578,
      "loc": {
        "start": {
          "line": 769,
          "column": 73
        },
        "end": {
          "line": 769,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 24578,
      "end": 24582,
      "loc": {
        "start": {
          "line": 769,
          "column": 74
        },
        "end": {
          "line": 769,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24582,
      "end": 24583,
      "loc": {
        "start": {
          "line": 769,
          "column": 78
        },
        "end": {
          "line": 769,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 24583,
      "end": 24592,
      "loc": {
        "start": {
          "line": 769,
          "column": 79
        },
        "end": {
          "line": 769,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24592,
      "end": 24593,
      "loc": {
        "start": {
          "line": 769,
          "column": 88
        },
        "end": {
          "line": 769,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 24593,
      "end": 24600,
      "loc": {
        "start": {
          "line": 769,
          "column": 89
        },
        "end": {
          "line": 769,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24600,
      "end": 24601,
      "loc": {
        "start": {
          "line": 769,
          "column": 96
        },
        "end": {
          "line": 769,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "databaseVersion",
      "start": 24601,
      "end": 24616,
      "loc": {
        "start": {
          "line": 769,
          "column": 97
        },
        "end": {
          "line": 769,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24616,
      "end": 24617,
      "loc": {
        "start": {
          "line": 769,
          "column": 112
        },
        "end": {
          "line": 769,
          "column": 113
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "11.0.0",
      "start": 24618,
      "end": 24626,
      "loc": {
        "start": {
          "line": 769,
          "column": 114
        },
        "end": {
          "line": 769,
          "column": 122
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24626,
      "end": 24627,
      "loc": {
        "start": {
          "line": 769,
          "column": 122
        },
        "end": {
          "line": 769,
          "column": 123
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24627,
      "end": 24628,
      "loc": {
        "start": {
          "line": 769,
          "column": 123
        },
        "end": {
          "line": 769,
          "column": 124
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24629,
      "end": 24630,
      "loc": {
        "start": {
          "line": 769,
          "column": 125
        },
        "end": {
          "line": 769,
          "column": 126
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 24637,
      "end": 24639,
      "loc": {
        "start": {
          "line": 770,
          "column": 6
        },
        "end": {
          "line": 770,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24640,
      "end": 24641,
      "loc": {
        "start": {
          "line": 770,
          "column": 9
        },
        "end": {
          "line": 770,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 24641,
      "end": 24648,
      "loc": {
        "start": {
          "line": 770,
          "column": 10
        },
        "end": {
          "line": 770,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24648,
      "end": 24649,
      "loc": {
        "start": {
          "line": 770,
          "column": 17
        },
        "end": {
          "line": 770,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 24649,
      "end": 24654,
      "loc": {
        "start": {
          "line": 770,
          "column": 18
        },
        "end": {
          "line": 770,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24654,
      "end": 24655,
      "loc": {
        "start": {
          "line": 770,
          "column": 23
        },
        "end": {
          "line": 770,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24656,
      "end": 24657,
      "loc": {
        "start": {
          "line": 770,
          "column": 25
        },
        "end": {
          "line": 770,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "topFragment",
      "start": 24666,
      "end": 24677,
      "loc": {
        "start": {
          "line": 771,
          "column": 8
        },
        "end": {
          "line": 771,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 24678,
      "end": 24679,
      "loc": {
        "start": {
          "line": 771,
          "column": 20
        },
        "end": {
          "line": 771,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "TOP ",
      "start": 24680,
      "end": 24686,
      "loc": {
        "start": {
          "line": 771,
          "column": 22
        },
        "end": {
          "line": 771,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 24687,
      "end": 24688,
      "loc": {
        "start": {
          "line": 771,
          "column": 29
        },
        "end": {
          "line": 771,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 24689,
      "end": 24696,
      "loc": {
        "start": {
          "line": 771,
          "column": 31
        },
        "end": {
          "line": 771,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24696,
      "end": 24697,
      "loc": {
        "start": {
          "line": 771,
          "column": 38
        },
        "end": {
          "line": 771,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 24697,
      "end": 24702,
      "loc": {
        "start": {
          "line": 771,
          "column": 39
        },
        "end": {
          "line": 771,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 24703,
      "end": 24704,
      "loc": {
        "start": {
          "line": 771,
          "column": 45
        },
        "end": {
          "line": 771,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ",
      "start": 24705,
      "end": 24708,
      "loc": {
        "start": {
          "line": 771,
          "column": 47
        },
        "end": {
          "line": 771,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24708,
      "end": 24709,
      "loc": {
        "start": {
          "line": 771,
          "column": 50
        },
        "end": {
          "line": 771,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24716,
      "end": 24717,
      "loc": {
        "start": {
          "line": 772,
          "column": 6
        },
        "end": {
          "line": 772,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 24724,
      "end": 24726,
      "loc": {
        "start": {
          "line": 773,
          "column": 6
        },
        "end": {
          "line": 773,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24727,
      "end": 24728,
      "loc": {
        "start": {
          "line": 773,
          "column": 9
        },
        "end": {
          "line": 773,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 24728,
      "end": 24735,
      "loc": {
        "start": {
          "line": 773,
          "column": 10
        },
        "end": {
          "line": 773,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24735,
      "end": 24736,
      "loc": {
        "start": {
          "line": 773,
          "column": 17
        },
        "end": {
          "line": 773,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offset",
      "start": 24736,
      "end": 24742,
      "loc": {
        "start": {
          "line": 773,
          "column": 18
        },
        "end": {
          "line": 773,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24742,
      "end": 24743,
      "loc": {
        "start": {
          "line": 773,
          "column": 24
        },
        "end": {
          "line": 773,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24744,
      "end": 24745,
      "loc": {
        "start": {
          "line": 773,
          "column": 26
        },
        "end": {
          "line": 773,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 24754,
      "end": 24757,
      "loc": {
        "start": {
          "line": 774,
          "column": 8
        },
        "end": {
          "line": 774,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offset",
      "start": 24758,
      "end": 24764,
      "loc": {
        "start": {
          "line": 774,
          "column": 12
        },
        "end": {
          "line": 774,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 24765,
      "end": 24766,
      "loc": {
        "start": {
          "line": 774,
          "column": 19
        },
        "end": {
          "line": 774,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 24767,
      "end": 24774,
      "loc": {
        "start": {
          "line": 774,
          "column": 21
        },
        "end": {
          "line": 774,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24774,
      "end": 24775,
      "loc": {
        "start": {
          "line": 774,
          "column": 28
        },
        "end": {
          "line": 774,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offset",
      "start": 24775,
      "end": 24781,
      "loc": {
        "start": {
          "line": 774,
          "column": 29
        },
        "end": {
          "line": 774,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 24782,
      "end": 24784,
      "loc": {
        "start": {
          "line": 774,
          "column": 36
        },
        "end": {
          "line": 774,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 24785,
      "end": 24786,
      "loc": {
        "start": {
          "line": 774,
          "column": 39
        },
        "end": {
          "line": 774,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24797,
      "end": 24798,
      "loc": {
        "start": {
          "line": 775,
          "column": 10
        },
        "end": {
          "line": 775,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isSubQuery",
      "start": 24799,
      "end": 24809,
      "loc": {
        "start": {
          "line": 775,
          "column": 12
        },
        "end": {
          "line": 775,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 24810,
      "end": 24811,
      "loc": {
        "start": {
          "line": 775,
          "column": 23
        },
        "end": {
          "line": 775,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 24812,
      "end": 24819,
      "loc": {
        "start": {
          "line": 775,
          "column": 25
        },
        "end": {
          "line": 775,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24819,
      "end": 24820,
      "loc": {
        "start": {
          "line": 775,
          "column": 32
        },
        "end": {
          "line": 775,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasIncludeWhere",
      "start": 24820,
      "end": 24835,
      "loc": {
        "start": {
          "line": 775,
          "column": 33
        },
        "end": {
          "line": 775,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 24836,
      "end": 24838,
      "loc": {
        "start": {
          "line": 775,
          "column": 49
        },
        "end": {
          "line": 775,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 24839,
      "end": 24846,
      "loc": {
        "start": {
          "line": 775,
          "column": 52
        },
        "end": {
          "line": 775,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24846,
      "end": 24847,
      "loc": {
        "start": {
          "line": 775,
          "column": 59
        },
        "end": {
          "line": 775,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasIncludeRequired",
      "start": 24847,
      "end": 24865,
      "loc": {
        "start": {
          "line": 775,
          "column": 60
        },
        "end": {
          "line": 775,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 24866,
      "end": 24868,
      "loc": {
        "start": {
          "line": 775,
          "column": 79
        },
        "end": {
          "line": 775,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 24869,
      "end": 24876,
      "loc": {
        "start": {
          "line": 775,
          "column": 82
        },
        "end": {
          "line": 775,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24876,
      "end": 24877,
      "loc": {
        "start": {
          "line": 775,
          "column": 89
        },
        "end": {
          "line": 775,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasMultiAssociation",
      "start": 24877,
      "end": 24896,
      "loc": {
        "start": {
          "line": 775,
          "column": 90
        },
        "end": {
          "line": 775,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24907,
      "end": 24908,
      "loc": {
        "start": {
          "line": 776,
          "column": 10
        },
        "end": {
          "line": 776,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "orders",
      "start": 24909,
      "end": 24915,
      "loc": {
        "start": {
          "line": 776,
          "column": 12
        },
        "end": {
          "line": 776,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 24916,
      "end": 24917,
      "loc": {
        "start": {
          "line": 776,
          "column": 19
        },
        "end": {
          "line": 776,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24918,
      "end": 24919,
      "loc": {
        "start": {
          "line": 776,
          "column": 21
        },
        "end": {
          "line": 776,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mainQueryOrder",
      "start": 24920,
      "end": 24934,
      "loc": {
        "start": {
          "line": 776,
          "column": 23
        },
        "end": {
          "line": 776,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24934,
      "end": 24935,
      "loc": {
        "start": {
          "line": 776,
          "column": 37
        },
        "end": {
          "line": 776,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24936,
      "end": 24937,
      "loc": {
        "start": {
          "line": 776,
          "column": 39
        },
        "end": {
          "line": 776,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24937,
      "end": 24938,
      "loc": {
        "start": {
          "line": 776,
          "column": 40
        },
        "end": {
          "line": 776,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24939,
      "end": 24940,
      "loc": {
        "start": {
          "line": 776,
          "column": 42
        },
        "end": {
          "line": 776,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24940,
      "end": 24941,
      "loc": {
        "start": {
          "line": 776,
          "column": 43
        },
        "end": {
          "line": 776,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 24950,
      "end": 24952,
      "loc": {
        "start": {
          "line": 777,
          "column": 8
        },
        "end": {
          "line": 777,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24953,
      "end": 24954,
      "loc": {
        "start": {
          "line": 777,
          "column": 11
        },
        "end": {
          "line": 777,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 24954,
      "end": 24961,
      "loc": {
        "start": {
          "line": 777,
          "column": 12
        },
        "end": {
          "line": 777,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24961,
      "end": 24962,
      "loc": {
        "start": {
          "line": 777,
          "column": 19
        },
        "end": {
          "line": 777,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "order",
      "start": 24962,
      "end": 24967,
      "loc": {
        "start": {
          "line": 777,
          "column": 20
        },
        "end": {
          "line": 777,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24967,
      "end": 24968,
      "loc": {
        "start": {
          "line": 777,
          "column": 25
        },
        "end": {
          "line": 777,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24969,
      "end": 24970,
      "loc": {
        "start": {
          "line": 777,
          "column": 27
        },
        "end": {
          "line": 777,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "orders",
      "start": 24981,
      "end": 24987,
      "loc": {
        "start": {
          "line": 778,
          "column": 10
        },
        "end": {
          "line": 778,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 24988,
      "end": 24989,
      "loc": {
        "start": {
          "line": 778,
          "column": 17
        },
        "end": {
          "line": 778,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 24990,
      "end": 24994,
      "loc": {
        "start": {
          "line": 778,
          "column": 19
        },
        "end": {
          "line": 778,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24994,
      "end": 24995,
      "loc": {
        "start": {
          "line": 778,
          "column": 23
        },
        "end": {
          "line": 778,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getQueryOrders",
      "start": 24995,
      "end": 25009,
      "loc": {
        "start": {
          "line": 778,
          "column": 24
        },
        "end": {
          "line": 778,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25009,
      "end": 25010,
      "loc": {
        "start": {
          "line": 778,
          "column": 38
        },
        "end": {
          "line": 778,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 25010,
      "end": 25017,
      "loc": {
        "start": {
          "line": 778,
          "column": 39
        },
        "end": {
          "line": 778,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25017,
      "end": 25018,
      "loc": {
        "start": {
          "line": 778,
          "column": 46
        },
        "end": {
          "line": 778,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 25019,
      "end": 25024,
      "loc": {
        "start": {
          "line": 778,
          "column": 48
        },
        "end": {
          "line": 778,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25024,
      "end": 25025,
      "loc": {
        "start": {
          "line": 778,
          "column": 53
        },
        "end": {
          "line": 778,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isSubQuery",
      "start": 25026,
      "end": 25036,
      "loc": {
        "start": {
          "line": 778,
          "column": 55
        },
        "end": {
          "line": 778,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25036,
      "end": 25037,
      "loc": {
        "start": {
          "line": 778,
          "column": 65
        },
        "end": {
          "line": 778,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25037,
      "end": 25038,
      "loc": {
        "start": {
          "line": 778,
          "column": 66
        },
        "end": {
          "line": 778,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25047,
      "end": 25048,
      "loc": {
        "start": {
          "line": 779,
          "column": 8
        },
        "end": {
          "line": 779,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 25058,
      "end": 25060,
      "loc": {
        "start": {
          "line": 781,
          "column": 8
        },
        "end": {
          "line": 781,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25060,
      "end": 25061,
      "loc": {
        "start": {
          "line": 781,
          "column": 10
        },
        "end": {
          "line": 781,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 25061,
      "end": 25062,
      "loc": {
        "start": {
          "line": 781,
          "column": 11
        },
        "end": {
          "line": 781,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "orders",
      "start": 25062,
      "end": 25068,
      "loc": {
        "start": {
          "line": 781,
          "column": 12
        },
        "end": {
          "line": 781,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25068,
      "end": 25069,
      "loc": {
        "start": {
          "line": 781,
          "column": 18
        },
        "end": {
          "line": 781,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mainQueryOrder",
      "start": 25069,
      "end": 25083,
      "loc": {
        "start": {
          "line": 781,
          "column": 19
        },
        "end": {
          "line": 781,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25083,
      "end": 25084,
      "loc": {
        "start": {
          "line": 781,
          "column": 33
        },
        "end": {
          "line": 781,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 25084,
      "end": 25090,
      "loc": {
        "start": {
          "line": 781,
          "column": 34
        },
        "end": {
          "line": 781,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25090,
      "end": 25091,
      "loc": {
        "start": {
          "line": 781,
          "column": 40
        },
        "end": {
          "line": 781,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25092,
      "end": 25093,
      "loc": {
        "start": {
          "line": 781,
          "column": 42
        },
        "end": {
          "line": 781,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "orders",
      "start": 25104,
      "end": 25110,
      "loc": {
        "start": {
          "line": 782,
          "column": 10
        },
        "end": {
          "line": 782,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25110,
      "end": 25111,
      "loc": {
        "start": {
          "line": 782,
          "column": 16
        },
        "end": {
          "line": 782,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mainQueryOrder",
      "start": 25111,
      "end": 25125,
      "loc": {
        "start": {
          "line": 782,
          "column": 17
        },
        "end": {
          "line": 782,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25125,
      "end": 25126,
      "loc": {
        "start": {
          "line": 782,
          "column": 31
        },
        "end": {
          "line": 782,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 25126,
      "end": 25130,
      "loc": {
        "start": {
          "line": 782,
          "column": 32
        },
        "end": {
          "line": 782,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25130,
      "end": 25131,
      "loc": {
        "start": {
          "line": 782,
          "column": 36
        },
        "end": {
          "line": 782,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 25131,
      "end": 25135,
      "loc": {
        "start": {
          "line": 782,
          "column": 37
        },
        "end": {
          "line": 782,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25135,
      "end": 25136,
      "loc": {
        "start": {
          "line": 782,
          "column": 41
        },
        "end": {
          "line": 782,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 25136,
      "end": 25151,
      "loc": {
        "start": {
          "line": 782,
          "column": 42
        },
        "end": {
          "line": 782,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25151,
      "end": 25152,
      "loc": {
        "start": {
          "line": 782,
          "column": 57
        },
        "end": {
          "line": 782,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 25152,
      "end": 25157,
      "loc": {
        "start": {
          "line": 782,
          "column": 58
        },
        "end": {
          "line": 782,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25157,
      "end": 25158,
      "loc": {
        "start": {
          "line": 782,
          "column": 63
        },
        "end": {
          "line": 782,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primaryKeyField",
      "start": 25158,
      "end": 25173,
      "loc": {
        "start": {
          "line": 782,
          "column": 64
        },
        "end": {
          "line": 782,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25173,
      "end": 25174,
      "loc": {
        "start": {
          "line": 782,
          "column": 79
        },
        "end": {
          "line": 782,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25174,
      "end": 25175,
      "loc": {
        "start": {
          "line": 782,
          "column": 80
        },
        "end": {
          "line": 782,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25175,
      "end": 25176,
      "loc": {
        "start": {
          "line": 782,
          "column": 81
        },
        "end": {
          "line": 782,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25185,
      "end": 25186,
      "loc": {
        "start": {
          "line": 783,
          "column": 8
        },
        "end": {
          "line": 783,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 25196,
      "end": 25199,
      "loc": {
        "start": {
          "line": 785,
          "column": 8
        },
        "end": {
          "line": 785,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tmpTable",
      "start": 25200,
      "end": 25208,
      "loc": {
        "start": {
          "line": 785,
          "column": 12
        },
        "end": {
          "line": 785,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 25209,
      "end": 25210,
      "loc": {
        "start": {
          "line": 785,
          "column": 21
        },
        "end": {
          "line": 785,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25211,
      "end": 25212,
      "loc": {
        "start": {
          "line": 785,
          "column": 23
        },
        "end": {
          "line": 785,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mainTableAs",
      "start": 25212,
      "end": 25223,
      "loc": {
        "start": {
          "line": 785,
          "column": 24
        },
        "end": {
          "line": 785,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25223,
      "end": 25224,
      "loc": {
        "start": {
          "line": 785,
          "column": 35
        },
        "end": {
          "line": 785,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25225,
      "end": 25226,
      "loc": {
        "start": {
          "line": 785,
          "column": 37
        },
        "end": {
          "line": 785,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mainTableAs",
      "start": 25227,
      "end": 25238,
      "loc": {
        "start": {
          "line": 785,
          "column": 39
        },
        "end": {
          "line": 785,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25239,
      "end": 25240,
      "loc": {
        "start": {
          "line": 785,
          "column": 51
        },
        "end": {
          "line": 785,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "OffsetTable",
      "start": 25241,
      "end": 25254,
      "loc": {
        "start": {
          "line": 785,
          "column": 53
        },
        "end": {
          "line": 785,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25254,
      "end": 25255,
      "loc": {
        "start": {
          "line": 785,
          "column": 66
        },
        "end": {
          "line": 785,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 25264,
      "end": 25267,
      "loc": {
        "start": {
          "line": 786,
          "column": 8
        },
        "end": {
          "line": 786,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "whereFragment",
      "start": 25268,
      "end": 25281,
      "loc": {
        "start": {
          "line": 786,
          "column": 12
        },
        "end": {
          "line": 786,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 25282,
      "end": 25283,
      "loc": {
        "start": {
          "line": 786,
          "column": 26
        },
        "end": {
          "line": 786,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25284,
      "end": 25285,
      "loc": {
        "start": {
          "line": 786,
          "column": 28
        },
        "end": {
          "line": 786,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 25285,
      "end": 25290,
      "loc": {
        "start": {
          "line": 786,
          "column": 29
        },
        "end": {
          "line": 786,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25290,
      "end": 25291,
      "loc": {
        "start": {
          "line": 786,
          "column": 34
        },
        "end": {
          "line": 786,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25292,
      "end": 25293,
      "loc": {
        "start": {
          "line": 786,
          "column": 36
        },
        "end": {
          "line": 786,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " WHERE ",
      "start": 25294,
      "end": 25303,
      "loc": {
        "start": {
          "line": 786,
          "column": 38
        },
        "end": {
          "line": 786,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 25304,
      "end": 25305,
      "loc": {
        "start": {
          "line": 786,
          "column": 48
        },
        "end": {
          "line": 786,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 25306,
      "end": 25311,
      "loc": {
        "start": {
          "line": 786,
          "column": 50
        },
        "end": {
          "line": 786,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25312,
      "end": 25313,
      "loc": {
        "start": {
          "line": 786,
          "column": 56
        },
        "end": {
          "line": 786,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 25314,
      "end": 25316,
      "loc": {
        "start": {
          "line": 786,
          "column": 58
        },
        "end": {
          "line": 786,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25316,
      "end": 25317,
      "loc": {
        "start": {
          "line": 786,
          "column": 60
        },
        "end": {
          "line": 786,
          "column": 61
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "\n         * For earlier versions of SQL server, we need to nest several queries\n         * in order to emulate the OFFSET behavior.\n         *\n         * 1. The outermost query selects all items from the inner query block.\n         *    This is due to a limitation in SQL server with the use of computed\n         *    columns (e.g. SELECT ROW_NUMBER()...AS x) in WHERE clauses.\n         * 2. The next query handles the LIMIT and OFFSET behavior by getting\n         *    the TOP N rows of the query where the row number is > OFFSET\n         * 3. The innermost query is the actual set we want information from\n         ",
      "start": 25327,
      "end": 25948,
      "loc": {
        "start": {
          "line": 788,
          "column": 8
        },
        "end": {
          "line": 798,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 25957,
      "end": 25960,
      "loc": {
        "start": {
          "line": 799,
          "column": 8
        },
        "end": {
          "line": 799,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fragment",
      "start": 25961,
      "end": 25969,
      "loc": {
        "start": {
          "line": 799,
          "column": 12
        },
        "end": {
          "line": 799,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 25970,
      "end": 25971,
      "loc": {
        "start": {
          "line": 799,
          "column": 21
        },
        "end": {
          "line": 799,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SELECT TOP 100 PERCENT ",
      "start": 25972,
      "end": 25997,
      "loc": {
        "start": {
          "line": 799,
          "column": 23
        },
        "end": {
          "line": 799,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 25998,
      "end": 25999,
      "loc": {
        "start": {
          "line": 799,
          "column": 49
        },
        "end": {
          "line": 799,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 26000,
      "end": 26010,
      "loc": {
        "start": {
          "line": 799,
          "column": 51
        },
        "end": {
          "line": 799,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26010,
      "end": 26011,
      "loc": {
        "start": {
          "line": 799,
          "column": 61
        },
        "end": {
          "line": 799,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 26011,
      "end": 26015,
      "loc": {
        "start": {
          "line": 799,
          "column": 62
        },
        "end": {
          "line": 799,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26015,
      "end": 26016,
      "loc": {
        "start": {
          "line": 799,
          "column": 66
        },
        "end": {
          "line": 799,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", ",
      "start": 26016,
      "end": 26020,
      "loc": {
        "start": {
          "line": 799,
          "column": 67
        },
        "end": {
          "line": 799,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26020,
      "end": 26021,
      "loc": {
        "start": {
          "line": 799,
          "column": 71
        },
        "end": {
          "line": 799,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 26022,
      "end": 26023,
      "loc": {
        "start": {
          "line": 799,
          "column": 73
        },
        "end": {
          "line": 799,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " FROM ",
      "start": 26024,
      "end": 26032,
      "loc": {
        "start": {
          "line": 799,
          "column": 75
        },
        "end": {
          "line": 799,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 26033,
      "end": 26034,
      "loc": {
        "start": {
          "line": 799,
          "column": 84
        },
        "end": {
          "line": 799,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "(SELECT ",
      "start": 26059,
      "end": 26069,
      "loc": {
        "start": {
          "line": 800,
          "column": 24
        },
        "end": {
          "line": 800,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 26070,
      "end": 26071,
      "loc": {
        "start": {
          "line": 800,
          "column": 35
        },
        "end": {
          "line": 800,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "topFragment",
      "start": 26072,
      "end": 26083,
      "loc": {
        "start": {
          "line": 800,
          "column": 37
        },
        "end": {
          "line": 800,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 26084,
      "end": 26085,
      "loc": {
        "start": {
          "line": 800,
          "column": 49
        },
        "end": {
          "line": 800,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "*",
      "start": 26086,
      "end": 26089,
      "loc": {
        "start": {
          "line": 800,
          "column": 51
        },
        "end": {
          "line": 800,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 26090,
      "end": 26091,
      "loc": {
        "start": {
          "line": 800,
          "column": 55
        },
        "end": {
          "line": 800,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " FROM (SELECT ROW_NUMBER() OVER (ORDER BY ",
      "start": 26118,
      "end": 26162,
      "loc": {
        "start": {
          "line": 801,
          "column": 26
        },
        "end": {
          "line": 801,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 26163,
      "end": 26164,
      "loc": {
        "start": {
          "line": 801,
          "column": 71
        },
        "end": {
          "line": 801,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "orders",
      "start": 26165,
      "end": 26171,
      "loc": {
        "start": {
          "line": 801,
          "column": 73
        },
        "end": {
          "line": 801,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26171,
      "end": 26172,
      "loc": {
        "start": {
          "line": 801,
          "column": 79
        },
        "end": {
          "line": 801,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mainQueryOrder",
      "start": 26172,
      "end": 26186,
      "loc": {
        "start": {
          "line": 801,
          "column": 80
        },
        "end": {
          "line": 801,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26186,
      "end": 26187,
      "loc": {
        "start": {
          "line": 801,
          "column": 94
        },
        "end": {
          "line": 801,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 26187,
      "end": 26191,
      "loc": {
        "start": {
          "line": 801,
          "column": 95
        },
        "end": {
          "line": 801,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26191,
      "end": 26192,
      "loc": {
        "start": {
          "line": 801,
          "column": 99
        },
        "end": {
          "line": 801,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", ",
      "start": 26192,
      "end": 26196,
      "loc": {
        "start": {
          "line": 801,
          "column": 100
        },
        "end": {
          "line": 801,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26196,
      "end": 26197,
      "loc": {
        "start": {
          "line": 801,
          "column": 104
        },
        "end": {
          "line": 801,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 26198,
      "end": 26199,
      "loc": {
        "start": {
          "line": 801,
          "column": 106
        },
        "end": {
          "line": 801,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ") as row_num, * ",
      "start": 26200,
      "end": 26218,
      "loc": {
        "start": {
          "line": 801,
          "column": 108
        },
        "end": {
          "line": 801,
          "column": 126
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 26219,
      "end": 26220,
      "loc": {
        "start": {
          "line": 801,
          "column": 127
        },
        "end": {
          "line": 801,
          "column": 128
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " FROM ",
      "start": 26249,
      "end": 26257,
      "loc": {
        "start": {
          "line": 802,
          "column": 28
        },
        "end": {
          "line": 802,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 26258,
      "end": 26259,
      "loc": {
        "start": {
          "line": 802,
          "column": 37
        },
        "end": {
          "line": 802,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tables",
      "start": 26260,
      "end": 26266,
      "loc": {
        "start": {
          "line": 802,
          "column": 39
        },
        "end": {
          "line": 802,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 26267,
      "end": 26268,
      "loc": {
        "start": {
          "line": 802,
          "column": 46
        },
        "end": {
          "line": 802,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " AS ",
      "start": 26269,
      "end": 26275,
      "loc": {
        "start": {
          "line": 802,
          "column": 48
        },
        "end": {
          "line": 802,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 26276,
      "end": 26277,
      "loc": {
        "start": {
          "line": 802,
          "column": 55
        },
        "end": {
          "line": 802,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tmpTable",
      "start": 26278,
      "end": 26286,
      "loc": {
        "start": {
          "line": 802,
          "column": 57
        },
        "end": {
          "line": 802,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 26287,
      "end": 26288,
      "loc": {
        "start": {
          "line": 802,
          "column": 66
        },
        "end": {
          "line": 802,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "whereFragment",
      "start": 26289,
      "end": 26302,
      "loc": {
        "start": {
          "line": 802,
          "column": 68
        },
        "end": {
          "line": 802,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 26303,
      "end": 26304,
      "loc": {
        "start": {
          "line": 802,
          "column": 82
        },
        "end": {
          "line": 802,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ")",
      "start": 26305,
      "end": 26308,
      "loc": {
        "start": {
          "line": 802,
          "column": 84
        },
        "end": {
          "line": 802,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 26309,
      "end": 26310,
      "loc": {
        "start": {
          "line": 802,
          "column": 88
        },
        "end": {
          "line": 802,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " AS ",
      "start": 26337,
      "end": 26343,
      "loc": {
        "start": {
          "line": 803,
          "column": 26
        },
        "end": {
          "line": 803,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 26344,
      "end": 26345,
      "loc": {
        "start": {
          "line": 803,
          "column": 33
        },
        "end": {
          "line": 803,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tmpTable",
      "start": 26346,
      "end": 26354,
      "loc": {
        "start": {
          "line": 803,
          "column": 35
        },
        "end": {
          "line": 803,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 26355,
      "end": 26356,
      "loc": {
        "start": {
          "line": 803,
          "column": 44
        },
        "end": {
          "line": 803,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " WHERE row_num > ",
      "start": 26357,
      "end": 26376,
      "loc": {
        "start": {
          "line": 803,
          "column": 46
        },
        "end": {
          "line": 803,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 26377,
      "end": 26378,
      "loc": {
        "start": {
          "line": 803,
          "column": 66
        },
        "end": {
          "line": 803,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offset",
      "start": 26379,
      "end": 26385,
      "loc": {
        "start": {
          "line": 803,
          "column": 68
        },
        "end": {
          "line": 803,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 26386,
      "end": 26387,
      "loc": {
        "start": {
          "line": 803,
          "column": 75
        },
        "end": {
          "line": 803,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ")",
      "start": 26388,
      "end": 26391,
      "loc": {
        "start": {
          "line": 803,
          "column": 77
        },
        "end": {
          "line": 803,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 26392,
      "end": 26393,
      "loc": {
        "start": {
          "line": 803,
          "column": 81
        },
        "end": {
          "line": 803,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " AS ",
      "start": 26418,
      "end": 26424,
      "loc": {
        "start": {
          "line": 804,
          "column": 24
        },
        "end": {
          "line": 804,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 26425,
      "end": 26426,
      "loc": {
        "start": {
          "line": 804,
          "column": 31
        },
        "end": {
          "line": 804,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tmpTable",
      "start": 26427,
      "end": 26435,
      "loc": {
        "start": {
          "line": 804,
          "column": 33
        },
        "end": {
          "line": 804,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26435,
      "end": 26436,
      "loc": {
        "start": {
          "line": 804,
          "column": 41
        },
        "end": {
          "line": 804,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 26445,
      "end": 26451,
      "loc": {
        "start": {
          "line": 805,
          "column": 8
        },
        "end": {
          "line": 805,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fragment",
      "start": 26452,
      "end": 26460,
      "loc": {
        "start": {
          "line": 805,
          "column": 15
        },
        "end": {
          "line": 805,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26460,
      "end": 26461,
      "loc": {
        "start": {
          "line": 805,
          "column": 23
        },
        "end": {
          "line": 805,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26468,
      "end": 26469,
      "loc": {
        "start": {
          "line": 806,
          "column": 6
        },
        "end": {
          "line": 806,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 26470,
      "end": 26474,
      "loc": {
        "start": {
          "line": 806,
          "column": 8
        },
        "end": {
          "line": 806,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26475,
      "end": 26476,
      "loc": {
        "start": {
          "line": 806,
          "column": 13
        },
        "end": {
          "line": 806,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mainFragment",
      "start": 26485,
      "end": 26497,
      "loc": {
        "start": {
          "line": 807,
          "column": 8
        },
        "end": {
          "line": 807,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 26498,
      "end": 26499,
      "loc": {
        "start": {
          "line": 807,
          "column": 21
        },
        "end": {
          "line": 807,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SELECT ",
      "start": 26500,
      "end": 26509,
      "loc": {
        "start": {
          "line": 807,
          "column": 23
        },
        "end": {
          "line": 807,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 26510,
      "end": 26511,
      "loc": {
        "start": {
          "line": 807,
          "column": 33
        },
        "end": {
          "line": 807,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "topFragment",
      "start": 26512,
      "end": 26523,
      "loc": {
        "start": {
          "line": 807,
          "column": 35
        },
        "end": {
          "line": 807,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 26524,
      "end": 26525,
      "loc": {
        "start": {
          "line": 807,
          "column": 47
        },
        "end": {
          "line": 807,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 26526,
      "end": 26536,
      "loc": {
        "start": {
          "line": 807,
          "column": 49
        },
        "end": {
          "line": 807,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26536,
      "end": 26537,
      "loc": {
        "start": {
          "line": 807,
          "column": 59
        },
        "end": {
          "line": 807,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 26537,
      "end": 26541,
      "loc": {
        "start": {
          "line": 807,
          "column": 60
        },
        "end": {
          "line": 807,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26541,
      "end": 26542,
      "loc": {
        "start": {
          "line": 807,
          "column": 64
        },
        "end": {
          "line": 807,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", ",
      "start": 26542,
      "end": 26546,
      "loc": {
        "start": {
          "line": 807,
          "column": 65
        },
        "end": {
          "line": 807,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26546,
      "end": 26547,
      "loc": {
        "start": {
          "line": 807,
          "column": 69
        },
        "end": {
          "line": 807,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 26548,
      "end": 26549,
      "loc": {
        "start": {
          "line": 807,
          "column": 71
        },
        "end": {
          "line": 807,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " FROM ",
      "start": 26550,
      "end": 26558,
      "loc": {
        "start": {
          "line": 807,
          "column": 73
        },
        "end": {
          "line": 807,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 26559,
      "end": 26560,
      "loc": {
        "start": {
          "line": 807,
          "column": 82
        },
        "end": {
          "line": 807,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tables",
      "start": 26561,
      "end": 26567,
      "loc": {
        "start": {
          "line": 807,
          "column": 84
        },
        "end": {
          "line": 807,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26567,
      "end": 26568,
      "loc": {
        "start": {
          "line": 807,
          "column": 90
        },
        "end": {
          "line": 807,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26575,
      "end": 26576,
      "loc": {
        "start": {
          "line": 808,
          "column": 6
        },
        "end": {
          "line": 808,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26581,
      "end": 26582,
      "loc": {
        "start": {
          "line": 809,
          "column": 4
        },
        "end": {
          "line": 809,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 26588,
      "end": 26590,
      "loc": {
        "start": {
          "line": 811,
          "column": 4
        },
        "end": {
          "line": 811,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26590,
      "end": 26591,
      "loc": {
        "start": {
          "line": 811,
          "column": 6
        },
        "end": {
          "line": 811,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mainTableAs",
      "start": 26591,
      "end": 26602,
      "loc": {
        "start": {
          "line": 811,
          "column": 7
        },
        "end": {
          "line": 811,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26602,
      "end": 26603,
      "loc": {
        "start": {
          "line": 811,
          "column": 18
        },
        "end": {
          "line": 811,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26604,
      "end": 26605,
      "loc": {
        "start": {
          "line": 811,
          "column": 20
        },
        "end": {
          "line": 811,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mainFragment",
      "start": 26612,
      "end": 26624,
      "loc": {
        "start": {
          "line": 812,
          "column": 6
        },
        "end": {
          "line": 812,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 26625,
      "end": 26627,
      "loc": {
        "start": {
          "line": 812,
          "column": 19
        },
        "end": {
          "line": 812,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " AS ",
      "start": 26628,
      "end": 26634,
      "loc": {
        "start": {
          "line": 812,
          "column": 22
        },
        "end": {
          "line": 812,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 26635,
      "end": 26636,
      "loc": {
        "start": {
          "line": 812,
          "column": 29
        },
        "end": {
          "line": 812,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mainTableAs",
      "start": 26637,
      "end": 26648,
      "loc": {
        "start": {
          "line": 812,
          "column": 31
        },
        "end": {
          "line": 812,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26648,
      "end": 26649,
      "loc": {
        "start": {
          "line": 812,
          "column": 42
        },
        "end": {
          "line": 812,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26654,
      "end": 26655,
      "loc": {
        "start": {
          "line": 813,
          "column": 4
        },
        "end": {
          "line": 813,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 26661,
      "end": 26667,
      "loc": {
        "start": {
          "line": 815,
          "column": 4
        },
        "end": {
          "line": 815,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mainFragment",
      "start": 26668,
      "end": 26680,
      "loc": {
        "start": {
          "line": 815,
          "column": 11
        },
        "end": {
          "line": 815,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26680,
      "end": 26681,
      "loc": {
        "start": {
          "line": 815,
          "column": 23
        },
        "end": {
          "line": 815,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26684,
      "end": 26685,
      "loc": {
        "start": {
          "line": 816,
          "column": 2
        },
        "end": {
          "line": 816,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26685,
      "end": 26686,
      "loc": {
        "start": {
          "line": 816,
          "column": 3
        },
        "end": {
          "line": 816,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addLimitAndOffset",
      "start": 26690,
      "end": 26707,
      "loc": {
        "start": {
          "line": 818,
          "column": 2
        },
        "end": {
          "line": 818,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26707,
      "end": 26708,
      "loc": {
        "start": {
          "line": 818,
          "column": 19
        },
        "end": {
          "line": 818,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 26708,
      "end": 26715,
      "loc": {
        "start": {
          "line": 818,
          "column": 20
        },
        "end": {
          "line": 818,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26715,
      "end": 26716,
      "loc": {
        "start": {
          "line": 818,
          "column": 27
        },
        "end": {
          "line": 818,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 26717,
      "end": 26722,
      "loc": {
        "start": {
          "line": 818,
          "column": 29
        },
        "end": {
          "line": 818,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26722,
      "end": 26723,
      "loc": {
        "start": {
          "line": 818,
          "column": 34
        },
        "end": {
          "line": 818,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26724,
      "end": 26725,
      "loc": {
        "start": {
          "line": 818,
          "column": 36
        },
        "end": {
          "line": 818,
          "column": 37
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Skip handling of limit and offset as postfixes for older SQL Server versions",
      "start": 26730,
      "end": 26809,
      "loc": {
        "start": {
          "line": 819,
          "column": 4
        },
        "end": {
          "line": 819,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 26814,
      "end": 26816,
      "loc": {
        "start": {
          "line": 820,
          "column": 4
        },
        "end": {
          "line": 820,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26816,
      "end": 26817,
      "loc": {
        "start": {
          "line": 820,
          "column": 6
        },
        "end": {
          "line": 820,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "semver",
      "start": 26817,
      "end": 26823,
      "loc": {
        "start": {
          "line": 820,
          "column": 7
        },
        "end": {
          "line": 820,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26823,
      "end": 26824,
      "loc": {
        "start": {
          "line": 820,
          "column": 13
        },
        "end": {
          "line": 820,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valid",
      "start": 26824,
      "end": 26829,
      "loc": {
        "start": {
          "line": 820,
          "column": 14
        },
        "end": {
          "line": 820,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26829,
      "end": 26830,
      "loc": {
        "start": {
          "line": 820,
          "column": 19
        },
        "end": {
          "line": 820,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 26830,
      "end": 26834,
      "loc": {
        "start": {
          "line": 820,
          "column": 20
        },
        "end": {
          "line": 820,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26834,
      "end": 26835,
      "loc": {
        "start": {
          "line": 820,
          "column": 24
        },
        "end": {
          "line": 820,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 26835,
      "end": 26844,
      "loc": {
        "start": {
          "line": 820,
          "column": 25
        },
        "end": {
          "line": 820,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26844,
      "end": 26845,
      "loc": {
        "start": {
          "line": 820,
          "column": 34
        },
        "end": {
          "line": 820,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 26845,
      "end": 26852,
      "loc": {
        "start": {
          "line": 820,
          "column": 35
        },
        "end": {
          "line": 820,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26852,
      "end": 26853,
      "loc": {
        "start": {
          "line": 820,
          "column": 42
        },
        "end": {
          "line": 820,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "databaseVersion",
      "start": 26853,
      "end": 26868,
      "loc": {
        "start": {
          "line": 820,
          "column": 43
        },
        "end": {
          "line": 820,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26868,
      "end": 26869,
      "loc": {
        "start": {
          "line": 820,
          "column": 58
        },
        "end": {
          "line": 820,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 26870,
      "end": 26872,
      "loc": {
        "start": {
          "line": 820,
          "column": 60
        },
        "end": {
          "line": 820,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "semver",
      "start": 26873,
      "end": 26879,
      "loc": {
        "start": {
          "line": 820,
          "column": 63
        },
        "end": {
          "line": 820,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26879,
      "end": 26880,
      "loc": {
        "start": {
          "line": 820,
          "column": 69
        },
        "end": {
          "line": 820,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lt",
      "start": 26880,
      "end": 26882,
      "loc": {
        "start": {
          "line": 820,
          "column": 70
        },
        "end": {
          "line": 820,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26882,
      "end": 26883,
      "loc": {
        "start": {
          "line": 820,
          "column": 72
        },
        "end": {
          "line": 820,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 26883,
      "end": 26887,
      "loc": {
        "start": {
          "line": 820,
          "column": 73
        },
        "end": {
          "line": 820,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26887,
      "end": 26888,
      "loc": {
        "start": {
          "line": 820,
          "column": 77
        },
        "end": {
          "line": 820,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 26888,
      "end": 26897,
      "loc": {
        "start": {
          "line": 820,
          "column": 78
        },
        "end": {
          "line": 820,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26897,
      "end": 26898,
      "loc": {
        "start": {
          "line": 820,
          "column": 87
        },
        "end": {
          "line": 820,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 26898,
      "end": 26905,
      "loc": {
        "start": {
          "line": 820,
          "column": 88
        },
        "end": {
          "line": 820,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26905,
      "end": 26906,
      "loc": {
        "start": {
          "line": 820,
          "column": 95
        },
        "end": {
          "line": 820,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "databaseVersion",
      "start": 26906,
      "end": 26921,
      "loc": {
        "start": {
          "line": 820,
          "column": 96
        },
        "end": {
          "line": 820,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26921,
      "end": 26922,
      "loc": {
        "start": {
          "line": 820,
          "column": 111
        },
        "end": {
          "line": 820,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "11.0.0",
      "start": 26923,
      "end": 26931,
      "loc": {
        "start": {
          "line": 820,
          "column": 113
        },
        "end": {
          "line": 820,
          "column": 121
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26931,
      "end": 26932,
      "loc": {
        "start": {
          "line": 820,
          "column": 121
        },
        "end": {
          "line": 820,
          "column": 122
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26932,
      "end": 26933,
      "loc": {
        "start": {
          "line": 820,
          "column": 122
        },
        "end": {
          "line": 820,
          "column": 123
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26934,
      "end": 26935,
      "loc": {
        "start": {
          "line": 820,
          "column": 124
        },
        "end": {
          "line": 820,
          "column": 125
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 26942,
      "end": 26948,
      "loc": {
        "start": {
          "line": 821,
          "column": 6
        },
        "end": {
          "line": 821,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 26949,
      "end": 26951,
      "loc": {
        "start": {
          "line": 821,
          "column": 13
        },
        "end": {
          "line": 821,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26951,
      "end": 26952,
      "loc": {
        "start": {
          "line": 821,
          "column": 15
        },
        "end": {
          "line": 821,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26957,
      "end": 26958,
      "loc": {
        "start": {
          "line": 822,
          "column": 4
        },
        "end": {
          "line": 822,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 26964,
      "end": 26967,
      "loc": {
        "start": {
          "line": 824,
          "column": 4
        },
        "end": {
          "line": 824,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fragment",
      "start": 26968,
      "end": 26976,
      "loc": {
        "start": {
          "line": 824,
          "column": 8
        },
        "end": {
          "line": 824,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 26977,
      "end": 26978,
      "loc": {
        "start": {
          "line": 824,
          "column": 17
        },
        "end": {
          "line": 824,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 26979,
      "end": 26981,
      "loc": {
        "start": {
          "line": 824,
          "column": 19
        },
        "end": {
          "line": 824,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26981,
      "end": 26982,
      "loc": {
        "start": {
          "line": 824,
          "column": 21
        },
        "end": {
          "line": 824,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 26987,
      "end": 26990,
      "loc": {
        "start": {
          "line": 825,
          "column": 4
        },
        "end": {
          "line": 825,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offset",
      "start": 26991,
      "end": 26997,
      "loc": {
        "start": {
          "line": 825,
          "column": 8
        },
        "end": {
          "line": 825,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 26998,
      "end": 26999,
      "loc": {
        "start": {
          "line": 825,
          "column": 15
        },
        "end": {
          "line": 825,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 27000,
      "end": 27007,
      "loc": {
        "start": {
          "line": 825,
          "column": 17
        },
        "end": {
          "line": 825,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27007,
      "end": 27008,
      "loc": {
        "start": {
          "line": 825,
          "column": 24
        },
        "end": {
          "line": 825,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offset",
      "start": 27008,
      "end": 27014,
      "loc": {
        "start": {
          "line": 825,
          "column": 25
        },
        "end": {
          "line": 825,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 27015,
      "end": 27017,
      "loc": {
        "start": {
          "line": 825,
          "column": 32
        },
        "end": {
          "line": 825,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 27018,
      "end": 27019,
      "loc": {
        "start": {
          "line": 825,
          "column": 35
        },
        "end": {
          "line": 825,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27026,
      "end": 27027,
      "loc": {
        "start": {
          "line": 826,
          "column": 6
        },
        "end": {
          "line": 826,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isSubQuery",
      "start": 27028,
      "end": 27038,
      "loc": {
        "start": {
          "line": 826,
          "column": 8
        },
        "end": {
          "line": 826,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 27039,
      "end": 27040,
      "loc": {
        "start": {
          "line": 826,
          "column": 19
        },
        "end": {
          "line": 826,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 27041,
      "end": 27048,
      "loc": {
        "start": {
          "line": 826,
          "column": 21
        },
        "end": {
          "line": 826,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27048,
      "end": 27049,
      "loc": {
        "start": {
          "line": 826,
          "column": 28
        },
        "end": {
          "line": 826,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasIncludeWhere",
      "start": 27049,
      "end": 27064,
      "loc": {
        "start": {
          "line": 826,
          "column": 29
        },
        "end": {
          "line": 826,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 27065,
      "end": 27067,
      "loc": {
        "start": {
          "line": 826,
          "column": 45
        },
        "end": {
          "line": 826,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 27068,
      "end": 27075,
      "loc": {
        "start": {
          "line": 826,
          "column": 48
        },
        "end": {
          "line": 826,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27075,
      "end": 27076,
      "loc": {
        "start": {
          "line": 826,
          "column": 55
        },
        "end": {
          "line": 826,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasIncludeRequired",
      "start": 27076,
      "end": 27094,
      "loc": {
        "start": {
          "line": 826,
          "column": 56
        },
        "end": {
          "line": 826,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 27095,
      "end": 27097,
      "loc": {
        "start": {
          "line": 826,
          "column": 75
        },
        "end": {
          "line": 826,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 27098,
      "end": 27105,
      "loc": {
        "start": {
          "line": 826,
          "column": 78
        },
        "end": {
          "line": 826,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27105,
      "end": 27106,
      "loc": {
        "start": {
          "line": 826,
          "column": 85
        },
        "end": {
          "line": 826,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasMultiAssociation",
      "start": 27106,
      "end": 27125,
      "loc": {
        "start": {
          "line": 826,
          "column": 86
        },
        "end": {
          "line": 826,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27125,
      "end": 27126,
      "loc": {
        "start": {
          "line": 826,
          "column": 105
        },
        "end": {
          "line": 826,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 27132,
      "end": 27135,
      "loc": {
        "start": {
          "line": 828,
          "column": 4
        },
        "end": {
          "line": 828,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "orders",
      "start": 27136,
      "end": 27142,
      "loc": {
        "start": {
          "line": 828,
          "column": 8
        },
        "end": {
          "line": 828,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 27143,
      "end": 27144,
      "loc": {
        "start": {
          "line": 828,
          "column": 15
        },
        "end": {
          "line": 828,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27145,
      "end": 27146,
      "loc": {
        "start": {
          "line": 828,
          "column": 17
        },
        "end": {
          "line": 828,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27146,
      "end": 27147,
      "loc": {
        "start": {
          "line": 828,
          "column": 18
        },
        "end": {
          "line": 828,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27147,
      "end": 27148,
      "loc": {
        "start": {
          "line": 828,
          "column": 19
        },
        "end": {
          "line": 828,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 27153,
      "end": 27155,
      "loc": {
        "start": {
          "line": 829,
          "column": 4
        },
        "end": {
          "line": 829,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27156,
      "end": 27157,
      "loc": {
        "start": {
          "line": 829,
          "column": 7
        },
        "end": {
          "line": 829,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 27157,
      "end": 27164,
      "loc": {
        "start": {
          "line": 829,
          "column": 8
        },
        "end": {
          "line": 829,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27164,
      "end": 27165,
      "loc": {
        "start": {
          "line": 829,
          "column": 15
        },
        "end": {
          "line": 829,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "order",
      "start": 27165,
      "end": 27170,
      "loc": {
        "start": {
          "line": 829,
          "column": 16
        },
        "end": {
          "line": 829,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27170,
      "end": 27171,
      "loc": {
        "start": {
          "line": 829,
          "column": 21
        },
        "end": {
          "line": 829,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27172,
      "end": 27173,
      "loc": {
        "start": {
          "line": 829,
          "column": 23
        },
        "end": {
          "line": 829,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "orders",
      "start": 27180,
      "end": 27186,
      "loc": {
        "start": {
          "line": 830,
          "column": 6
        },
        "end": {
          "line": 830,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 27187,
      "end": 27188,
      "loc": {
        "start": {
          "line": 830,
          "column": 13
        },
        "end": {
          "line": 830,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 27189,
      "end": 27193,
      "loc": {
        "start": {
          "line": 830,
          "column": 15
        },
        "end": {
          "line": 830,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27193,
      "end": 27194,
      "loc": {
        "start": {
          "line": 830,
          "column": 19
        },
        "end": {
          "line": 830,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getQueryOrders",
      "start": 27194,
      "end": 27208,
      "loc": {
        "start": {
          "line": 830,
          "column": 20
        },
        "end": {
          "line": 830,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27208,
      "end": 27209,
      "loc": {
        "start": {
          "line": 830,
          "column": 34
        },
        "end": {
          "line": 830,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 27209,
      "end": 27216,
      "loc": {
        "start": {
          "line": 830,
          "column": 35
        },
        "end": {
          "line": 830,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27216,
      "end": 27217,
      "loc": {
        "start": {
          "line": 830,
          "column": 42
        },
        "end": {
          "line": 830,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 27218,
      "end": 27223,
      "loc": {
        "start": {
          "line": 830,
          "column": 44
        },
        "end": {
          "line": 830,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27223,
      "end": 27224,
      "loc": {
        "start": {
          "line": 830,
          "column": 49
        },
        "end": {
          "line": 830,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isSubQuery",
      "start": 27225,
      "end": 27235,
      "loc": {
        "start": {
          "line": 830,
          "column": 51
        },
        "end": {
          "line": 830,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27235,
      "end": 27236,
      "loc": {
        "start": {
          "line": 830,
          "column": 61
        },
        "end": {
          "line": 830,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27236,
      "end": 27237,
      "loc": {
        "start": {
          "line": 830,
          "column": 62
        },
        "end": {
          "line": 830,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27242,
      "end": 27243,
      "loc": {
        "start": {
          "line": 831,
          "column": 4
        },
        "end": {
          "line": 831,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 27249,
      "end": 27251,
      "loc": {
        "start": {
          "line": 833,
          "column": 4
        },
        "end": {
          "line": 833,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27252,
      "end": 27253,
      "loc": {
        "start": {
          "line": 833,
          "column": 7
        },
        "end": {
          "line": 833,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 27253,
      "end": 27260,
      "loc": {
        "start": {
          "line": 833,
          "column": 8
        },
        "end": {
          "line": 833,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27260,
      "end": 27261,
      "loc": {
        "start": {
          "line": 833,
          "column": 15
        },
        "end": {
          "line": 833,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 27261,
      "end": 27266,
      "loc": {
        "start": {
          "line": 833,
          "column": 16
        },
        "end": {
          "line": 833,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 27267,
      "end": 27269,
      "loc": {
        "start": {
          "line": 833,
          "column": 22
        },
        "end": {
          "line": 833,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 27270,
      "end": 27277,
      "loc": {
        "start": {
          "line": 833,
          "column": 25
        },
        "end": {
          "line": 833,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27277,
      "end": 27278,
      "loc": {
        "start": {
          "line": 833,
          "column": 32
        },
        "end": {
          "line": 833,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offset",
      "start": 27278,
      "end": 27284,
      "loc": {
        "start": {
          "line": 833,
          "column": 33
        },
        "end": {
          "line": 833,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27284,
      "end": 27285,
      "loc": {
        "start": {
          "line": 833,
          "column": 39
        },
        "end": {
          "line": 833,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27286,
      "end": 27287,
      "loc": {
        "start": {
          "line": 833,
          "column": 41
        },
        "end": {
          "line": 833,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 27294,
      "end": 27296,
      "loc": {
        "start": {
          "line": 834,
          "column": 6
        },
        "end": {
          "line": 834,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27297,
      "end": 27298,
      "loc": {
        "start": {
          "line": 834,
          "column": 9
        },
        "end": {
          "line": 834,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 27298,
      "end": 27299,
      "loc": {
        "start": {
          "line": 834,
          "column": 10
        },
        "end": {
          "line": 834,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 27299,
      "end": 27306,
      "loc": {
        "start": {
          "line": 834,
          "column": 11
        },
        "end": {
          "line": 834,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27306,
      "end": 27307,
      "loc": {
        "start": {
          "line": 834,
          "column": 18
        },
        "end": {
          "line": 834,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "order",
      "start": 27307,
      "end": 27312,
      "loc": {
        "start": {
          "line": 834,
          "column": 19
        },
        "end": {
          "line": 834,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 27313,
      "end": 27315,
      "loc": {
        "start": {
          "line": 834,
          "column": 25
        },
        "end": {
          "line": 834,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27316,
      "end": 27317,
      "loc": {
        "start": {
          "line": 834,
          "column": 28
        },
        "end": {
          "line": 834,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 27317,
      "end": 27324,
      "loc": {
        "start": {
          "line": 834,
          "column": 29
        },
        "end": {
          "line": 834,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27324,
      "end": 27325,
      "loc": {
        "start": {
          "line": 834,
          "column": 36
        },
        "end": {
          "line": 834,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "include",
      "start": 27325,
      "end": 27332,
      "loc": {
        "start": {
          "line": 834,
          "column": 37
        },
        "end": {
          "line": 834,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 27333,
      "end": 27335,
      "loc": {
        "start": {
          "line": 834,
          "column": 45
        },
        "end": {
          "line": 834,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 27336,
      "end": 27337,
      "loc": {
        "start": {
          "line": 834,
          "column": 48
        },
        "end": {
          "line": 834,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "orders",
      "start": 27337,
      "end": 27343,
      "loc": {
        "start": {
          "line": 834,
          "column": 49
        },
        "end": {
          "line": 834,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27343,
      "end": 27344,
      "loc": {
        "start": {
          "line": 834,
          "column": 55
        },
        "end": {
          "line": 834,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "subQueryOrder",
      "start": 27344,
      "end": 27357,
      "loc": {
        "start": {
          "line": 834,
          "column": 56
        },
        "end": {
          "line": 834,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27357,
      "end": 27358,
      "loc": {
        "start": {
          "line": 834,
          "column": 69
        },
        "end": {
          "line": 834,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 27358,
      "end": 27364,
      "loc": {
        "start": {
          "line": 834,
          "column": 70
        },
        "end": {
          "line": 834,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27364,
      "end": 27365,
      "loc": {
        "start": {
          "line": 834,
          "column": 76
        },
        "end": {
          "line": 834,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27365,
      "end": 27366,
      "loc": {
        "start": {
          "line": 834,
          "column": 77
        },
        "end": {
          "line": 834,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27367,
      "end": 27368,
      "loc": {
        "start": {
          "line": 834,
          "column": 79
        },
        "end": {
          "line": 834,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fragment",
      "start": 27377,
      "end": 27385,
      "loc": {
        "start": {
          "line": 835,
          "column": 8
        },
        "end": {
          "line": 835,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 27386,
      "end": 27388,
      "loc": {
        "start": {
          "line": 835,
          "column": 17
        },
        "end": {
          "line": 835,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27389,
      "end": 27390,
      "loc": {
        "start": {
          "line": 835,
          "column": 20
        },
        "end": {
          "line": 835,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 27390,
      "end": 27397,
      "loc": {
        "start": {
          "line": 835,
          "column": 21
        },
        "end": {
          "line": 835,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27397,
      "end": 27398,
      "loc": {
        "start": {
          "line": 835,
          "column": 28
        },
        "end": {
          "line": 835,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "order",
      "start": 27398,
      "end": 27403,
      "loc": {
        "start": {
          "line": 835,
          "column": 29
        },
        "end": {
          "line": 835,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 27404,
      "end": 27406,
      "loc": {
        "start": {
          "line": 835,
          "column": 35
        },
        "end": {
          "line": 835,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 27407,
      "end": 27408,
      "loc": {
        "start": {
          "line": 835,
          "column": 38
        },
        "end": {
          "line": 835,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isSubQuery",
      "start": 27408,
      "end": 27418,
      "loc": {
        "start": {
          "line": 835,
          "column": 39
        },
        "end": {
          "line": 835,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27418,
      "end": 27419,
      "loc": {
        "start": {
          "line": 835,
          "column": 49
        },
        "end": {
          "line": 835,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27420,
      "end": 27421,
      "loc": {
        "start": {
          "line": 835,
          "column": 51
        },
        "end": {
          "line": 835,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", ",
      "start": 27422,
      "end": 27426,
      "loc": {
        "start": {
          "line": 835,
          "column": 53
        },
        "end": {
          "line": 835,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27427,
      "end": 27428,
      "loc": {
        "start": {
          "line": 835,
          "column": 58
        },
        "end": {
          "line": 835,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ORDER BY ",
      "start": 27429,
      "end": 27441,
      "loc": {
        "start": {
          "line": 835,
          "column": 60
        },
        "end": {
          "line": 835,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27441,
      "end": 27442,
      "loc": {
        "start": {
          "line": 835,
          "column": 72
        },
        "end": {
          "line": 835,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fragment",
      "start": 27451,
      "end": 27459,
      "loc": {
        "start": {
          "line": 836,
          "column": 8
        },
        "end": {
          "line": 836,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 27460,
      "end": 27462,
      "loc": {
        "start": {
          "line": 836,
          "column": 17
        },
        "end": {
          "line": 836,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 27463,
      "end": 27467,
      "loc": {
        "start": {
          "line": 836,
          "column": 20
        },
        "end": {
          "line": 836,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27467,
      "end": 27468,
      "loc": {
        "start": {
          "line": 836,
          "column": 24
        },
        "end": {
          "line": 836,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 27468,
      "end": 27478,
      "loc": {
        "start": {
          "line": 836,
          "column": 25
        },
        "end": {
          "line": 836,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27478,
      "end": 27479,
      "loc": {
        "start": {
          "line": 836,
          "column": 35
        },
        "end": {
          "line": 836,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 27479,
      "end": 27484,
      "loc": {
        "start": {
          "line": 836,
          "column": 36
        },
        "end": {
          "line": 836,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27484,
      "end": 27485,
      "loc": {
        "start": {
          "line": 836,
          "column": 41
        },
        "end": {
          "line": 836,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 27485,
      "end": 27489,
      "loc": {
        "start": {
          "line": 836,
          "column": 42
        },
        "end": {
          "line": 836,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27489,
      "end": 27490,
      "loc": {
        "start": {
          "line": 836,
          "column": 46
        },
        "end": {
          "line": 836,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 27491,
      "end": 27492,
      "loc": {
        "start": {
          "line": 836,
          "column": 48
        },
        "end": {
          "line": 836,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".",
      "start": 27493,
      "end": 27496,
      "loc": {
        "start": {
          "line": 836,
          "column": 50
        },
        "end": {
          "line": 836,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 27497,
      "end": 27498,
      "loc": {
        "start": {
          "line": 836,
          "column": 54
        },
        "end": {
          "line": 836,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 27499,
      "end": 27503,
      "loc": {
        "start": {
          "line": 836,
          "column": 56
        },
        "end": {
          "line": 836,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27503,
      "end": 27504,
      "loc": {
        "start": {
          "line": 836,
          "column": 60
        },
        "end": {
          "line": 836,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 27504,
      "end": 27519,
      "loc": {
        "start": {
          "line": 836,
          "column": 61
        },
        "end": {
          "line": 836,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27519,
      "end": 27520,
      "loc": {
        "start": {
          "line": 836,
          "column": 76
        },
        "end": {
          "line": 836,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 27520,
      "end": 27525,
      "loc": {
        "start": {
          "line": 836,
          "column": 77
        },
        "end": {
          "line": 836,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27525,
      "end": 27526,
      "loc": {
        "start": {
          "line": 836,
          "column": 82
        },
        "end": {
          "line": 836,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primaryKeyField",
      "start": 27526,
      "end": 27541,
      "loc": {
        "start": {
          "line": 836,
          "column": 83
        },
        "end": {
          "line": 836,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27541,
      "end": 27542,
      "loc": {
        "start": {
          "line": 836,
          "column": 98
        },
        "end": {
          "line": 836,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27542,
      "end": 27543,
      "loc": {
        "start": {
          "line": 836,
          "column": 99
        },
        "end": {
          "line": 836,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27550,
      "end": 27551,
      "loc": {
        "start": {
          "line": 837,
          "column": 6
        },
        "end": {
          "line": 837,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 27559,
      "end": 27561,
      "loc": {
        "start": {
          "line": 839,
          "column": 6
        },
        "end": {
          "line": 839,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27562,
      "end": 27563,
      "loc": {
        "start": {
          "line": 839,
          "column": 9
        },
        "end": {
          "line": 839,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 27563,
      "end": 27570,
      "loc": {
        "start": {
          "line": 839,
          "column": 10
        },
        "end": {
          "line": 839,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27570,
      "end": 27571,
      "loc": {
        "start": {
          "line": 839,
          "column": 17
        },
        "end": {
          "line": 839,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offset",
      "start": 27571,
      "end": 27577,
      "loc": {
        "start": {
          "line": 839,
          "column": 18
        },
        "end": {
          "line": 839,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 27578,
      "end": 27580,
      "loc": {
        "start": {
          "line": 839,
          "column": 25
        },
        "end": {
          "line": 839,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 27581,
      "end": 27588,
      "loc": {
        "start": {
          "line": 839,
          "column": 28
        },
        "end": {
          "line": 839,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27588,
      "end": 27589,
      "loc": {
        "start": {
          "line": 839,
          "column": 35
        },
        "end": {
          "line": 839,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 27589,
      "end": 27594,
      "loc": {
        "start": {
          "line": 839,
          "column": 36
        },
        "end": {
          "line": 839,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27594,
      "end": 27595,
      "loc": {
        "start": {
          "line": 839,
          "column": 41
        },
        "end": {
          "line": 839,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27596,
      "end": 27597,
      "loc": {
        "start": {
          "line": 839,
          "column": 43
        },
        "end": {
          "line": 839,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fragment",
      "start": 27606,
      "end": 27614,
      "loc": {
        "start": {
          "line": 840,
          "column": 8
        },
        "end": {
          "line": 840,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 27615,
      "end": 27617,
      "loc": {
        "start": {
          "line": 840,
          "column": 17
        },
        "end": {
          "line": 840,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " OFFSET ",
      "start": 27618,
      "end": 27628,
      "loc": {
        "start": {
          "line": 840,
          "column": 20
        },
        "end": {
          "line": 840,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 27629,
      "end": 27630,
      "loc": {
        "start": {
          "line": 840,
          "column": 31
        },
        "end": {
          "line": 840,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 27631,
      "end": 27635,
      "loc": {
        "start": {
          "line": 840,
          "column": 33
        },
        "end": {
          "line": 840,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27635,
      "end": 27636,
      "loc": {
        "start": {
          "line": 840,
          "column": 37
        },
        "end": {
          "line": 840,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "escape",
      "start": 27636,
      "end": 27642,
      "loc": {
        "start": {
          "line": 840,
          "column": 38
        },
        "end": {
          "line": 840,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27642,
      "end": 27643,
      "loc": {
        "start": {
          "line": 840,
          "column": 44
        },
        "end": {
          "line": 840,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offset",
      "start": 27643,
      "end": 27649,
      "loc": {
        "start": {
          "line": 840,
          "column": 45
        },
        "end": {
          "line": 840,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27649,
      "end": 27650,
      "loc": {
        "start": {
          "line": 840,
          "column": 51
        },
        "end": {
          "line": 840,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 27651,
      "end": 27652,
      "loc": {
        "start": {
          "line": 840,
          "column": 53
        },
        "end": {
          "line": 840,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ROWS",
      "start": 27653,
      "end": 27660,
      "loc": {
        "start": {
          "line": 840,
          "column": 55
        },
        "end": {
          "line": 840,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27660,
      "end": 27661,
      "loc": {
        "start": {
          "line": 840,
          "column": 62
        },
        "end": {
          "line": 840,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27668,
      "end": 27669,
      "loc": {
        "start": {
          "line": 841,
          "column": 6
        },
        "end": {
          "line": 841,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 27677,
      "end": 27679,
      "loc": {
        "start": {
          "line": 843,
          "column": 6
        },
        "end": {
          "line": 843,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27680,
      "end": 27681,
      "loc": {
        "start": {
          "line": 843,
          "column": 9
        },
        "end": {
          "line": 843,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 27681,
      "end": 27688,
      "loc": {
        "start": {
          "line": 843,
          "column": 10
        },
        "end": {
          "line": 843,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27688,
      "end": 27689,
      "loc": {
        "start": {
          "line": 843,
          "column": 17
        },
        "end": {
          "line": 843,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 27689,
      "end": 27694,
      "loc": {
        "start": {
          "line": 843,
          "column": 18
        },
        "end": {
          "line": 843,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27694,
      "end": 27695,
      "loc": {
        "start": {
          "line": 843,
          "column": 23
        },
        "end": {
          "line": 843,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27696,
      "end": 27697,
      "loc": {
        "start": {
          "line": 843,
          "column": 25
        },
        "end": {
          "line": 843,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fragment",
      "start": 27706,
      "end": 27714,
      "loc": {
        "start": {
          "line": 844,
          "column": 8
        },
        "end": {
          "line": 844,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 27715,
      "end": 27717,
      "loc": {
        "start": {
          "line": 844,
          "column": 17
        },
        "end": {
          "line": 844,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " FETCH NEXT ",
      "start": 27718,
      "end": 27732,
      "loc": {
        "start": {
          "line": 844,
          "column": 20
        },
        "end": {
          "line": 844,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 27733,
      "end": 27734,
      "loc": {
        "start": {
          "line": 844,
          "column": 35
        },
        "end": {
          "line": 844,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 27735,
      "end": 27739,
      "loc": {
        "start": {
          "line": 844,
          "column": 37
        },
        "end": {
          "line": 844,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27739,
      "end": 27740,
      "loc": {
        "start": {
          "line": 844,
          "column": 41
        },
        "end": {
          "line": 844,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "escape",
      "start": 27740,
      "end": 27746,
      "loc": {
        "start": {
          "line": 844,
          "column": 42
        },
        "end": {
          "line": 844,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27746,
      "end": 27747,
      "loc": {
        "start": {
          "line": 844,
          "column": 48
        },
        "end": {
          "line": 844,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 27747,
      "end": 27754,
      "loc": {
        "start": {
          "line": 844,
          "column": 49
        },
        "end": {
          "line": 844,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27754,
      "end": 27755,
      "loc": {
        "start": {
          "line": 844,
          "column": 56
        },
        "end": {
          "line": 844,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 27755,
      "end": 27760,
      "loc": {
        "start": {
          "line": 844,
          "column": 57
        },
        "end": {
          "line": 844,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27760,
      "end": 27761,
      "loc": {
        "start": {
          "line": 844,
          "column": 62
        },
        "end": {
          "line": 844,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 27762,
      "end": 27763,
      "loc": {
        "start": {
          "line": 844,
          "column": 64
        },
        "end": {
          "line": 844,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ROWS ONLY",
      "start": 27764,
      "end": 27776,
      "loc": {
        "start": {
          "line": 844,
          "column": 66
        },
        "end": {
          "line": 844,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27776,
      "end": 27777,
      "loc": {
        "start": {
          "line": 844,
          "column": 78
        },
        "end": {
          "line": 844,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27784,
      "end": 27785,
      "loc": {
        "start": {
          "line": 845,
          "column": 6
        },
        "end": {
          "line": 845,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27790,
      "end": 27791,
      "loc": {
        "start": {
          "line": 846,
          "column": 4
        },
        "end": {
          "line": 846,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 27797,
      "end": 27803,
      "loc": {
        "start": {
          "line": 848,
          "column": 4
        },
        "end": {
          "line": 848,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fragment",
      "start": 27804,
      "end": 27812,
      "loc": {
        "start": {
          "line": 848,
          "column": 11
        },
        "end": {
          "line": 848,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27812,
      "end": 27813,
      "loc": {
        "start": {
          "line": 848,
          "column": 19
        },
        "end": {
          "line": 848,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27816,
      "end": 27817,
      "loc": {
        "start": {
          "line": 849,
          "column": 2
        },
        "end": {
          "line": 849,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27817,
      "end": 27818,
      "loc": {
        "start": {
          "line": 849,
          "column": 3
        },
        "end": {
          "line": 849,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "booleanValue",
      "start": 27822,
      "end": 27834,
      "loc": {
        "start": {
          "line": 851,
          "column": 2
        },
        "end": {
          "line": 851,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27834,
      "end": 27835,
      "loc": {
        "start": {
          "line": 851,
          "column": 14
        },
        "end": {
          "line": 851,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 27835,
      "end": 27840,
      "loc": {
        "start": {
          "line": 851,
          "column": 15
        },
        "end": {
          "line": 851,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27840,
      "end": 27841,
      "loc": {
        "start": {
          "line": 851,
          "column": 20
        },
        "end": {
          "line": 851,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27842,
      "end": 27843,
      "loc": {
        "start": {
          "line": 851,
          "column": 22
        },
        "end": {
          "line": 851,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 27848,
      "end": 27854,
      "loc": {
        "start": {
          "line": 852,
          "column": 4
        },
        "end": {
          "line": 852,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 27855,
      "end": 27856,
      "loc": {
        "start": {
          "line": 852,
          "column": 11
        },
        "end": {
          "line": 852,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 27856,
      "end": 27857,
      "loc": {
        "start": {
          "line": 852,
          "column": 12
        },
        "end": {
          "line": 852,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 27857,
      "end": 27862,
      "loc": {
        "start": {
          "line": 852,
          "column": 13
        },
        "end": {
          "line": 852,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27863,
      "end": 27864,
      "loc": {
        "start": {
          "line": 852,
          "column": 19
        },
        "end": {
          "line": 852,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 27865,
      "end": 27866,
      "loc": {
        "start": {
          "line": 852,
          "column": 21
        },
        "end": {
          "line": 852,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27867,
      "end": 27868,
      "loc": {
        "start": {
          "line": 852,
          "column": 23
        },
        "end": {
          "line": 852,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 27869,
      "end": 27870,
      "loc": {
        "start": {
          "line": 852,
          "column": 25
        },
        "end": {
          "line": 852,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27870,
      "end": 27871,
      "loc": {
        "start": {
          "line": 852,
          "column": 26
        },
        "end": {
          "line": 852,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27874,
      "end": 27875,
      "loc": {
        "start": {
          "line": 853,
          "column": 2
        },
        "end": {
          "line": 853,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27876,
      "end": 27877,
      "loc": {
        "start": {
          "line": 854,
          "column": 0
        },
        "end": {
          "line": 854,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27877,
      "end": 27878,
      "loc": {
        "start": {
          "line": 854,
          "column": 1
        },
        "end": {
          "line": 854,
          "column": 2
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " private methods",
      "start": 27880,
      "end": 27898,
      "loc": {
        "start": {
          "line": 856,
          "column": 0
        },
        "end": {
          "line": 856,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 27899,
      "end": 27907,
      "loc": {
        "start": {
          "line": 857,
          "column": 0
        },
        "end": {
          "line": 857,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "wrapSingleQuote",
      "start": 27908,
      "end": 27923,
      "loc": {
        "start": {
          "line": 857,
          "column": 9
        },
        "end": {
          "line": 857,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27923,
      "end": 27924,
      "loc": {
        "start": {
          "line": 857,
          "column": 24
        },
        "end": {
          "line": 857,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 27924,
      "end": 27934,
      "loc": {
        "start": {
          "line": 857,
          "column": 25
        },
        "end": {
          "line": 857,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27934,
      "end": 27935,
      "loc": {
        "start": {
          "line": 857,
          "column": 35
        },
        "end": {
          "line": 857,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27935,
      "end": 27936,
      "loc": {
        "start": {
          "line": 857,
          "column": 36
        },
        "end": {
          "line": 857,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 27939,
      "end": 27945,
      "loc": {
        "start": {
          "line": 858,
          "column": 2
        },
        "end": {
          "line": 858,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 27946,
      "end": 27951,
      "loc": {
        "start": {
          "line": 858,
          "column": 9
        },
        "end": {
          "line": 858,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27951,
      "end": 27952,
      "loc": {
        "start": {
          "line": 858,
          "column": 14
        },
        "end": {
          "line": 858,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addTicks",
      "start": 27952,
      "end": 27960,
      "loc": {
        "start": {
          "line": 858,
          "column": 15
        },
        "end": {
          "line": 858,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27960,
      "end": 27961,
      "loc": {
        "start": {
          "line": 858,
          "column": 23
        },
        "end": {
          "line": 858,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 27961,
      "end": 27966,
      "loc": {
        "start": {
          "line": 858,
          "column": 24
        },
        "end": {
          "line": 858,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27966,
      "end": 27967,
      "loc": {
        "start": {
          "line": 858,
          "column": 29
        },
        "end": {
          "line": 858,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeTicks",
      "start": 27967,
      "end": 27978,
      "loc": {
        "start": {
          "line": 858,
          "column": 30
        },
        "end": {
          "line": 858,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27978,
      "end": 27979,
      "loc": {
        "start": {
          "line": 858,
          "column": 41
        },
        "end": {
          "line": 858,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 27979,
      "end": 27989,
      "loc": {
        "start": {
          "line": 858,
          "column": 42
        },
        "end": {
          "line": 858,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27989,
      "end": 27990,
      "loc": {
        "start": {
          "line": 858,
          "column": 52
        },
        "end": {
          "line": 858,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "'",
      "start": 27991,
      "end": 27994,
      "loc": {
        "start": {
          "line": 858,
          "column": 54
        },
        "end": {
          "line": 858,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27994,
      "end": 27995,
      "loc": {
        "start": {
          "line": 858,
          "column": 57
        },
        "end": {
          "line": 858,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27995,
      "end": 27996,
      "loc": {
        "start": {
          "line": 858,
          "column": 58
        },
        "end": {
          "line": 858,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "'",
      "start": 27997,
      "end": 28000,
      "loc": {
        "start": {
          "line": 858,
          "column": 60
        },
        "end": {
          "line": 858,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28000,
      "end": 28001,
      "loc": {
        "start": {
          "line": 858,
          "column": 63
        },
        "end": {
          "line": 858,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28001,
      "end": 28002,
      "loc": {
        "start": {
          "line": 858,
          "column": 64
        },
        "end": {
          "line": 858,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28003,
      "end": 28004,
      "loc": {
        "start": {
          "line": 859,
          "column": 0
        },
        "end": {
          "line": 859,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "module",
      "start": 28006,
      "end": 28012,
      "loc": {
        "start": {
          "line": 861,
          "column": 0
        },
        "end": {
          "line": 861,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28012,
      "end": 28013,
      "loc": {
        "start": {
          "line": 861,
          "column": 6
        },
        "end": {
          "line": 861,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 28013,
      "end": 28020,
      "loc": {
        "start": {
          "line": 861,
          "column": 7
        },
        "end": {
          "line": 861,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 28021,
      "end": 28022,
      "loc": {
        "start": {
          "line": 861,
          "column": 15
        },
        "end": {
          "line": 861,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 28023,
      "end": 28037,
      "loc": {
        "start": {
          "line": 861,
          "column": 17
        },
        "end": {
          "line": 861,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28037,
      "end": 28038,
      "loc": {
        "start": {
          "line": 861,
          "column": 31
        },
        "end": {
          "line": 861,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28039,
      "end": 28039,
      "loc": {
        "start": {
          "line": 862,
          "column": 0
        },
        "end": {
          "line": 862,
          "column": 0
        }
      }
    }
  ]
}